Searched refs:CommitRequested (Results 1 – 13 of 13) sorted by relevance
25 bool FakeProxy::CommitRequested() const { return false; } in CommitRequested() function in cc::FakeProxy
38 virtual bool CommitRequested() const OVERRIDE;
78 virtual bool CommitRequested() const = 0;
43 virtual bool CommitRequested() const OVERRIDE;
57 EXPECT_FALSE(layer_tree_host()->CommitRequested()); in DidCommit()59 EXPECT_FALSE(layer_tree_host()->CommitRequested()); in DidCommit()64 EXPECT_FALSE(layer_tree_host()->CommitRequested()); in DidCommit()
484 bool LayerTreeHost::CommitRequested() const { in CommitRequested() function in cc::LayerTreeHost485 return proxy_->CommitRequested(); in CommitRequested()615 DCHECK(CommitRequested()); in ApplyPageScaleDeltaFromImplSide()
162 virtual bool CommitRequested() const OVERRIDE;
208 bool SingleThreadProxy::CommitRequested() const { return false; } in CommitRequested() function in cc::SingleThreadProxy
157 bool CommitRequested() const;
473 bool ThreadProxy::CommitRequested() const { in CommitRequested() function in cc::ThreadProxy
124 return layer_tree_host_->CommitRequested(); in commitRequested()
666 DCHECK(layer_tree_host_ && layer_tree_host_->CommitRequested()); in SetScrollOffsetFromImplSide()818 if (layer_tree_host_ && layer_tree_host_->CommitRequested()) in SetIsContainerForFixedPositionLayers()
552 return layer_tree_host_->CommitRequested(); in commitRequested()