HomeSort by relevance Sort by last modified time
    Searched refs:toView (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/Source/WebKit/mac/Misc/
WebNSViewExtras.h 71 - (NSRect)_web_convertRect:(NSRect)aRect toView:(NSView *)aView;
WebNSViewExtras.m 212 - (NSRect)_web_convertRect:(NSRect)aRect toView:(NSView *)aView
214 // Converting to this view's window; let -convertRect:toView: handle it
216 return [self convertRect:aRect toView:nil];
218 // This view must be in a window. Do whatever weird thing -convertRect:toView: does in this situation.
221 return [self convertRect:aRect toView:aView];
226 return [self convertRect:aRect toView:aView];
229 NSRect convertedRect = [self convertRect:aRect toView:nil];
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardViewStateManager.java 182 * @param toView The view into which the point should be mapped
185 private void mapPoint(View fromView, View toView, int pt[]) {
191 toView.getLocationInWindow(mTmpLoc);
  /external/webkit/Source/WebCore/platform/mac/
WidgetMac.mm 377 return enclosingIntRect([rootWidget->platformWidget() convertRect:rect toView:nil]);
401 return IntPoint([rootWidget->platformWidget() convertPoint:point toView:nil]);
ScrollViewMac.mm 182 tempRect = [documentView convertRect:tempRect toView:nil];
  /external/webkit/Source/WebKit/mac/Carbon/
HIViewAdapter.m 108 validRect = [view convertRect:validRect toView:[view superview]];
151 invalidRect = [view convertRect:invalidRect toView:[view superview]];
  /external/webkit/Source/WebCore/bindings/objc/
DOMHTML.mm 119 result = [view convertRect:result toView:nil];
  /external/webkit/Source/WebKit/mac/WebInspector/
WebNodeHighlight.mm 181 NSRect highlightWindowFrame = [_targetView convertRect:[_targetView visibleRect] toView:nil];
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
FindIndicatorWindow.mm 146 NSRect windowFrameRect = NSIntegralRect([m_wkView convertRect:contentRect toView:nil]);
PageClientImpl.mm 273 tempRect = [m_wkView convertRect:tempRect toView:nil];
391 textBaselineOrigin = [m_wkView convertPoint:textBaselineOrigin toView:nil];
WKView.mm 361 NSRect viewFrameInWindowCoordinates = [self convertRect:[self frame] toView:nil];
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebContextMenuProxyMac.mm 221 location = [m_webView convertPoint:location toView:nil];
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.m 173 *p = [ window_view convertPoint:*p toView: nil ];
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebHostedNetscapePluginView.mm 187 NSRect boundsInWindow = [self convertRect:[self bounds] toView:windowContentView];
  /external/webkit/Source/WebKit/mac/WebView/
WebTextCompletionController.mm 132 windowFrame.origin = [[_view window] convertBaseToScreen:[_htmlView convertPoint:wordStart toView:nil]];
WebPDFView.mm 861 result = [PDFSubview convertRect:result toView:[PDFSubview documentView]];
    [all...]
WebHTMLView.mm     [all...]
WebView.mm     [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/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 611 tempRect = [m_webView convertRect:tempRect toView:nil];
910 NSPoint nsScreenPoint = [view convertPoint:point toView:nil];
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 875 sourcePointInScreenSpace = [self convertPoint:sourcePoint toView:nil];
WebNetscapePluginView.mm 218 NSRect contentRect = [contentView convertRect:[contentView frame] toView:nil]; // convert to window-relative coordinates
283 NSRect boundsInWindow = [self convertRect:[self bounds] toView:windowContentView];
324 // superviews and nil windows and results from convertRect:toView: are incorrect.
    [all...]
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm     [all...]

Completed in 800 milliseconds

1 2