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

  /external/chromium_org/cc/trees/
layer_tree_impl.h 87 bool IsPendingTree() const;
layer_tree_impl.cc 409 DCHECK(IsPendingTree());
729 bool LayerTreeImpl::IsPendingTree() const {
    [all...]
layer_tree_host_common.cc 504 if (layer->layer_tree_impl()->IsPendingTree() && layer->OpacityIsAnimating())
    [all...]
  /external/chromium_org/cc/layers/
picture_layer_impl.cc 506 if (layer_tree_impl()->IsPendingTree())
819 DCHECK(layer_tree_impl()->IsPendingTree());
    [all...]
layer_impl.cc 408 DCHECK(layer_tree_impl()->IsPendingTree());
    [all...]

Completed in 231 milliseconds