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

/external/chromium_org/cc/layers/
H A Dlayer.h276 void SetShouldScrollOnMainThread(bool should_scroll_on_main_thread);
277 bool should_scroll_on_main_thread() const { function in class:cc::Layer
H A Dlayer.cc695 void Layer::SetShouldScrollOnMainThread(bool should_scroll_on_main_thread) { argument
697 if (should_scroll_on_main_thread_ == should_scroll_on_main_thread)
699 should_scroll_on_main_thread_ = should_scroll_on_main_thread;
H A Dlayer_impl.h399 void SetShouldScrollOnMainThread(bool should_scroll_on_main_thread) { argument
400 should_scroll_on_main_thread_ = should_scroll_on_main_thread;
402 bool should_scroll_on_main_thread() const { function in class:cc::LayerImpl
/external/chromium_org/content/renderer/compositor_bindings/
H A Dweb_layer_impl.cc328 bool should_scroll_on_main_thread) {
329 layer_->SetShouldScrollOnMainThread(should_scroll_on_main_thread);
333 return layer_->should_scroll_on_main_thread();
327 setShouldScrollOnMainThread( bool should_scroll_on_main_thread) argument

Completed in 54 milliseconds