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

  /external/chromium_org/cc/layers/
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_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

Completed in 170 milliseconds