Searched defs:requiresScrollCornerLayer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
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()) {

Completed in 349 milliseconds