Home
last modified time | relevance | path

Searched refs:SetNonFastScrollableRegion (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/cc/layers/
Dlayer.cc746 void Layer::SetNonFastScrollableRegion(const Region& region) { in SetNonFastScrollableRegion() function in cc::Layer
900 layer->SetNonFastScrollableRegion(non_fast_scrollable_region_); in PushPropertiesTo()
Dlayer.h293 void SetNonFastScrollableRegion(const Region& non_fast_scrollable_region);
Dlayer_impl.h427 void SetNonFastScrollableRegion(const Region& region) { in SetNonFastScrollableRegion() function
Dlayer_impl.cc520 layer->SetNonFastScrollableRegion(non_fast_scrollable_region_); in PushPropertiesTo()
Dlayer_unittest.cc559 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetNonFastScrollableRegion( in TEST_F()
/external/chromium_org/webkit/renderer/compositor_bindings/
Dweb_layer_impl.cc297 layer_->SetNonFastScrollableRegion(region); in setNonFastScrollableRegion()
/external/chromium_org/cc/trees/
Dlayer_tree_host_impl_unittest.cc619 root->SetNonFastScrollableRegion(gfx::Rect(0, 0, 50, 50)); in TEST_F()
650 root->SetNonFastScrollableRegion(gfx::Rect(0, 0, 50, 50)); in TEST_F()