Home
last modified time | relevance | path

Searched refs:locationInWindow (Results 1 – 14 of 14) sorted by relevance

/external/webkit/WebKit/mac/Misc/
DWebNSViewExtras.m96 … 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];
/external/webkit/WebCore/platform/mac/
DPlatformMouseEventMac.mm92 NSPoint location = [event locationInWindow];
116 return globalPoint([event locationInWindow], [event window]);
/external/webkit/WebKitTools/DumpRenderTree/mac/
DEventSendingController.mm323 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]];
/external/webkit/WebCore/plugins/win/
DPluginViewWin.cpp571 …IntPoint locationInWindow = static_cast<FrameView*>(parent())->contentsToWindow(frameRect().locati… in paintWindowedPluginIntoContext() local
589 ctm.translate(locationInWindow.x(), locationInWindow.y()); in paintWindowedPluginIntoContext()
/external/webkit/WebCore/page/mac/
DEventHandlerMac.mm225 …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]
/external/webkit/WebKit/mac/Plugins/
DWebNetscapePluginEventHandlerCocoa.mm104 NSPoint point = [m_pluginView convertPoint:[nsEvent locationInWindow] fromView:nil];
DWebNetscapePluginEventHandlerCarbon.mm96 NSPoint where = [[cocoaEvent window] convertBaseToScreen:[cocoaEvent locationInWindow]];
/external/webkit/WebKit/mac/WebView/
DWebViewEventHandling.mm163 …NSPoint locationForHitTest = [[contentView superview] convertPoint:[event locationInWindow] fromVi…
DWebHTMLView.mm927 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];
DWebPDFView.mm366 …w _menuForElement:[self elementAtPoint:[self convertPoint:[theEvent locationInWindow] fromView:nil…
/external/webkit/WebKit/mac/Plugins/Hosted/
DNetscapePluginInstanceProxy.mm306 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];
/external/webkit/WebKit/chromium/src/mac/
DWebInputEventFactory.mm1028 NSPoint windowLocal = [event locationInWindow];
1057 NSPoint windowLocal = [event locationInWindow];
/external/webkit/WebKitTools/
DChangeLog-2009-06-1618956 to the firstResponder, not the event's locationInWindow. A
18957 key press's locationInWindow is meaningless and just a dummy
/external/webkit/WebCore/
DChangeLog-2008-08-1023657 Turns out calling locationInWindow on keyboard events will not throw an exception,