Home
last modified time | relevance | path

Searched refs:m_layerForVerticalScrollbar (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.h187 GraphicsLayer* layerForVerticalScrollbar() const { return m_layerForVerticalScrollbar.get(); } in layerForVerticalScrollbar()
337 OwnPtr<GraphicsLayer> m_layerForVerticalScrollbar; variable
DRenderLayerCompositor.h183 GraphicsLayer* layerForVerticalScrollbar() const { return m_layerForVerticalScrollbar.get(); } in layerForVerticalScrollbar()
362 OwnPtr<GraphicsLayer> m_layerForVerticalScrollbar; variable
DCompositedLayerMapping.cpp917 if (m_layerForVerticalScrollbar) { in updateInternalHierarchy()
918 m_layerForVerticalScrollbar->removeFromParent(); in updateInternalHierarchy()
919 m_graphicsLayer->addChild(m_layerForVerticalScrollbar.get()); in updateInternalHierarchy()
1045 if (!m_layerForVerticalScrollbar) { in updateOverflowControlsLayers()
1046 m_layerForVerticalScrollbar = createGraphicsLayer(CompositingReasonLayerForScrollbar); in updateOverflowControlsLayers()
1049 } else if (m_layerForVerticalScrollbar) { in updateOverflowControlsLayers()
1050 m_layerForVerticalScrollbar = nullptr; in updateOverflowControlsLayers()
1980 collectTrackedRepaintRectsForGraphicsLayer(m_layerForVerticalScrollbar.get(), *rects); in collectTrackedRepaintRects()
2185 if (m_layerForVerticalScrollbar) in backingStoreMemoryEstimate()
2186 backingMemory += m_layerForVerticalScrollbar->backingStoreMemoryEstimate(); in backingStoreMemoryEstimate()
[all …]
DRenderLayerCompositor.cpp2217 if (!m_layerForVerticalScrollbar) { in updateOverflowControlsLayers()
2218 m_layerForVerticalScrollbar = GraphicsLayer::create(graphicsLayerFactory(), this); in updateOverflowControlsLayers()
2219 m_overflowControlsHostLayer->addChild(m_layerForVerticalScrollbar.get()); in updateOverflowControlsLayers()
2224 } else if (m_layerForVerticalScrollbar) { in updateOverflowControlsLayers()
2225 m_layerForVerticalScrollbar->removeFromParent(); in updateOverflowControlsLayers()
2226 m_layerForVerticalScrollbar = nullptr; in updateOverflowControlsLayers()
2320 if (m_layerForVerticalScrollbar) { in destroyRootLayer()
2321 m_layerForVerticalScrollbar->removeFromParent(); in destroyRootLayer()
2322 m_layerForVerticalScrollbar = nullptr; in destroyRootLayer()
2590 } else if (graphicsLayer == m_layerForVerticalScrollbar.get()) { in debugName()