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

1 2 34 5 6

  /external/webkit/Source/WebKit2/UIProcess/
WebInspectorProxy.h 40 OBJC_CLASS NSWindow;
146 RetainPtr<NSWindow> m_inspectorWindow;
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_mac.h 32 // Implements AutocompletePopupView using a raw NSWindow containing an
144 scoped_nsobject<NSWindow> popup_;
  /external/webkit/Source/WebKit/mac/WebView/
WebFullScreenController.h 43 NSWindow *_backgroundFullscreenWindow; // (retain)
WebVideoFullscreenController.mm 53 @interface WebVideoFullscreenWindow : NSWindow
70 @interface NSWindow(IsOnActiveSpaceAdditionForTigerAndLeopard)
78 NSWindow *window = [[WebVideoFullscreenWindow alloc] initWithContentRect:NSZeroRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
236 NSWindow* fullscreenWindow = [self fullscreenWindow];
269 static NSWindow *createBackgroundFullscreenWindow(NSRect frame, int level)
271 NSWindow *window = [[NSWindow alloc] initWithContentRect:frame styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
WebClipView.mm 55 @interface NSWindow (WebNSWindowDetails)
WebViewData.h 94 NSWindow *hostWindow;
  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessShim.mm 64 static NSInteger shim_NSApplication_RunModalForWindow(id self, SEL _cmd, NSWindow* window)
67 NSInteger result = ((NSInteger (*)(id, SEL, NSWindow *))NSApplication_RunModalForWindow)(self, _cmd, window);
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebInspectorProxyMac.mm 101 NSWindow *window = [[NSWindow alloc] initWithContentRect:NSMakeRect(0, 0, initialWindowWidth, initialWindowHeight) styleMask:styleMask backing:NSBackingStoreBuffered defer:NO];
WKFullScreenWindowController.mm 69 @interface WKFullScreenWindow : NSWindow
88 @interface NSWindow(IsOnActiveSpaceAdditionForTigerAndLeopard)
98 NSWindow *window = [[WKFullScreenWindow alloc] initWithContentRect:NSZeroRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
148 NSWindow* fullScreenWindow = [self _fullScreenWindow];
166 NSWindow* window = [self window];
215 // In a previous incarnation, the NSWindow attached to this controller may have
217 NSWindow* fullScreenWindow = [self window];
282 NSWindow* webWindow = [[self webView] window];
  /external/webkit/Tools/MiniBrowser/mac/
BrowserWindowController.h 35 IBOutlet NSWindow *findPanelWindow;
AppDelegate.m 214 for (NSWindow* window in windows) {
229 for (NSWindow* window in windows) {
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTreeDraggingInfo.mm 56 - (NSWindow *)draggingDestinationWindow
  /external/webkit/Tools/WebKitTestRunner/mac/
PlatformWebViewMac.mm 36 m_window = [[NSWindow alloc] initWithContentRect:windowRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:YES];
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 76 void WKSetNSWindowShouldPostEventNotifications(NSWindow *window, BOOL post);
184 NSEvent *WKCreateNSEventWithCarbonMouseMoveEvent(EventRef inEvent, NSWindow *window);
188 CGContextRef WKNSWindowOverrideCGContext(NSWindow *, CGContextRef);
189 void WKNSWindowRestoreCGContext(NSWindow *, CGContextRef);
191 void WKNSWindowMakeBottomCornersSquare(NSWindow *);
337 WKWindowBounceAnimationContextRef WKWindowBounceAnimationContextCreate(NSWindow *window);
375 void WKWindowSetAlpha(NSWindow *window, float alphaValue);
376 void WKWindowSetScaledFrame(NSWindow *window, NSRect scaleFrame, NSRect nonScaledFrame);
  /external/webkit/Source/WebCore/platform/mac/
ScrollViewMac.mm 38 @interface NSWindow (WebWindowDetails)
68 NSWindow *window = [parentView window];
175 // "Containing Window" means the NSWindow's coord system, which is origin lower left
PlatformMouseEventMac.mm 71 IntPoint globalPoint(const NSPoint& windowPoint, NSWindow *window)
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonWindowFrame.m 41 - (void)_setWindow:(NSWindow *)window;
109 - (id)initWithFrame:(NSRect)inFrameRect styleMask:(unsigned int)inStyleMask owner:(NSWindow *)inOwningWindow {
163 // Toolbar methods that NSWindow expects to be there.
208 // Return a value that will make -[NSWindow displayIfNeeded] on our Carbon window actually work.
  /external/webkit/Source/WebKit/mac/WebInspector/
WebNodeHighlight.mm 55 NSRect contentRect = [NSWindow contentRectForFrameRect:[self _computeHighlightWindowFrame] styleMask:styleMask];
56 _highlightWindow = [[NSWindow alloc] initWithContentRect:contentRect styleMask:styleMask backing:NSBackingStoreBuffered defer:NO];
  /sdk/emulator/opengl/host/libs/Translator/EGL/
MacNative.m 166 NSWindow* wnd = [view window];
169 NSWindowDepth defaultLimit = [NSWindow defaultDepthLimit];
  /external/webkit/Source/WebKit/mac/Misc/
WebNSViewExtras.m 219 NSWindow *thisWindow = [self window];
224 NSWindow *otherWindow = [aView window];
  /external/webkit/Source/WebKit/mac/Panels/
WebAuthenticationPanel.m 237 - (void)runAsSheetOnWindow:(NSWindow *)window withChallenge:(NSURLAuthenticationChallenge *)chall
249 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo
WebPanelAuthenticationHandler.m 105 -(void)startAuthentication:(NSURLAuthenticationChallenge *)challenge window:(NSWindow *)w
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.h 112 - (NSWindow *)currentWindow;
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
FindIndicatorWindow.mm 149 NSRect windowContentRect = [NSWindow contentRectForFrameRect:windowFrameRect styleMask:NSBorderlessWindowMask];
151 m_findIndicatorWindow.adoptNS([[NSWindow alloc] initWithContentRect:windowContentRect
  /external/webkit/Source/WebCore/platform/
Widget.h 50 @class NSWindow;
53 class NSWindow;

Completed in 617 milliseconds

1 2 34 5 6