HomeSort by relevance Sort by last modified time
    Searched refs:needsCompositedScrolling (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.cpp 303 if (curr->hasTransform() || curr->needsCompositedScrolling())
429 if (m_owningLayer->needsCompositedScrolling())
438 if (updateScrollingLayers(m_owningLayer->needsCompositedScrolling()))
550 if (compAncestor && compAncestor->needsCompositedScrolling()) {
    [all...]
RenderLayer.h 491 bool isStackingContainer() const { return isStackingContext() || needsCompositedScrolling(); }
737 bool needsCompositedScrolling() const;
    [all...]
RenderLayer.cpp     [all...]
RenderLayerCompositor.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp     [all...]

Completed in 159 milliseconds