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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingReasonFinder.cpp 139 if (scrollingAncestor->needsCompositedScrolling() && layer->scrollParent())
143 if (layer->needsCompositedScrolling())
CompositingLayerAssigner.cpp 288 if (layer->needsCompositedScrolling())
CompositedLayerMapping.cpp 400 if (m_owningLayer.needsCompositedScrolling())
426 if (updateScrollingLayers(m_owningLayer.needsCompositedScrolling())) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.h 178 bool needsCompositedScrolling() const { return m_needsCompositedScrolling; }
RenderLayer.h 316 bool needsCompositedScrolling() const { return m_scrollableArea && m_scrollableArea->needsCompositedScrolling(); }
    [all...]
RenderLayerScrollableArea.cpp     [all...]
RenderLayer.cpp     [all...]

Completed in 964 milliseconds