Home
last modified time | relevance | path

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

/external/chromium_org/cc/blink/
Dweb_layer_impl.cc331 layer_->SetNonFastScrollableRegion(region); in setNonFastScrollableRegion()
/external/chromium_org/cc/layers/
Dlayer.cc723 void Layer::SetNonFastScrollableRegion(const Region& region) { in SetNonFastScrollableRegion() function in cc::Layer
890 layer->SetNonFastScrollableRegion(non_fast_scrollable_region_); in PushPropertiesTo()
Dlayer.h290 void SetNonFastScrollableRegion(const Region& non_fast_scrollable_region);
Dlayer_impl.h434 void SetNonFastScrollableRegion(const Region& region) { in SetNonFastScrollableRegion() function
Dlayer_impl.cc522 layer->SetNonFastScrollableRegion(non_fast_scrollable_region_); in PushPropertiesTo()
Dlayer_unittest.cc616 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetNonFastScrollableRegion( in TEST_F()
/external/chromium_org/cc/trees/
Dlayer_tree_host_impl_unittest.cc686 root->SetNonFastScrollableRegion(gfx::Rect(0, 0, 50, 50)); in TEST_F()
731 root->SetNonFastScrollableRegion(gfx::Rect(0, 0, 50, 50)); in TEST_F()