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

  /external/webkit/WebCore/platform/mac/
WidgetMac.mm 196 [view displayRectIgnoringOpacity:[view convertRect:r fromView:[view superview]]];
234 [view displayRectIgnoringOpacity:[view convertRect:r fromView:[view superview]] inContext:nsContext];
310 return enclosingIntRect([rootWidget->platformWidget() convertRect:rect fromView:nil]);
333 return IntPoint([rootWidget->platformWidget() convertPoint:point fromView:nil]);
PlatformMouseEventMac.mm 94 location = [windowView convertPoint:location fromView:nil];
ScrollViewMac.mm 194 return IntPoint([documentView convertPoint:windowCoord fromView:nil]);
PopupMenuMac.mm 163 location = [dummyView.get() convertPoint:location fromView:view];
  /external/webkit/WebKit/mac/Misc/
WebNSViewExtras.m 161 NSPoint mouseDownPoint = [self convertPoint:[event locationInWindow] fromView:nil];
238 convertedRect = [aView convertRect:convertedRect fromView:nil];
  /external/webkit/WebKit/mac/WebView/
WebViewEventHandling.mm 163 NSPoint locationForHitTest = [[contentView superview] convertPoint:[event locationInWindow] fromView:nil];
WebView.mm     [all...]
WebHTMLView.mm 164 NSPoint localPoint = [htmlView convertPoint:point fromView:nil];
188 NSPoint localPoint = [htmlView convertPoint:point fromView:nil];
    [all...]
WebPDFView.mm 366 NSMenu *menu = [webView _menuForElement:[self elementAtPoint:[self convertPoint:[theEvent locationInWindow] fromView:nil]] defaultItems:items];
    [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebDragClient.mm 75 NSPoint viewPoint = [m_webView convertPoint:windowPoint fromView:nil];
WebChromeClient.mm 439 return enclosingIntRect([m_webView convertRect:rect fromView:nil]);
465 return IntPoint([m_webView convertPoint:windowCoord fromView:nil]);
499 [documentView scrollRectToVisible:[documentView convertRect:rect fromView:m_webView]];
  /packages/apps/Email/src/com/android/email/activity/
MessageList.java     [all...]
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCocoa.mm 104 NSPoint point = [m_pluginView convertPoint:[nsEvent locationInWindow] fromView:nil];
WebBaseNetscapePluginView.mm 343 return NSIntersectionRect([self convertRect:[self _windowClipRect] fromView:nil], [super visibleRect]);
866 destPoint = [self convertPoint:destPoint fromView:nil];
WebNetscapePluginView.mm 454 NSRect dirtyRect = [self convertRect:dirtyRects[dirtyRectIndex] fromView:opaqueAncestor];
531 reinterpret_cast<NSRect&>(convertedDirtyRects[i]) = [self convertRect:dirtyRects[i] fromView:opaqueAncestor];
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 247 NSRect rect = [documentView convertRect:[(id <WebDocumentSelection>)documentView selectionRect] fromView:nil];
TextInputController.m 331 rect = [webView convertRect:rect fromView:nil];
  /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]];
FrameMac.mm 319 rect = [view convertRect:rect fromView:nil];
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWM.m 190 *p = [ window_view convertPoint:*p fromView: nil ];
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 307 NSPoint pluginPoint = [pluginView convertPoint:[event locationInWindow] fromView:nil];
368 NSPoint pluginPoint = [pluginView convertPoint:[event locationInWindow] fromView:nil];
    [all...]
  /external/webkit/WebKit/mac/Carbon/
HIWebView.mm 825 [inView->fWebView convertRect:*(NSRect*)&frame fromView:nil];
    [all...]

Completed in 2399 milliseconds