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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollingCoordinatorChromiumTest.cpp 121 WebLayer* rootScrollLayer = getRootScrollLayer();
122 ASSERT_TRUE(rootScrollLayer->scrollable());
123 ASSERT_FALSE(rootScrollLayer->shouldScrollOnMainThread());
124 ASSERT_FALSE(rootScrollLayer->haveWheelEventHandlers());
140 WebLayer* rootScrollLayer = getRootScrollLayer();
141 ASSERT_TRUE(rootScrollLayer->scrollable());
142 ASSERT_TRUE(rootScrollLayer->shouldScrollOnMainThread());
171 WebLayer* rootScrollLayer = getRootScrollLayer();
172 ASSERT_FALSE(rootScrollLayer->shouldScrollOnMainThread());
255 WebLayer* rootScrollLayer = getRootScrollLayer()
    [all...]
  /external/chromium_org/cc/input/
top_controls_manager_unittest.cc 57 LayerImpl* rootScrollLayer() {
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp     [all...]

Completed in 785 milliseconds