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

  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.h 61 bool coordinatesScrollingForFrameView(FrameView*) const;
ScrollingCoordinator.cpp 433 bool ScrollingCoordinator::coordinatesScrollingForFrameView(FrameView* frameView) const
595 if (!coordinatesScrollingForFrameView(frameView))
606 if (!coordinatesScrollingForFrameView(frameView))
654 if (!coordinatesScrollingForFrameView(frameView))
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollingCoordinatorChromiumTest.cpp 134 ASSERT_TRUE(page->scrollingCoordinator()->coordinatesScrollingForFrameView(frameView));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerCompositor.cpp     [all...]

Completed in 62 milliseconds