HomeSort by relevance Sort by last modified time
    Searched refs:m_layerTreeHost (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
DrawingAreaImpl.cpp 56 if (m_layerTreeHost)
57 m_layerTreeHost->invalidate();
87 if (m_layerTreeHost) {
90 m_layerTreeHost->setNonCompositedContentsNeedDisplay(dirtyRect);
103 if (m_layerTreeHost) {
108 m_layerTreeHost->scrollNonCompositedContents(scrollRect, scrollOffset);
161 if (m_layerTreeHost) {
162 m_layerTreeHost->forceRepaint();
163 if (!m_layerTreeHost->participatesInDisplay())
173 if (m_layerTreeHost)
    [all...]
DrawingAreaImpl.h 108 RefPtr<LayerTreeHost> m_layerTreeHost;
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateFullscreenWindow.cpp 48 , m_layerTreeHost(CACFLayerTreeHost::create())
91 m_layerTreeHost->setWindow(m_hwnd);
111 m_layerTreeHost->setRootChildLayer(m_rootChild.get());
151 m_layerTreeHost->setWindow(0);
160 m_layerTreeHost->resize();
170 m_layerTreeHost->paint();
MediaPlayerPrivateFullscreenWindow.h 76 RefPtr<CACFLayerTreeHost> m_layerTreeHost;
  /external/webkit/Source/WebKit/win/
WebView.cpp 396 ASSERT(!m_layerTreeHost);
891 if (m_layerTreeHost)
892 m_layerTreeHost->resize();
998 m_layerTreeHost->flushPendingLayerChangesNow();
1002 m_layerTreeHost->paint();
    [all...]
WebView.h     [all...]

Completed in 443 milliseconds