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

  /external/chromium_org/content/browser/compositor/
delegated_frame_host.cc 180 if (!idle_frame_subscriber_textures_.empty()) {
181 subscriber_texture = idle_frame_subscriber_textures_.back();
182 idle_frame_subscriber_textures_.pop_back();
227 idle_frame_subscriber_textures_.clear();
690 dfh->idle_frame_subscriber_textures_.push_back(subscriber_texture);
    [all...]
delegated_frame_host.h 304 std::vector<scoped_refptr<OwnedMailbox> > idle_frame_subscriber_textures_; member in class:content::DelegatedFrameHost

Completed in 158 milliseconds