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

  /external/chromium_org/cc/surfaces/
surface.cc 25 for (ScopedPtrVector<CopyOutputRequest>::iterator it = copy_requests_.begin();
26 it != copy_requests_.end();
30 copy_requests_.clear();
42 for (ScopedPtrVector<CopyOutputRequest>::iterator it = copy_requests_.begin();
43 it != copy_requests_.end();
47 copy_requests_.clear();
69 copy_requests_.push_back(copy_request.Pass());
75 copy_requests->swap(copy_requests_);
surface.h 62 ScopedPtrVector<CopyOutputRequest> copy_requests_; member in class:cc::Surface
  /external/chromium_org/cc/layers/
layer_impl.cc 96 if (!copy_requests_.empty() && layer_tree_impl_->IsActiveTree())
208 bool was_empty = copy_requests_.empty();
209 copy_requests_.insert_and_take(copy_requests_.end(), requests);
219 DCHECK(!copy_requests_.empty());
223 requests->insert_and_take(requests->end(), &copy_requests_);
224 copy_requests_.clear();
592 layer->PassCopyRequests(&copy_requests_);
    [all...]
layer.cc 374 copy_requests_.push_back(request.Pass());
970 // Wrap the copy_requests_ in a PostTask to the main thread.
972 for (ScopedPtrVector<CopyOutputRequest>::iterator it = copy_requests_.begin();
973 it != copy_requests_.end();
977 scoped_ptr<CopyOutputRequest> original_request = copy_requests_.take(it);
987 copy_requests_.clear();
    [all...]
layer.h 105 return !copy_requests_.empty();
637 ScopedPtrVector<CopyOutputRequest> copy_requests_; member in class:cc::Layer
layer_impl.h 167 bool HasCopyRequest() const { return !copy_requests_.empty(); }
701 ScopedPtrVector<CopyOutputRequest> copy_requests_; member in class:cc::LayerImpl

Completed in 266 milliseconds