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

  /external/chromium_org/third_party/WebKit/public/platform/
WebLayer.h 183 virtual void setNonFastScrollableRegion(const WebVector<WebRect>&) = 0;
  /external/chromium_org/cc/blink/
web_layer_impl.h 118 virtual void setNonFastScrollableRegion(
web_layer_impl.cc 327 void WebLayerImpl::setNonFastScrollableRegion(const WebVector<WebRect>& rects) {
331 layer_->SetNonFastScrollableRegion(region);
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 110 scrollLayer->setNonFastScrollableRegion(webRects);
    [all...]

Completed in 106 milliseconds