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

  /external/chromium_org/cc/layers/
painted_scrollbar_layer.cc 46 SetShouldScrollOnMainThread(true);
layer.h 276 void SetShouldScrollOnMainThread(bool should_scroll_on_main_thread);
layer.cc 695 void Layer::SetShouldScrollOnMainThread(bool should_scroll_on_main_thread) {
881 layer->SetShouldScrollOnMainThread(should_scroll_on_main_thread_);
    [all...]
layer_impl.h 399 void SetShouldScrollOnMainThread(bool should_scroll_on_main_thread) {
layer_impl.cc 508 layer->SetShouldScrollOnMainThread(should_scroll_on_main_thread_);
    [all...]
layer_unittest.cc 617 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetShouldScrollOnMainThread(true));
    [all...]
  /external/chromium_org/content/renderer/compositor_bindings/
web_layer_impl.cc 327 void WebLayerImpl::setShouldScrollOnMainThread(
329 layer_->SetShouldScrollOnMainThread(should_scroll_on_main_thread);
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 639 root->SetShouldScrollOnMainThread(true);
656 root->SetShouldScrollOnMainThread(true);
    [all...]

Completed in 580 milliseconds