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

/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DRenderLayerCompositor.h206 bool requiresScrollCornerLayer() const;
H A DCompositedLayerMapping.h248 bool requiresScrollCornerLayer() const { return m_owningLayer.scrollableArea() && !m_owningLayer.scrollableArea()->scrollCornerAndResizerRect().isEmpty(); } function in class:blink::FINAL
H A DRenderLayerCompositor.cpp901 bool RenderLayerCompositor::requiresScrollCornerLayer() const function in class:blink::RenderLayerCompositor
961 if (requiresScrollCornerLayer()) {
H A DCompositedLayerMapping.cpp422 if (updateOverflowControlsLayers(requiresHorizontalScrollbarLayer(), requiresVerticalScrollbarLayer(), requiresScrollCornerLayer(), needsAncestorClip))

Completed in 346 milliseconds