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

  /external/chromium_org/ui/compositor/
compositor.cc 140 wait_run_loop_.reset(new base::RunLoop());
141 wait_run_loop_->Run();
147 wait_run_loop_->Quit();
156 wait_run_loop_->Quit();
compositor.h 193 scoped_ptr<base::RunLoop> wait_run_loop_; member in class:ui::DrawWaiterForTest
  /external/chromium_org/content/browser/
storage_partition_impl_unittest.cc 72 wait_run_loop_.reset(new base::RunLoop());
73 wait_run_loop_->Run();
80 wait_run_loop_->Quit();
84 scoped_ptr<base::RunLoop> wait_run_loop_; member in class:content::__anon10663::TestClosureCallback
    [all...]

Completed in 38 milliseconds