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

  /external/chromium_org/cc/layers/
layer.h 215 void SetShouldScrollOnMainThread(bool should_scroll_on_main_thread);
scrollbar_layer.cc 41 SetShouldScrollOnMainThread(true);
layer_impl.h 337 void SetShouldScrollOnMainThread(bool should_scroll_on_main_thread) {
layer.cc 601 void Layer::SetShouldScrollOnMainThread(bool should_scroll_on_main_thread) {
758 layer->SetShouldScrollOnMainThread(should_scroll_on_main_thread_);
layer_impl.cc 405 layer->SetShouldScrollOnMainThread(should_scroll_on_main_thread_);
    [all...]
layer_unittest.cc 555 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetShouldScrollOnMainThread(true));
    [all...]
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc 258 void WebLayerImpl::setShouldScrollOnMainThread(
260 layer_->SetShouldScrollOnMainThread(should_scroll_on_main_thread);
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 601 root->SetShouldScrollOnMainThread(true);
618 root->SetShouldScrollOnMainThread(true);
    [all...]

Completed in 1180 milliseconds