Home
last modified time | relevance | path

Searched defs:should_scroll_on_main_thread (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/cc/layers/
Dlayer_impl.h415 void SetShouldScrollOnMainThread(bool should_scroll_on_main_thread) { in SetShouldScrollOnMainThread()
418 bool should_scroll_on_main_thread() const { in should_scroll_on_main_thread() function
Dlayer.h278 bool should_scroll_on_main_thread() const { in should_scroll_on_main_thread() function
Dlayer.cc699 void Layer::SetShouldScrollOnMainThread(bool should_scroll_on_main_thread) { in SetShouldScrollOnMainThread()
/external/chromium_org/cc/blink/
Dweb_layer_impl.cc319 bool should_scroll_on_main_thread) { in setShouldScrollOnMainThread()