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

  /external/chromium_org/cc/trees/
layer_tree_impl.cc 774 DCHECK(std::find(layers_with_copy_output_request_.begin(),
775 layers_with_copy_output_request_.end(),
776 layer) == layers_with_copy_output_request_.end());
777 layers_with_copy_output_request_.push_back(layer);
786 layers_with_copy_output_request_.begin(),
787 layers_with_copy_output_request_.end(),
789 DCHECK(it != layers_with_copy_output_request_.end());
790 layers_with_copy_output_request_.erase(it);
799 return layers_with_copy_output_request_;
layer_tree_impl.h 261 std::vector<LayerImpl*> layers_with_copy_output_request_; member in class:cc::LayerTreeImpl

Completed in 36 milliseconds