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

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DScrollableArea.h178 virtual bool usesCompositedScrolling() const { return false; } function in class:WebCore::ScrollableArea
/external/chromium_org/third_party/WebKit/Source/web/
H A DLinkHighlight.cpp134 if (renderLayer->usesCompositedScrolling()) {
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFrameView.h390 virtual bool usesCompositedScrolling() const OVERRIDE;
H A DFrameView.cpp717 bool FrameView::usesCompositedScrolling() const function in class:WebCore::FrameView
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DScrollingCoordinatorChromiumTest.cpp291 ASSERT_TRUE(layer->usesCompositedScrolling());
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
H A DScrollingCoordinator.cpp463 if (scrollableArea->usesCompositedScrolling())
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.h469 bool usesCompositedScrolling() const;
H A DRenderBox.cpp773 bool RenderBox::usesCompositedScrolling() const function in class:WebCore::RenderBox
775 return hasOverflowClip() && hasLayer() && layer()->usesCompositedScrolling();
875 if (usesCompositedScrolling())
4568 if (!m_overflow || !usesCompositedScrolling())
H A DRenderLayer.h736 virtual bool usesCompositedScrolling() const OVERRIDE;
H A DRenderLayer.cpp1951 bool RenderLayer::usesCompositedScrolling() const function in class:WebCore::RenderLayer
2193 if (compositor()->inCompositingMode() && usesCompositedScrolling())
2312 if (usesCompositedScrolling())
5073 if (renderer()->hasOverflowClip() && !usesCompositedScrolling())

Completed in 213 milliseconds