Searched defs:TimedMsgLoop (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome_frame/test/
H A Dchrome_frame_test_utils.h87 // TimedMsgLoop object is posted to the message queue.
200 class TimedMsgLoop { class in namespace:chrome_frame_test
202 TimedMsgLoop() : snapshot_on_timeout_(false), quit_loop_invoked_(false) { function in class:chrome_frame_test::TimedMsgLoop
212 timeout_closure_.Reset(base::Bind(&TimedMsgLoop::SnapshotAndQuit));
265 testing::CreateFunctor(&loop, &chrome_frame_test::TimedMsgLoop::Quit))
268 testing::CreateFunctor(&loop, &chrome_frame_test::TimedMsgLoop::QuitAfter, \

Completed in 74 milliseconds