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

  /external/chromium_org/content/renderer/
child_frame_compositing_helper.cc 161 if (!unacked_software_frames_.empty()) {
162 params.ack.last_software_frame_id = unacked_software_frames_.back();
163 unacked_software_frames_.pop_back();
238 unacked_software_frames_.push_back(mailbox.software_frame_id);
child_frame_compositing_helper.h 152 std::vector<unsigned> unacked_software_frames_; member in class:content::ChildFrameCompositingHelper

Completed in 44 milliseconds