Searched refs:should_scroll_on_main_thread (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/webkit/renderer/compositor_bindings/
H A Dweb_layer_impl.cc285 bool should_scroll_on_main_thread) {
286 layer_->SetShouldScrollOnMainThread(should_scroll_on_main_thread);
290 return layer_->should_scroll_on_main_thread();
284 setShouldScrollOnMainThread( bool should_scroll_on_main_thread) argument
/external/chromium_org/cc/layers/
H A Dlayer_impl.h415 void SetShouldScrollOnMainThread(bool should_scroll_on_main_thread) { argument
416 should_scroll_on_main_thread_ = should_scroll_on_main_thread;
418 bool should_scroll_on_main_thread() const { function in class:cc::LayerImpl
H A Dlayer.h285 void SetShouldScrollOnMainThread(bool should_scroll_on_main_thread);
286 bool should_scroll_on_main_thread() const { function in class:cc::Layer
H A Dlayer.cc730 void Layer::SetShouldScrollOnMainThread(bool should_scroll_on_main_thread) { argument
732 if (should_scroll_on_main_thread_ == should_scroll_on_main_thread)
734 should_scroll_on_main_thread_ = should_scroll_on_main_thread;
H A Dlayer_impl.cc416 if (should_scroll_on_main_thread()) {

Completed in 112 milliseconds