Home
last modified time | relevance | path

Searched refs:setWindow (Results 1 – 25 of 33) sorted by relevance

12

/external/clang/test/SemaObjC/
Dwarn-strict-selector-match.m16 - (void)setWindow:(Object *)wdw; // expected-note {{using}}
20 - (void)setWindow:(Class1 *)window; // expected-note {{also found}}
26 [obj setWindow:0]; // expected-warning {{Object' may not respond to 'setWindow:'}}
27 [obj2 setWindow:0]; // expected-warning {{multiple methods named 'setWindow:' found}}
Dclass-method-lookup.m31 - (void)setWindow:(Object *)wdw;
35 - (void)setWindow:(Class1 *)window;
43 [obj setWindow:nil]; // expected-warning {{'Object' may not respond to 'setWindow:'}}
Dwarn-selector-selection.m8 - (void)setWindow:(Object *)wdw;
13 [obj setWindow:0]; // expected-warning{{'Object' may not respond to 'setWindow:'}}
/external/webkit/Source/WebKit/mac/WebView/
DWebWindowAnimation.h42 - (void)setWindow:(NSWindow *)window;
58 - (void)setWindow:(NSWindow *)window;
DWebWindowAnimation.m92 - (void)setWindow:(NSWindow *)window
221 - (void)setWindow:(NSWindow*)window
DWebVideoFullscreenController.mm183 [_fadeAnimation setWindow:nil];
197 [self setWindow:nil];
614 [_fullscreenAnimation setWindow:nil];
DWebVideoFullscreenHUDWindowController.mm294 [self setWindow:nil];
/external/webkit/Source/WebCore/bindings/js/
DJSDOMWindowShell.cpp51 setWindow(window); in JSDOMWindowShell()
58 void JSDOMWindowShell::setWindow(PassRefPtr<DOMWindow> domWindow) in setWindow() function in WebCore::JSDOMWindowShell
69 setWindow(*JSDOMWindow::commonJSGlobalData(), jsDOMWindow); in setWindow()
DScriptCachedFrameData.cpp87 windowShell->setWindow(window->globalData(), window); in restore()
89 windowShell->setWindow(frame->domWindow()); in restore()
DJSDOMWindowShell.h47 void setWindow(JSC::JSGlobalData& globalData, JSDOMWindow* window) in setWindow() function
53 void setWindow(PassRefPtr<DOMWindow>);
DScriptController.cpp192 windowShell->setWindow(m_frame->domWindow()); in clearWindowShell()
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DCACFLayerTreeHost.cpp109 host->setWindow(testWindow); in acceleratedCompositingAvailable()
111 host->setWindow(0); in acceleratedCompositingAvailable()
170 void CACFLayerTreeHost::setWindow(HWND window) in setWindow() function in WebCore::CACFLayerTreeHost
DCACFLayerTreeHost.h64 void setWindow(HWND);
/external/webkit/Source/WebCore/platform/graphics/win/
DMediaPlayerPrivateFullscreenWindow.cpp91 m_layerTreeHost->setWindow(m_hwnd); in createWindow()
151 m_layerTreeHost->setWindow(0); in wndProc()
/external/webkit/Source/WebKit/android/plugins/
DPluginWidgetAndroid.h72 void setWindow(NPWindow* window, bool isTransparent);
DPluginWidgetAndroid.cpp117 void PluginWidgetAndroid::setWindow(NPWindow* window, bool isTransparent) { in setWindow() function in PluginWidgetAndroid
/external/webkit/Source/WebCore/plugins/android/
DPluginViewAndroid.cpp487 m_window->setWindow(&m_npWindow, m_isTransparent); in setNPWindowIfNeeded()
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebInspectorClient.mm307 [self setWindow:window];
/external/webkit/Source/WebKit/mac/
DWebKit.order2314 -[WebWindowFadeAnimation setWindow:]
2318 -[WebWindowScaleAnimation setWindow:]
DChangeLog-2002-12-034594 (-[WebBaseNetscapePluginView setWindow]):
5565 (-[WebBaseNetscapePluginView setWindow]):
5590 (-[WebBaseNetscapePluginView setWindow]):
5728 (-[WebBaseNetscapePluginView setWindow]):
9650 (-[WebPluginView setWindow]): added some more logging
12018 (-[IFPluginView setWindow]), (-[IFPluginView start]), (-[IFPluginView stop]):
12051 (-[IFPluginView setWindow]): Call [setUpWindowAndPort] then call NPP_SetWindow.
12283 (-[IFPluginView setWindow]): Use the window's content view as the
12471 (-[IFPluginView setWindow]): added a draw test
12712 * Plugins.subproj/IFPluginView.mm: (-[IFPluginView setWindow]): Fix a warning
[all …]
DChangeLog-2006-02-0910591 …(-[WebBaseNetscapePluginView setWindowIfNecessary]): was setWindow, this method now just sets the …
23860 …(-[WebBaseNetscapePluginView setWindow]): NPP_SetWindow may be expensive, only call it if it has c…
27334 …(-[WebBaseNetscapePluginView viewDidMoveToWindow]): Explicitly call setWindow when the plug-in vie…
27990 …(-[WebNetscapePluginDocumentView layout]): no need to call setWindow, this is done in the supercla…
33703 (-[WebBaseNetscapePluginView setWindow]): Set boolean.
33742 (-[WebBaseNetscapePluginView setWindow]): Ditto.
33743 … (-[WebBaseNetscapePluginView viewHasMoved:]): Just call setWindow since it now checks isStarted.
33797 Make setWindow public.
33812 (-[WebBaseNetscapePluginView setWindow]): Call the new saveAndSetPortState method instead of
33830 … Do a setWindow rather than a setUpWindowAndPort when the size of the view changes. This matches
[all …]
/external/webkit/Source/WebKit/mac/Plugins/
DWebBaseNetscapePluginView.mm668 // Call setWindow to explicitly "clip out" the plug-in from sight.
/external/webkit/Source/WebKit/win/
DWebView.cpp6269 m_layerTreeHost->setWindow(m_viewWindow); in setAcceleratedCompositing()
6292 m_layerTreeHost->setWindow(0); in setAcceleratedCompositing()
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_controller.mm1991 [self setWindow:destWindow];
/external/webkit/Source/WebCore/
DChangeLog-2011-02-16704 (WebCore::JSDOMWindowShell::setWindow):
11506 (WebCore::JSDOMWindowShell::setWindow):
12448 (WebCore::JSDOMWindowShell::setWindow):
12453 (WebCore::JSDOMWindowShell::setWindow):
12754 (WebCore::JSDOMWindowShell::setWindow):
12759 (WebCore::JSDOMWindowShell::setWindow):
13056 (WebCore::JSDOMWindowShell::setWindow):
13061 (WebCore::JSDOMWindowShell::setWindow):
13538 (WebCore::JSDOMWindowShell::setWindow):
13543 (WebCore::JSDOMWindowShell::setWindow):
[all …]

12