HomeSort by relevance Sort by last modified time
    Searched refs:locationInWindow (Results 1 - 12 of 12) sorted by null

  /external/webkit/WebKit/mac/Misc/
WebNSViewExtras.m 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];
  /external/webkit/WebCore/platform/mac/
PlatformMouseEventMac.mm 92 NSPoint location = [event locationInWindow];
116 return globalPoint([event locationInWindow], [event window]);
  /external/webkit/WebCore/page/mac/
EventHandlerMac.mm 225 NSView *view = [nodeView hitTest:[[nodeView superview] convertPoint:[currentNSEvent() locationInWindow] fromView:nil]];
458 NSView *view = [nodeView hitTest:[[nodeView superview] convertPoint:[currentNSEvent() locationInWindow] fromView:nil]];
562 location:[initiatingEvent locationInWindow]
574 location:[initiatingEvent locationInWindow]
  /external/webkit/WebKit/mac/WebView/
WebViewEventHandling.mm 163 NSPoint locationForHitTest = [[contentView superview] convertPoint:[event locationInWindow] fromView:nil];
WebPDFView.mm 366 NSMenu *menu = [webView _menuForElement:[self elementAtPoint:[self convertPoint:[theEvent locationInWindow] fromView:nil]] defaultItems:items];
    [all...]
WebHTMLView.mm     [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
EventSendingController.mm 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]];
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCocoa.mm 104 NSPoint point = [m_pluginView convertPoint:[nsEvent locationInWindow] fromView:nil];
WebNetscapePluginEventHandlerCarbon.mm 96 NSPoint where = [[cocoaEvent window] convertBaseToScreen:[cocoaEvent locationInWindow]];
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 571 IntPoint locationInWindow = static_cast<FrameView*>(parent())->contentsToWindow(frameRect().location());
589 ctm.translate(locationInWindow.x(), locationInWindow.y());
    [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 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];
    [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 407 milliseconds