Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/compositor_bindings/
Dweb_layer_impl.cc340 layer_->SetNonFastScrollableRegion(region); in setNonFastScrollableRegion()
/external/chromium_org/cc/layers/
Dlayer.cc719 void Layer::SetNonFastScrollableRegion(const Region& region) { in SetNonFastScrollableRegion() function in cc::Layer
884 layer->SetNonFastScrollableRegion(non_fast_scrollable_region_); in PushPropertiesTo()
Dlayer.h289 void SetNonFastScrollableRegion(const Region& non_fast_scrollable_region);
Dlayer_impl.h418 void SetNonFastScrollableRegion(const Region& region) { in SetNonFastScrollableRegion() function
Dlayer_impl.cc511 layer->SetNonFastScrollableRegion(non_fast_scrollable_region_); in PushPropertiesTo()
Dlayer_unittest.cc618 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetNonFastScrollableRegion( in TEST_F()
/external/chromium_org/cc/trees/
Dlayer_tree_host_impl_unittest.cc670 root->SetNonFastScrollableRegion(gfx::Rect(0, 0, 50, 50)); in TEST_F()
715 root->SetNonFastScrollableRegion(gfx::Rect(0, 0, 50, 50)); in TEST_F()