Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.h218 …bool requiresScrollCornerLayer() const { return m_owningLayer->scrollableArea() && !m_owningLayer-… in requiresScrollCornerLayer() function
DRenderLayerCompositor.h318 bool requiresScrollCornerLayer() const;
DRenderLayerCompositor.cpp2160 bool RenderLayerCompositor::requiresScrollCornerLayer() const in requiresScrollCornerLayer() function in WebCore::RenderLayerCompositor
2232 if (requiresScrollCornerLayer()) { in updateOverflowControlsLayers()
DCompositedLayerMapping.cpp471 …requiresHorizontalScrollbarLayer(), requiresVerticalScrollbarLayer(), requiresScrollCornerLayer())) in updateGraphicsLayerConfiguration()