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

/external/chromium_org/cc/blink/
H A Dweb_layer_impl.cc319 bool should_scroll_on_main_thread) {
320 layer_->SetShouldScrollOnMainThread(should_scroll_on_main_thread);
324 return layer_->should_scroll_on_main_thread();
318 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.h277 void SetShouldScrollOnMainThread(bool should_scroll_on_main_thread);
278 bool should_scroll_on_main_thread() const { function in class:cc::Layer
H A Dlayer.cc699 void Layer::SetShouldScrollOnMainThread(bool should_scroll_on_main_thread) { argument
701 if (should_scroll_on_main_thread_ == should_scroll_on_main_thread)
703 should_scroll_on_main_thread_ = should_scroll_on_main_thread;
H A Dlayer_impl.cc428 if (should_scroll_on_main_thread()) {

Completed in 116 milliseconds