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

  /external/chromium_org/cc/test/
fake_proxy.cc 25 bool FakeProxy::CommitRequested() const { return false; }
fake_proxy.h 38 virtual bool CommitRequested() const OVERRIDE;
  /external/chromium_org/cc/trees/
proxy.h 78 virtual bool CommitRequested() const = 0;
single_thread_proxy.h 43 virtual bool CommitRequested() const OVERRIDE;
thread_proxy.h 162 virtual bool CommitRequested() const OVERRIDE;
layer_tree_host.h 157 bool CommitRequested() const;
single_thread_proxy.cc 208 bool SingleThreadProxy::CommitRequested() const { return false; }
layer_tree_host.cc 484 bool LayerTreeHost::CommitRequested() const {
485 return proxy_->CommitRequested();
615 DCHECK(CommitRequested());
    [all...]
layer_tree_host_unittest_animation.cc 30 // Makes sure that SetNeedsAnimate does not cause the CommitRequested() state to
49 // Right now, CommitRequested is going to be true, because during
50 // BeginFrame, we force CommitRequested to true to prevent requests from
52 // verify that CommitRequested has gone back to false.
57 EXPECT_FALSE(layer_tree_host()->CommitRequested());
59 EXPECT_FALSE(layer_tree_host()->CommitRequested());
63 // trigger CommitRequested.
64 EXPECT_FALSE(layer_tree_host()->CommitRequested());
    [all...]
thread_proxy.cc 473 bool ThreadProxy::CommitRequested() const {
    [all...]
  /external/chromium_org/content/test/
web_layer_tree_view_impl_for_testing.cc 123 bool WebLayerTreeViewImplForTesting::commitRequested() const {
124 return layer_tree_host_->CommitRequested();
  /external/chromium_org/cc/layers/
layer.cc 666 DCHECK(layer_tree_host_ && layer_tree_host_->CommitRequested());
818 if (layer_tree_host_ && layer_tree_host_->CommitRequested())
    [all...]
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 551 bool RenderWidgetCompositor::commitRequested() const {
552 return layer_tree_host_->CommitRequested();

Completed in 108 milliseconds