HomeSort by relevance Sort by last modified time
    Searched refs:should_scroll_on_main_thread (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/renderer/compositor_bindings/
web_layer_impl.cc 328 bool should_scroll_on_main_thread) {
329 layer_->SetShouldScrollOnMainThread(should_scroll_on_main_thread);
333 return layer_->should_scroll_on_main_thread();
  /external/chromium_org/cc/layers/
layer_impl.h 399 void SetShouldScrollOnMainThread(bool should_scroll_on_main_thread) {
400 should_scroll_on_main_thread_ = should_scroll_on_main_thread;
402 bool should_scroll_on_main_thread() const { function in class:cc::LayerImpl
layer.h 276 void SetShouldScrollOnMainThread(bool should_scroll_on_main_thread);
277 bool should_scroll_on_main_thread() const { function in class:cc::Layer
layer.cc 695 void Layer::SetShouldScrollOnMainThread(bool should_scroll_on_main_thread) {
697 if (should_scroll_on_main_thread_ == should_scroll_on_main_thread)
699 should_scroll_on_main_thread_ = should_scroll_on_main_thread;
    [all...]
layer_impl.cc 417 if (should_scroll_on_main_thread()) {
    [all...]

Completed in 346 milliseconds