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

  /external/chromium_org/cc/trees/
single_thread_proxy.cc 102 // Changing visibility could change ShouldComposite().
103 layer_tree_host_impl_->UpdateBackgroundAnimateTicking(!ShouldComposite());
270 layer_tree_host_impl_->UpdateBackgroundAnimateTicking(!ShouldComposite());
428 bool SingleThreadProxy::ShouldComposite() const {
456 if (!ShouldComposite() || (for_readback && !can_do_readback)) {
single_thread_proxy.h 98 bool ShouldComposite() const;

Completed in 90 milliseconds