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

1 2 3 45 6

  /external/webkit/Source/WebKit/mac/WebView/
WebView.h 491 - (void)setHostWindow:(NSWindow *)hostWindow;
497 - (NSWindow *)hostWindow;
WebVideoFullscreenHUDWindowController.mm 76 @interface WebVideoFullscreenHUDWindow : NSWindow
150 NSWindow *window = [[WebVideoFullscreenHUDWindow alloc] initWithContentRect:NSMakeRect(0, 0, windowWidth, windowHeight)
255 NSWindow *window = [self window];
287 NSWindow *window = [self window];
358 NSWindow *window = [self window];
WebFullScreenController.mm 82 @interface WebFullscreenWindow : NSWindow
119 @interface NSWindow(IsOnActiveSpaceAdditionForTigerAndLeopard)
130 NSWindow *window = [[WebFullscreenWindow alloc] initWithContentRect:NSZeroRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
331 NSWindow* fullscreenWindow = [self _fullscreenWindow];
349 NSWindow* window = [self window];
392 // In a previous incarnation, the NSWindow attached to this controller may have
521 NSWindow* webWindow = [[self webView] window];
    [all...]
WebTextCompletionController.mm 39 @interface NSWindow (WebNSWindowDetails)
113 _popupWindow = [[NSWindow alloc] initWithContentRect:scrollFrame styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
149 maxWidth = ceilf([NSWindow frameRectForContentRect:NSMakeRect(0.0f, 0.0f, maxWidth, 100.0f) styleMask:NSBorderlessWindowMask].size.width);
WebPDFView.mm 270 NSWindow *window = [self window];
425 NSWindow *newWindow = [self window];
457 - (void)viewWillMoveToWindow:(NSWindow *)window
461 NSWindow *oldWindow = [self window];
569 - (void)viewWillMoveToHostWindow:(NSWindow *)hostWindow
    [all...]
WebFrameView.mm 74 @interface NSWindow (WindowPrivate)
141 NSWindow *window = [sv window];
411 NSWindow *window = [self window];
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/Plugins/mac/
PluginProcessProxyMac.mm 34 @interface WKPlaceholderModalWindow : NSWindow
  /external/webkit/Tools/TestWebKitAPI/mac/
PlatformWebViewMac.mm 38 m_window = [[NSWindow alloc] initWithContentRect:windowRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:YES];
  /external/webkit/Source/WebKit/mac/Carbon/
HIWebView.mm 41 @interface NSWindow (AppKitSecretsHIWebViewKnows)
542 NSWindow *window = [webView window];
608 OSStatus err = GetWindowProperty(newWindow, NSAppKitPropertyCreator, NSCarbonWindowPropertyTag, sizeof(NSWindow *), NULL, &view->fKitWindow);
624 SetWindowProperty(newWindow, NSAppKitPropertyCreator, NSCarbonWindowPropertyTag, sizeof(NSWindow *), &view->fKitWindow);
651 // the NSWindow that shadows our Carbon window.
670 err = GetWindowProperty( window, NSAppKitPropertyCreator, NSCarbonWindowPropertyTag, sizeof(NSWindow *), NULL, &kitWindow);
682 NSWindow* kitWindow;
692 err = GetWindowProperty( window, NSAppKitPropertyCreator, NSCarbonWindowPropertyTag, sizeof(NSWindow *), NULL, &kitWindow);
711 NSWindow* kitWindow;
714 err = GetWindowProperty( window, NSAppKitPropertyCreator, NSCarbonWindowPropertyTag, sizeof(NSWindow *), NULL, &kitWindow)
    [all...]
CarbonWindowAdapter.mm 32 // For non-sheet windows, handle Carbon WindowMove events so as to do the same things as -[NSWindow _windowMoved].
36 // There are some invariants I'm maintaining for objects of this class which have been successfully initialized but not deallocated. These all make it easier to not override every single method of NSWindow.
46 // The instance variables involved are ones that came to my attention during the initial writing of this class; I haven't methodically gone through NSWindow's ivar list or anything like that. M.P. Notice - 10/10/00
83 @interface NSWindow(HIWebFrameView)
141 NSWindow *windowAsProperty;
189 // Do some standard Cocoa initialization. The defer argument's value is YES because we don't want -[NSWindow _commonAwake] to get called. It doesn't appear that any relevant NSWindow code checks _wFlags.deferred, so we should be able to get away with the lie.
234 // Put a pointer to this Cocoa NSWindow in a Carbon window property tag.
237 osStatus = SetWindowProperty(_windowRef, WKCarbonWindowPropertyCreator(), WKCarbonWindowPropertyTag(), sizeof(NSWindow *), &windowAsProperty);
393 // Handle an event just like an NSWindow would
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button.h 44 - (NSWindow*)browserWindow;
  /external/webkit/Source/WebCore/platform/
PlatformMouseEvent.h 201 IntPoint globalPoint(const NSPoint& windowPoint, NSWindow *);
  /external/webkit/Source/WebCore/platform/mac/
WidgetMac.mm 49 @interface NSWindow (WebWindowDetails)
81 NSWindow *window = [view window];
  /external/webkit/Source/WebKit/mac/WebInspector/
WebInspector.mm 229 - (NSWindow *)window
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginController.mm 68 - (void)setContainingWindow:(NSWindow *)w;
559 typedef void (*beginSheetModalForWindowIMP)(id, SEL, NSWindow *, id, SEL, void*);
572 static void WebKit_NSAlert_beginSheetModalForWindow_modalDelegate_didEndSelector_contextInfo_(id object, SEL selector, NSWindow *window, id modalDelegate, SEL didEndSelector, void* contextInfo)
WebBaseNetscapePluginView.mm 388 NSWindow *theWindow = [self window];
562 NSWindow *window = [self window];
604 - (void)viewWillMoveToWindow:(NSWindow *)newWindow
674 - (void)viewWillMoveToHostWindow:(NSWindow *)hostWindow
813 - (NSWindow *)currentWindow
WebNetscapePluginEventHandlerCocoa.mm 213 void* WebNetscapePluginEventHandlerCocoa::platformWindow(NSWindow* window)
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebInspectorClient.mm 284 - (NSWindow *)window
286 NSWindow *window = [super window];
296 window = [[NSWindow alloc] initWithContentRect:NSMakeRect(60.0, 200.0, 750.0, 650.0) styleMask:styleMask backing:NSBackingStoreBuffered defer:NO];
  /external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultUIDelegate.m 151 NSWindow *window = [wv window];
  /external/webkit/Source/WebKit/mac/Misc/
WebDownload.mm 127 NSWindow *window = nil;
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm 85 @interface NSWindow (WKNSWindowDetails)
357 NSWindow *window = [self window];
    [all...]
PageClientImpl.mm 329 NSWindow *window = [m_wkView window];
331 // Don't try to get the graphics context if the NSWindow doesn't have a window device.
444 NSWindow *window = [m_wkView window];
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_mac.h 59 NSWindow* lastWindow_; // weak
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.h 102 NSWindow *window; /* Cocoa window to implement the SDL window */
  /external/webkit/Source/WebKit2/Shared/mac/
WebEventFactory.mm 113 static NSScreen *screenForWindow(NSWindow *window)
133 static NSPoint globalPoint(const NSPoint& windowPoint, NSWindow *window)
    [all...]

Completed in 3138 milliseconds

1 2 3 45 6