Lines Matching refs:wnd
241 id wnd = [mView window]; in draggingEntered() local
242 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in draggingEntered()
283 id wnd = [mView window]; in draggingUpdated() local
284 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in draggingUpdated()
352 id wnd = [mView window]; in performDragOperation() local
353 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in performDragOperation()
415 id wnd = [mView window]; in initialize() local
416 NSWindow* parentWnd = [wnd parentWindow]; in initialize()
418 unsigned int wndStyles = [wnd styleMask] & topWndStyle; in initialize()
422 [wnd registerDraggingDestinationHandler:mDropTargetHelper]; in initialize()
423 [wnd registerForDraggedTypes: [NSArray arrayWithObjects: NSFilenamesPboardType, nil]]; in initialize()