HomeSort by relevance Sort by last modified time
    Searched full:happy_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
task_unittest.cc 167 happy_[i].task_ = new HappyTask(&task_runner_);
168 happy_[i].task_->SignalTimeoutId.connect(this,
170 happy_[i].task_->SignalDoneId.connect(this,
172 happy_[i].timed_out_ = false;
173 happy_[i].xlat_ = happy_[i].task_->unique_id();
185 happy_[happy_index++].task_->Start();
190 happy_[happy_index++].task_->Start();
215 if (happy_[j].task_) {
216 happy_[j].task_->Wake()
305 TaskInfo happy_[HAPPY_TASK_COUNT]; member in class:talk_base::TaskTest
    [all...]

Completed in 73 milliseconds