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

  /external/chromium_org/cc/layers/
layer_impl.h 338 should_scroll_on_main_thread_ = should_scroll_on_main_thread;
341 return should_scroll_on_main_thread_;
496 bool should_scroll_on_main_thread_; member in class:cc::LayerImpl
layer.h 217 return should_scroll_on_main_thread_;
482 bool should_scroll_on_main_thread_; member in class:cc::Layer
layer.cc 40 should_scroll_on_main_thread_(false),
603 if (should_scroll_on_main_thread_ == should_scroll_on_main_thread)
605 should_scroll_on_main_thread_ = should_scroll_on_main_thread;
758 layer->SetShouldScrollOnMainThread(should_scroll_on_main_thread_);
layer_impl.cc 40 should_scroll_on_main_thread_(false),
405 layer->SetShouldScrollOnMainThread(should_scroll_on_main_thread_);
    [all...]

Completed in 65 milliseconds