Searched refs:SetShouldScrollOnMainThread (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/cc/layers/
H A Dpainted_scrollbar_layer.cc46 SetShouldScrollOnMainThread(true);
H A Dlayer.h277 void SetShouldScrollOnMainThread(bool should_scroll_on_main_thread);
H A Dlayer.cc699 void Layer::SetShouldScrollOnMainThread(bool should_scroll_on_main_thread) { function in class:cc::Layer
887 layer->SetShouldScrollOnMainThread(should_scroll_on_main_thread_);
H A Dlayer_impl.h415 void SetShouldScrollOnMainThread(bool should_scroll_on_main_thread) { function in class:cc::LayerImpl
H A Dlayer_impl.cc519 layer->SetShouldScrollOnMainThread(should_scroll_on_main_thread_);
H A Dlayer_unittest.cc615 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetShouldScrollOnMainThread(true));
/external/chromium_org/cc/blink/
H A Dweb_layer_impl.cc320 layer_->SetShouldScrollOnMainThread(should_scroll_on_main_thread);
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl_unittest.cc655 root->SetShouldScrollOnMainThread(true);
672 root->SetShouldScrollOnMainThread(true);
2639 content_layer->SetShouldScrollOnMainThread(true);

Completed in 1678 milliseconds