Searched refs:graphicsLayerFactory (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPinchViewport.cpp213 void PinchViewport::attachToLayerTree(GraphicsLayer* currentLayerTreeRoot, GraphicsLayerFactory* graphicsLayerFactory) argument
231 m_rootTransformLayer = GraphicsLayer::create(graphicsLayerFactory, this);
232 m_innerViewportContainerLayer = GraphicsLayer::create(graphicsLayerFactory, this);
233 m_pageScaleLayer = GraphicsLayer::create(graphicsLayerFactory, this);
234 m_innerViewportScrollLayer = GraphicsLayer::create(graphicsLayerFactory, this);
235 m_overlayScrollbarHorizontal = GraphicsLayer::create(graphicsLayerFactory, this);
236 m_overlayScrollbarVertical = GraphicsLayer::create(graphicsLayerFactory, this);
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DRenderLayerCompositor.cpp693 m_rootTransformLayer = GraphicsLayer::create(graphicsLayerFactory(), this);
912 m_layerForOverhangShadow = GraphicsLayer::create(graphicsLayerFactory(), this);
925 m_layerForHorizontalScrollbar = GraphicsLayer::create(graphicsLayerFactory(), this);
944 m_layerForVerticalScrollbar = GraphicsLayer::create(graphicsLayerFactory(), this);
963 m_layerForScrollCorner = GraphicsLayer::create(graphicsLayerFactory(), this);
981 m_rootContentLayer = GraphicsLayer::create(graphicsLayerFactory(), this);
996 m_overflowControlsHostLayer = GraphicsLayer::create(graphicsLayerFactory(), this);
1003 m_containerLayer = GraphicsLayer::create(graphicsLayerFactory(), this);
1010 m_scrollLayer = GraphicsLayer::create(graphicsLayerFactory(), this);
1152 GraphicsLayerFactory* RenderLayerCompositor::graphicsLayerFactory() cons function in class:blink::RenderLayerCompositor
[all...]
H A DRenderLayerCompositor.h199 GraphicsLayerFactory* graphicsLayerFactory() const;
H A DCompositedLayerMapping.cpp204 GraphicsLayerFactory* graphicsLayerFactory = 0; local
206 graphicsLayerFactory = page->chrome().client().graphicsLayerFactory();
208 OwnPtr<GraphicsLayer> graphicsLayer = GraphicsLayer::create(graphicsLayerFactory, this);
/external/chromium_org/third_party/WebKit/Source/web/
H A DPageOverlay.cpp116 m_layer = GraphicsLayer::create(m_viewImpl->graphicsLayerFactory(), m_layerClient.get());
H A DWebPagePopupImpl.cpp151 virtual GraphicsLayerFactory* graphicsLayerFactory() const OVERRIDE
153 return m_popup->m_webView->graphicsLayerFactory();
H A DChromeClientImpl.h139 virtual GraphicsLayerFactory* graphicsLayerFactory() const OVERRIDE;
H A DChromeClientImpl.cpp694 GraphicsLayerFactory* ChromeClientImpl::graphicsLayerFactory() const function in class:blink::ChromeClientImpl
696 return m_webView->graphicsLayerFactory();
H A DWebViewImpl.h425 GraphicsLayerFactory* graphicsLayerFactory() const;
H A DWebViewImpl.cpp4038 pinchViewport.attachToLayerTree(layer, graphicsLayerFactory());
4097 GraphicsLayerFactory* WebViewImpl::graphicsLayerFactory() const function in class:WebViewImpl
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DChromeClient.h180 virtual GraphicsLayerFactory* graphicsLayerFactory() const { return 0; } function in class:blink::ChromeClient

Completed in 159 milliseconds