Home
last modified time | relevance | path

Searched refs:non_fast_scrollable_region_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/cc/layers/
Dlayer_impl.h435 non_fast_scrollable_region_ = region; in SetNonFastScrollableRegion()
438 return non_fast_scrollable_region_; in non_fast_scrollable_region()
641 Region non_fast_scrollable_region_; variable
Dlayer.h292 return non_fast_scrollable_region_; in non_fast_scrollable_region()
611 Region non_fast_scrollable_region_; variable
Dlayer.cc725 if (non_fast_scrollable_region_ == region) in SetNonFastScrollableRegion()
727 non_fast_scrollable_region_ = region; in SetNonFastScrollableRegion()
890 layer->SetNonFastScrollableRegion(non_fast_scrollable_region_); in PushPropertiesTo()
Dlayer_impl.cc522 layer->SetNonFastScrollableRegion(non_fast_scrollable_region_); in PushPropertiesTo()
1476 if (!non_fast_scrollable_region_.IsEmpty()) { in AsValueInto()
1478 non_fast_scrollable_region_.AsValueInto(state); in AsValueInto()