Searched refs:locationInWindow (Results 1 – 14 of 14) sorted by relevance
96 … float deltax = ABS([nextEvent locationInWindow].x - [mouseDownEvent locationInWindow].x);97 … float deltay = ABS([nextEvent locationInWindow].y - [mouseDownEvent locationInWindow].y);161 NSPoint mouseDownPoint = [self convertPoint:[event locationInWindow] fromView:nil];
92 NSPoint location = [event locationInWindow];116 return globalPoint([event locationInWindow], [event window]);
323 NSView *subView = [[mainFrame webView] hitTest:[event locationInWindow]];383 NSView *targetView = [[mainFrame webView] hitTest:[event locationInWindow]];441 NSView *subView = [[mainFrame webView] hitTest:[event locationInWindow]];471 NSView *subView = [[mainFrame webView] hitTest:[event locationInWindow]];
571 …IntPoint locationInWindow = static_cast<FrameView*>(parent())->contentsToWindow(frameRect().locati… in paintWindowedPluginIntoContext() local589 ctm.translate(locationInWindow.x(), locationInWindow.y()); in paintWindowedPluginIntoContext()
225 …deView hitTest:[[nodeView superview] convertPoint:[currentNSEvent() locationInWindow] fromView:nil…458 …deView hitTest:[[nodeView superview] convertPoint:[currentNSEvent() locationInWindow] fromView:nil…562 location:[initiatingEvent locationInWindow]574 location:[initiatingEvent locationInWindow]
104 NSPoint point = [m_pluginView convertPoint:[nsEvent locationInWindow] fromView:nil];
96 NSPoint where = [[cocoaEvent window] convertBaseToScreen:[cocoaEvent locationInWindow]];
163 …NSPoint locationForHitTest = [[contentView superview] convertPoint:[event locationInWindow] fromVi…
927 NSView *hitView = [[[self window] contentView] hitTest:[event locationInWindow]];1583 …NSPoint locationForHitTest = [[contentView superview] convertPoint:[event locationInWindow] fromVi…2779 … && NSPointInRect([event locationInWindow], [self convertRect:[self visibleRect] toView:nil])) {3325 NSPoint point = [self convertPoint:[event locationInWindow] fromView:nil];3331 NSPoint point = [self convertPoint:[event locationInWindow] fromView:nil];
366 …w _menuForElement:[self elementAtPoint:[self convertPoint:[theEvent locationInWindow] fromView:nil…
306 NSPoint screenPoint = [[event window] convertBaseToScreen:[event locationInWindow]];307 NSPoint pluginPoint = [pluginView convertPoint:[event locationInWindow] fromView:nil];368 NSPoint pluginPoint = [pluginView convertPoint:[event locationInWindow] fromView:nil];
1028 NSPoint windowLocal = [event locationInWindow];1057 NSPoint windowLocal = [event locationInWindow];
18956 to the firstResponder, not the event's locationInWindow. A18957 key press's locationInWindow is meaningless and just a dummy
23657 Turns out calling locationInWindow on keyboard events will not throw an exception,