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

  /external/chromium_org/third_party/WebKit/public/platform/
WebLayer.h 172 virtual bool userScrollableVertical() const = 0;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollingCoordinatorChromiumTest.cpp 319 ASSERT_TRUE(webScrollLayer->userScrollableVertical());
359 ASSERT_FALSE(webScrollLayer->userScrollableVertical());
382 ASSERT_TRUE(webScrollLayer->userScrollableVertical());
WebFrameTest.cpp     [all...]
  /external/chromium_org/cc/blink/
web_layer_impl.h 111 virtual bool userScrollableVertical() const;
web_layer_impl.cc 298 bool WebLayerImpl::userScrollableVertical() const {

Completed in 315 milliseconds