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

  /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...]

Completed in 57 milliseconds