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

  /external/chromium_org/cc/layers/
layer.h 223 void SetNonFastScrollableRegion(const Region& non_fast_scrollable_region);
layer_impl.h 349 void SetNonFastScrollableRegion(const Region& region) {
layer.cc 617 void Layer::SetNonFastScrollableRegion(const Region& region) {
760 layer->SetNonFastScrollableRegion(non_fast_scrollable_region_);
layer_impl.cc 407 layer->SetNonFastScrollableRegion(non_fast_scrollable_region_);
    [all...]
layer_unittest.cc 556 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetNonFastScrollableRegion(
    [all...]
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc 267 void WebLayerImpl::setNonFastScrollableRegion(const WebVector<WebRect>& rects) {
271 layer_->SetNonFastScrollableRegion(region);
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 632 root->SetNonFastScrollableRegion(gfx::Rect(0, 0, 50, 50));
663 root->SetNonFastScrollableRegion(gfx::Rect(0, 0, 50, 50));
    [all...]

Completed in 469 milliseconds