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/cc/layers/
layer_impl.h 337 void SetShouldScrollOnMainThread(bool should_scroll_on_main_thread) {
338 should_scroll_on_main_thread_ = should_scroll_on_main_thread;
340 bool should_scroll_on_main_thread() const { function in class:cc::LayerImpl
layer.h 215 void SetShouldScrollOnMainThread(bool should_scroll_on_main_thread);
216 bool should_scroll_on_main_thread() const { function in class:cc::Layer
layer.cc 601 void Layer::SetShouldScrollOnMainThread(bool should_scroll_on_main_thread) {
603 if (should_scroll_on_main_thread_ == should_scroll_on_main_thread)
605 should_scroll_on_main_thread_ = should_scroll_on_main_thread;
layer_impl.cc 298 if (should_scroll_on_main_thread()) {
    [all...]
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc 259 bool should_scroll_on_main_thread) {
260 layer_->SetShouldScrollOnMainThread(should_scroll_on_main_thread);
264 return layer_->should_scroll_on_main_thread();

Completed in 49 milliseconds