Searched defs:count_down_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ipc/
H A Dipc_perftest_support.cc140 count_down_(0),
156 DCHECK_EQ(0, count_down_);
159 count_down_ = msg_count_;
193 CHECK(count_down_ > 0);
194 count_down_--;
195 if (count_down_ == 0) {
205 msg->WriteInt(count_down_);
217 int count_down_; member in class:IPC::test::PerformanceChannelListener
/external/chromium_org/third_party/libwebp/enc/
H A Dvp8enci.h299 int count_down_; // number of mb still to be processed member in struct:__anon13289
/external/webp/src/enc/
H A Dvp8enci.h299 int count_down_; // number of mb still to be processed member in struct:__anon33386

Completed in 78 milliseconds