Home
last modified time | relevance | path

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

/external/chromium_org/cc/layers/
Dlayer_impl.h416 should_scroll_on_main_thread_ = should_scroll_on_main_thread; in SetShouldScrollOnMainThread()
419 return should_scroll_on_main_thread_; in should_scroll_on_main_thread()
614 bool should_scroll_on_main_thread_ : 1; variable
Dlayer.cc52 should_scroll_on_main_thread_(false), in Layer()
701 if (should_scroll_on_main_thread_ == should_scroll_on_main_thread) in SetShouldScrollOnMainThread()
703 should_scroll_on_main_thread_ = should_scroll_on_main_thread; in SetShouldScrollOnMainThread()
887 layer->SetShouldScrollOnMainThread(should_scroll_on_main_thread_); in PushPropertiesTo()
Dlayer.h279 return should_scroll_on_main_thread_; in should_scroll_on_main_thread()
593 bool should_scroll_on_main_thread_ : 1; variable
Dlayer_impl.cc47 should_scroll_on_main_thread_(false), in LayerImpl()
519 layer->SetShouldScrollOnMainThread(should_scroll_on_main_thread_); in PushPropertiesTo()