Home
last modified time | relevance | path

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

12

/external/chromium/chrome/browser/ui/cocoa/
Ddraggable_button.mm87 float deltax = [nextEvent locationInWindow].x -
88 [mouseDownEvent locationInWindow].x;
89 float deltay = [nextEvent locationInWindow].y -
90 [mouseDownEvent locationInWindow].y;
147 NSPoint viewLocal = [self convertPoint:[theEvent locationInWindow]
169 NSPoint mouseLoc = [self convertPoint:[theEvent locationInWindow]
Dclickhold_button_cell.mm82 NSPoint currPoint = [controlView convertPoint:[originalEvent locationInWindow]
102 currPoint = [controlView convertPoint:[event locationInWindow]
Dbase_view.mm64 location:[theEvent locationInWindow]
Dchrome_event_processing_window.mm135 NSPoint eventLoc = [event locationInWindow];
Dframed_browser_window.mm231 NSPoint mouse = [frameView convertPoint:[event locationInWindow]
Dprofile_menu_button.mm346 convertPointFromBase:[event locationInWindow]];
/external/webkit/Source/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/chromium/chrome/browser/ui/cocoa/extensions/
Dbrowser_actions_container_view.mm76 initialDragPoint_ = [self convertPoint:[theEvent locationInWindow]
113 NSPoint location = [self convertPoint:[theEvent locationInWindow]
Dbrowser_action_button.mm188 NSPoint location = [self convertPoint:[theEvent locationInWindow]
/external/webkit/Source/WebCore/platform/mac/
DPlatformMouseEventMac.mm92 NSPoint location = [event locationInWindow];
116 return globalPoint([event locationInWindow], [event window]);
/external/chromium/chrome/browser/ui/cocoa/toolbar/
Dtoolbar_button.mm58 NSPoint mouseLoc = [self convertPoint:[theEvent locationInWindow]
/external/webkit/Tools/DumpRenderTree/mac/
DEventSendingController.mm334 NSView *subView = [[mainFrame webView] hitTest:[event locationInWindow]];
399 NSView *targetView = [[mainFrame webView] hitTest:[event locationInWindow]];
457 NSView *subView = [[mainFrame webView] hitTest:[event locationInWindow]];
489 NSView *subView = [[mainFrame webView] hitTest:[scrollEvent locationInWindow]];
520 NSView *subView = [[mainFrame webView] hitTest:[event locationInWindow]];
/external/webkit/Source/WebCore/plugins/win/
DPluginViewWin.cpp568 …IntPoint locationInWindow = static_cast<FrameView*>(parent())->contentsToWindow(frameRect().locati… in paintWindowedPluginIntoContext() local
586 ctm.translate(locationInWindow.x(), locationInWindow.y()); in paintWindowedPluginIntoContext()
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/
Dmenu_tracked_button.mm52 NSPoint point = [self convertPoint:[theEvent locationInWindow] fromView:nil];
/external/webkit/Source/WebCore/page/mac/
DEventHandlerMac.mm226 …deView hitTest:[[nodeView superview] convertPoint:[currentNSEvent() locationInWindow] fromView:nil…
470 …deView hitTest:[[nodeView superview] convertPoint:[currentNSEvent() locationInWindow] fromView:nil…
574 location:[initiatingEvent locationInWindow]
586 location:[initiatingEvent locationInWindow]
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_button.mm202 dragMouseOffset_ = [self convertPointFromBase:[event locationInWindow]];
274 NSPoint mouseLoc = [self convertPoint:[theEvent locationInWindow]
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field_cell.mm288 [controlView convertPoint:[theEvent locationInWindow] fromView:nil];
348 [controlView convertPoint:[theEvent locationInWindow] fromView:nil];
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_view.mm115 hoverPoint_ = [self convertPoint:[theEvent locationInWindow]
242 NSPoint downLocation = [theEvent locationInWindow];
341 NSPoint upLocation = [theEvent locationInWindow];
352 [[self superview] convertPoint:[theEvent locationInWindow]
641 [[self superview] convertPoint:[theEvent locationInWindow]
Dtab_controller_unittest.mm44 location:[current locationInWindow]
/external/webkit/Source/WebKit2/UIProcess/mac/
DWebPopupMenuProxyMac.mm150 location:[initiatingNSEvent locationInWindow]
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginEventHandlerCocoa.mm104 NSPoint point = [m_pluginView convertPoint:[nsEvent locationInWindow] fromView:nil];
DWebNetscapePluginEventHandlerCarbon.mm91 NSPoint where = [[cocoaEvent window] convertBaseToScreen:[cocoaEvent locationInWindow]];
/external/webkit/Source/WebKit/mac/WebView/
DWebViewEventHandling.mm163 …NSPoint locationForHitTest = [[contentView superview] convertPoint:[event locationInWindow] fromVi…
/external/chromium/chrome/browser/automation/
Dui_controls_mac.mm104 // For events other than mouse moved, [event locationInWindow] is
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_popup_view_mac.mm698 NSPoint point = [self convertPoint:[theEvent locationInWindow] fromView:nil];
753 NSPoint point = [self convertPoint:[theEvent locationInWindow] fromView:nil];

12