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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollableArea.h 178 virtual bool usesCompositedScrolling() const { return false; }
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 134 if (renderLayer->usesCompositedScrolling()) {
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.h 390 virtual bool usesCompositedScrolling() const OVERRIDE;
FrameView.cpp 717 bool FrameView::usesCompositedScrolling() const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollingCoordinatorChromiumTest.cpp 291 ASSERT_TRUE(layer->usesCompositedScrolling());
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 463 if (scrollableArea->usesCompositedScrolling())
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h 469 bool usesCompositedScrolling() const;
    [all...]
RenderLayer.h 736 virtual bool usesCompositedScrolling() const OVERRIDE;
    [all...]
RenderBox.cpp 773 bool RenderBox::usesCompositedScrolling() const
775 return hasOverflowClip() && hasLayer() && layer()->usesCompositedScrolling();
875 if (usesCompositedScrolling())
    [all...]
RenderLayer.cpp     [all...]

Completed in 131 milliseconds