Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.h216 …bool requiresHorizontalScrollbarLayer() const { return m_owningLayer->scrollableArea() && m_owning… in requiresHorizontalScrollbarLayer() function
DRenderLayerCompositor.h316 bool requiresHorizontalScrollbarLayer() const;
DRenderLayerCompositor.cpp2148 bool RenderLayerCompositor::requiresHorizontalScrollbarLayer() const in requiresHorizontalScrollbarLayer() function in WebCore::RenderLayerCompositor
2200 if (requiresHorizontalScrollbarLayer()) { in updateOverflowControlsLayers()
DCompositedLayerMapping.cpp471 …if (updateOverflowControlsLayers(requiresHorizontalScrollbarLayer(), requiresVerticalScrollbarLaye… in updateGraphicsLayerConfiguration()