HomeSort by relevance Sort by last modified time
    Searched full:convertpoint (Results 51 - 75 of 88) sorted by null

1 23 4

  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_drop_target.mm 41 NSPoint viewPoint = [view convertPoint:windowPoint fromView:nil];
web_drag_source.mm 237 return [contentsView_ convertPoint:basePoint fromView:nil];
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.h 138 bool convertPoint(double sourceX, double sourceY, NPCoordinateSpace sourceSpace,
NetscapePluginInstanceProxy.mm 416 NSPoint pluginPoint = [pluginView convertPoint:[event locationInWindow] fromView:nil];
477 NSPoint pluginPoint = [pluginView convertPoint:[event locationInWindow] fromView:nil];
    [all...]
NetscapePluginHostProxy.mm     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebTextCompletionController.mm 132 windowFrame.origin = [[_view window] convertBaseToScreen:[_htmlView convertPoint:wordStart toView:nil]];
WebView.mm     [all...]
WebHTMLView.mm     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.mm 391 textBaselineOrigin = [m_wkView convertPoint:textBaselineOrigin toView:nil];
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_mac.mm 698 NSPoint point = [self convertPoint:[theEvent locationInWindow] fromView:nil];
753 NSPoint point = [self convertPoint:[theEvent locationInWindow] fromView:nil];
  /external/webkit/Source/WebCore/page/mac/
EventHandlerMac.mm 226 NSView *view = [nodeView hitTest:[[nodeView superview] convertPoint:[currentNSEvent() locationInWindow] fromView:nil]];
470 NSView *view = [nodeView hitTest:[[nodeView superview] convertPoint:[currentNSEvent() locationInWindow] fromView:nil]];
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 875 sourcePointInScreenSpace = [self convertPoint:sourcePoint toView:nil];
906 destPoint = [self convertPoint:destPoint fromView:nil];
WebNetscapePluginPackage.mm 469 browserFuncs.convertpoint = (NPN_ConvertPointProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_ConvertPoint);
582 browserFuncs.convertpoint = NPN_ConvertPoint;
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 603 return IntPoint([m_webView convertPoint:windowCoord fromView:nil]);
910 NSPoint nsScreenPoint = [view convertPoint:point toView:nil];
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
NetscapePluginMac.mm 95 NPBool NetscapePlugin::convertPoint(double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double& destX, double& destY, NPCoordinateSpace destSpace)
169 if (!convertPoint(m_currentMouseEvent->data.mouse.pluginX, m_currentMouseEvent->data.mouse.pluginY, NPCoordinateSpacePlugin, screenX, screenY, NPCoordinateSpaceScreen))
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bubble_controller.mm 196 bubbleArrowtip = [bubble_ convertPoint:bubbleArrowtip toView:nil];
  /external/chromium/chrome/browser/ui/cocoa/
fullscreen_controller.mm 500 NSPoint mousePos = [contentView_ convertPoint:mouseLoc fromView:nil];
tabpose_window.mm     [all...]
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field.mm 98 [self convertPoint:[theEvent locationInWindow] fromView:nil];
content_setting_decoration.mm 276 anchor = [field convertPoint:anchor toView:nil];
autocomplete_text_field_unittest.mm 52 const NSPoint locationInWindow([view convertPoint:point toView:nil]);
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
TextInputController.m 351 point = [webView convertPoint:point toView:nil];
EventSendingController.mm 446 lastMousePosition = [view convertPoint:NSMakePoint(x, [view frame].size.height - y) toView:nil];
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_mac.mm 241 [cocoa_view_ convertPoint:origin_window fromView:nil];
324 [[cocoa_view_ superview] convertPoint:origin_window fromView:nil];
445 NSPoint local_point = [cocoa_view_ convertPoint:event_location fromView:nil];
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/extensions/
browser_actions_controller.mm 395 return [button convertPoint:anchor toView:nil];

Completed in 7295 milliseconds

1 23 4