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

  /external/chromium/base/threading/
thread.cc 95 StopSoon();
113 void Thread::StopSoon() {
thread_unittest.cc 198 TEST_F(ThreadTest, StopSoon) {
199 Thread a("StopSoon");
203 a.StopSoon();
204 a.StopSoon();
thread.h 94 // StopSoon should not be called multiple times as it is risky to do so. It
97 void StopSoon();
  /external/chromium/chrome/browser/printing/
print_job.cc 296 worker_->StopSoon();

Completed in 158 milliseconds