Searched refs:usesCompositedScrolling (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DPaintInvalidationState.cpp93 if (box.usesCompositedScrolling()) {
H A DRenderLayerScrollableArea.h82 virtual bool usesCompositedScrolling() const OVERRIDE;
H A DRenderLayerScrollableArea.cpp399 if (usesCompositedScrolling() || onlyScrolledCompositedLayers)
1429 if (usesCompositedScrolling()) {
1440 bool RenderLayerScrollableArea::usesCompositedScrolling() const function in class:blink::RenderLayerScrollableArea
H A DRenderBox.h491 bool usesCompositedScrolling() const;
H A DRenderBox.cpp696 bool RenderBox::usesCompositedScrolling() const function in class:blink::RenderBox
698 return hasOverflowClip() && hasLayer() && layer()->scrollableArea()->usesCompositedScrolling();
872 if (usesCompositedScrolling()) {
H A DRenderLayer.cpp2995 if (!scrollableArea()->usesCompositedScrolling())
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DScrollingCoordinatorChromiumTest.cpp306 ASSERT_TRUE(box->usesCompositedScrolling());
346 ASSERT_TRUE(box->usesCompositedScrolling());
369 ASSERT_TRUE(box->scrollableArea()->usesCompositedScrolling());
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollableArea.h196 virtual bool usesCompositedScrolling() const { return false; } function in class:blink::ScrollableArea
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.h338 virtual bool usesCompositedScrolling() const OVERRIDE;
H A DFrameView.cpp602 bool FrameView::usesCompositedScrolling() const function in class:blink::FrameView
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBlockPainter.cpp246 if (!m_renderBlock.hasRenderOverflow() || !m_renderBlock.usesCompositedScrolling())
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
H A DScrollingCoordinator.cpp705 if (scrollableArea->usesCompositedScrolling())

Completed in 549 milliseconds