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/compositing/
DRenderLayerCompositor.h206 bool requiresScrollCornerLayer() const;
DCompositedLayerMapping.h248 …bool requiresScrollCornerLayer() const { return m_owningLayer.scrollableArea() && !m_owningLayer.s… in requiresScrollCornerLayer() function
DRenderLayerCompositor.cpp901 bool RenderLayerCompositor::requiresScrollCornerLayer() const in requiresScrollCornerLayer() function in blink::RenderLayerCompositor
961 if (requiresScrollCornerLayer()) { in updateOverflowControlsLayers()
DCompositedLayerMapping.cpp422 …esHorizontalScrollbarLayer(), requiresVerticalScrollbarLayer(), requiresScrollCornerLayer(), needs… in updateGraphicsLayerConfiguration()