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 32 bool FakeProxy::CommitRequested() const { return false; }
fake_proxy.h 38 virtual bool CommitRequested() const OVERRIDE;
  /external/chromium_org/cc/trees/
proxy.h 82 virtual bool CommitRequested() const = 0;
layer_tree_host_unittest_animation.cc 29 // Makes sure that SetNeedsAnimate does not cause the CommitRequested() state to
48 // Right now, CommitRequested is going to be true, because during
49 // BeginFrame, we force CommitRequested to true to prevent requests from
51 // verify that CommitRequested has gone back to false.
56 EXPECT_FALSE(layer_tree_host()->CommitRequested());
58 EXPECT_FALSE(layer_tree_host()->CommitRequested());
62 // trigger CommitRequested.
63 EXPECT_FALSE(layer_tree_host()->CommitRequested());
single_thread_proxy.h 40 virtual bool CommitRequested() const OVERRIDE;
thread_proxy.h 57 virtual bool CommitRequested() const OVERRIDE;
layer_tree_host.h 192 bool CommitRequested() const;
single_thread_proxy.cc 248 bool SingleThreadProxy::CommitRequested() const { return false; }
layer_tree_host.cc 517 bool LayerTreeHost::CommitRequested() const {
518 return proxy_->CommitRequested();
607 DCHECK(CommitRequested());
    [all...]
thread_proxy.cc 523 bool ThreadProxy::CommitRequested() const {
    [all...]
  /external/chromium_org/webkit/support/
web_layer_tree_view_impl_for_testing.cc 127 bool WebLayerTreeViewImplForTesting::commitRequested() const {
128 return layer_tree_host_->CommitRequested();
  /external/chromium_org/cc/layers/
layer.cc 574 DCHECK(layer_tree_host_ && layer_tree_host_->CommitRequested());
700 if (layer_tree_host_ && layer_tree_host_->CommitRequested())
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 470 bool RenderWidgetCompositor::commitRequested() const {
471 return layer_tree_host_->CommitRequested();

Completed in 856 milliseconds