Searched refs:m_layerTreeHost (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DDrawingAreaImpl.cpp51 if (m_layerTreeHost)
52 m_layerTreeHost->invalidate();
86 if (m_layerTreeHost) {
88 m_layerTreeHost->setNonCompositedContentsNeedDisplay();
100 if (m_layerTreeHost) {
102 m_layerTreeHost->setNonCompositedContentsNeedDisplayInRect(rect);
124 if (m_layerTreeHost) {
129 m_layerTreeHost->scrollNonCompositedContents(scrollRect);
182 if (m_layerTreeHost)
183 m_layerTreeHost
[all...]
H A DDrawingAreaImpl.h60 virtual LayerTreeHost* layerTreeHost() const { return m_layerTreeHost.get(); }
147 RefPtr<LayerTreeHost> m_layerTreeHost; member in class:WebKit::DrawingAreaImpl
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DMediaPlayerPrivateFullscreenWindow.cpp88 if (m_layerTreeHost)
89 m_layerTreeHost->setWindow(m_hwnd);
107 m_layerTreeHost = nullptr;
111 if (!m_layerTreeHost) {
112 m_layerTreeHost = CACFLayerTreeHost::create();
114 m_layerTreeHost->setWindow(m_hwnd);
115 m_layerTreeHost->createRenderer();
119 m_layerTreeHost->setRootChildLayer(m_rootChild.get());
159 if (m_layerTreeHost)
160 m_layerTreeHost
[all...]
H A DMediaPlayerPrivateFullscreenWindow.h72 RefPtr<CACFLayerTreeHost> m_layerTreeHost; member in class:WebCore::MediaPlayerPrivateFullscreenWindow
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp432 ASSERT(!m_layerTreeHost);
932 if (m_layerTreeHost)
933 m_layerTreeHost->resize();
1065 m_layerTreeHost->flushPendingLayerChangesNow();
1069 m_layerTreeHost->paint();
2128 if (m_layerTreeHost)
2129 m_layerTreeHost->setShouldInvertColors(shouldInvertColors);
6554 if (!m_layerTreeHost)
6556 m_layerTreeHost->flushPendingGraphicsLayerChangesSoon();
6565 m_layerTreeHost
[all...]
H A DWebView.h1160 RefPtr<WebCore::CACFLayerTreeHost> m_layerTreeHost; member in class:WebView

Completed in 217 milliseconds