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

  /external/chromium_org/ui/message_center/views/
message_popup_collection.cc 466 if (run_loop_for_test_.get())
467 run_loop_for_test_->Quit();
486 run_loop_for_test_.reset(new base::RunLoop());
490 run_loop_for_test_->Run();
491 run_loop_for_test_.reset();
message_popup_collection.h 176 scoped_ptr<base::RunLoop> run_loop_for_test_; member in class:message_center::MessagePopupCollection

Completed in 75 milliseconds