Searched defs:usesCompositedScrolling (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollableArea.h184 virtual bool usesCompositedScrolling() const { return false; } function in class:WebCore::ScrollableArea
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.cpp399 if (usesCompositedScrolling() || onlyScrolledCompositedLayers)
1432 if (usesCompositedScrolling()) {
1444 bool RenderLayerScrollableArea::usesCompositedScrolling() const function in class:WebCore::RenderLayerScrollableArea
H A DRenderBox.cpp717 bool RenderBox::usesCompositedScrolling() const function in class:WebCore::RenderBox
719 return hasOverflowClip() && hasLayer() && layer()->scrollableArea()->usesCompositedScrolling();
896 if (usesCompositedScrolling()) {
4477 if (!m_overflow || !usesCompositedScrolling())
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp635 bool FrameView::usesCompositedScrolling() const function in class:WebCore::FrameView

Completed in 113 milliseconds