Searched refs:needsCompositedScrolling (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositingReasonFinder.cpp139 if (scrollingAncestor->needsCompositedScrolling() && layer->scrollParent())
143 if (layer->needsCompositedScrolling())
H A DCompositingLayerAssigner.cpp288 if (layer->needsCompositedScrolling())
H A DCompositedLayerMapping.cpp400 if (m_owningLayer.needsCompositedScrolling())
426 if (updateScrollingLayers(m_owningLayer.needsCompositedScrolling())) {
759 if (compositingContainer && compositingContainer->needsCompositedScrolling()) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.h178 bool needsCompositedScrolling() const { return m_needsCompositedScrolling; } function in class:blink::FINAL
H A DRenderLayer.h316 bool needsCompositedScrolling() const { return m_scrollableArea && m_scrollableArea->needsCompositedScrolling(); } function in class:blink::RenderLayer
H A DRenderLayerScrollableArea.cpp1462 const bool needsCompositedScrolling = layerNeedsCompositedScrolling(layer()); local
1463 if (static_cast<bool>(m_needsCompositedScrolling) != needsCompositedScrolling) {
1464 m_needsCompositedScrolling = needsCompositedScrolling;
H A DRenderLayer.cpp1553 if (layer->needsCompositedScrolling() && !(paintFlags & PaintLayerPaintingChildClippingMaskPhase))
1734 if (renderer()->hasClipPath() && style && (!needsCompositedScrolling() || paintFlags & PaintLayerPaintingChildClippingMaskPhase)) {
3396 || needsCompositedScrolling();

Completed in 3442 milliseconds