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

  /external/chromium_org/cc/layers/
layer_impl.cc 111 bool was_empty = copy_requests_.empty();
112 copy_requests_.insert_and_take(copy_requests_.end(), *requests);
122 if (copy_requests_.empty())
126 requests->insert_and_take(requests->end(), copy_requests_);
127 copy_requests_.clear();
425 layer->PassCopyRequests(&copy_requests_);
    [all...]
layer.h 82 return !copy_requests_.empty();
517 ScopedPtrVector<CopyOutputRequest> copy_requests_; member in class:cc::Layer
layer.cc 365 copy_requests_.push_back(request.Pass());
782 // Wrap the copy_requests_ in a PostTask to the main thread.
784 for (ScopedPtrVector<CopyOutputRequest>::iterator it = copy_requests_.begin();
785 it != copy_requests_.end();
789 scoped_ptr<CopyOutputRequest> original_request = copy_requests_.take(it);
799 copy_requests_.clear();
layer_impl.h 89 bool HasCopyRequest() const { return !copy_requests_.empty(); }
575 ScopedPtrVector<CopyOutputRequest> copy_requests_; member in class:cc::LayerImpl
  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_mac.h 334 std::deque<CopyContext*> copy_requests_; member in class:content::CompositingIOSurfaceMac

Completed in 57 milliseconds