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

  /external/chromium_org/ipc/
ipc_perftest_support.cc 140 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/
vp8enci.h 299 int count_down_; // number of mb still to be processed member in struct:__anon17914

Completed in 233 milliseconds