HomeSort by relevance Sort by last modified time
    Searched refs:NSWindow (Results 126 - 140 of 140) sorted by null

1 2 3 4 56

  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm 695 NSWindow *window = [webView window];
    [all...]
PixelDumpSupportMac.mm 187 NSWindow *window = [view window];
UIDelegate.mm 150 NSWindow* window = [sender window];
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm 182 @interface NSWindow (BorderViewAccess)
186 @implementation NSWindow (BorderViewAccess)
210 static bool needsCursorRectsSupportAtPoint(NSWindow* window, NSPoint point)
235 static void setCursor(NSWindow *self, SEL cmd, NSPoint point)
247 static void resetCursorRects(NSWindow* self, SEL cmd)
326 @interface NSWindow (WebNSWindowDetails)
583 Method setCursorMethod = class_getInstanceMethod([NSWindow class], @selector(_setCursorForMouseLocation:));
606 Method resetCursorRectsMethod = class_getInstanceMethod([NSWindow class], @selector(resetCursorRects));
    [all...]
WebView.mm 206 @interface NSWindow (WebNSWindowDetails)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.m 356 NSWindow* window = qz_window;
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebHostedNetscapePluginView.mm 201 // Flip Y to convert NSWindow coordinates to top-left-based window coordinates.
289 NSWindow *window = [self window];
NetscapePluginHostProxy.mm 53 @interface WebPlaceholderModalWindow : NSWindow
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCarbon.mm 407 void* WebNetscapePluginEventHandlerCarbon::platformWindow(NSWindow* window)
WebNetscapePluginView.mm 204 // The WindowRef created by -[NSWindow windowRef] has a QuickDraw GrafPort that covers
212 NSWindow *currentWindow = [self currentWindow];
286 // Flip Y to convert -[NSWindow contentView] coordinates to top-left-based window coordinates.
297 // If drawing with QuickDraw, fix the window port so that it has the same bounds as the NSWindow's
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 123 @interface NSWindow (AppKitSecretsIKnowAbout)
181 NSWindow *window = [m_webView window];
    [all...]
WebFrameLoaderClient.mm 144 - (jobject)pollForAppletInWindow:(NSWindow *)window;
418 NSWindow *window = [webView hostWindow] ? [webView hostWindow] : [webView window];
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PDFViewController.mm 277 - (void)viewWillMoveToWindow:(NSWindow *)newWindow
  /external/webkit/Source/WebCore/platform/mac/
ThemeMac.mm 479 NSWindow *window = [view window];
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 2871 milliseconds

1 2 3 4 56