Searched refs:usesLayeredWindow (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebViewPrivate.idl275 HRESULT setUsesLayeredWindow([in] BOOL usesLayeredWindow);
276 HRESULT usesLayeredWindow([out, retval] BOOL* usesLayeredWindow);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp1064 if (isAcceleratedCompositing() && !usesLayeredWindow()) {
2210 if (webView->usesLayeredWindow())
2215 if (webView->usesLayeredWindow()) {
3487 if (usesLayeredWindow() && activeWindow == m_viewWindow)
6033 HRESULT WebView::setUsesLayeredWindow(BOOL usesLayeredWindow)
6035 if (m_usesLayeredWindow == !!usesLayeredWindow)
6052 if (usesLayeredWindow) {
6088 m_usesLayeredWindow = usesLayeredWindow;
6092 HRESULT WebView::usesLayeredWindow(BOOL* usesLayeredWindow)
[all...]
H A DWebView.h856 virtual HRESULT STDMETHODCALLTYPE usesLayeredWindow(BOOL*);
894 bool usesLayeredWindow() const { return m_usesLayeredWindow; } function in class:WebView

Completed in 137 milliseconds