OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:awaiting_ack_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/gpu/
compositor_software_output_device.cc
106
// Keep non-ACKed buffers in
awaiting_ack_
until they get acknowledged.
109
awaiting_ack_
.push_back(buffers_[i]);
120
// Keep non-ACKed buffers in
awaiting_ack_
until they get acknowledged.
123
awaiting_ack_
.push_back(buffers_[i]);
224
it = std::find_if(
awaiting_ack_
.begin(),
awaiting_ack_
.end(),
226
DCHECK(it !=
awaiting_ack_
.end());
227
awaiting_ack_
.erase(it);
compositor_software_output_device.h
91
ScopedVector<Buffer>
awaiting_ack_
;
member in class:content::CompositorSoftwareOutputDevice
Completed in 130 milliseconds