Searched refs:set_run_loop (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/mojo/public/cpp/utility/tests/
H A Drun_loop_unittest.cc81 void set_run_loop(RunLoop* run_loop) { run_loop_ = run_loop; } function in class:mojo::__anon8799::RemoveOnReadyRunLoopHandler
102 handler.set_run_loop(&run_loop);
117 void set_run_loop(RunLoop* run_loop) { run_loop_ = run_loop; } function in class:mojo::__anon8799::QuitOnReadyRunLoopHandler
138 handler.set_run_loop(&run_loop);
153 void set_run_loop(RunLoop* run_loop) { run_loop_ = run_loop; } function in class:mojo::__anon8799::QuitOnErrorRunLoopHandler
173 handler.set_run_loop(&run_loop);
205 void set_run_loop(RunLoop* run_loop) { run_loop_ = run_loop; } function in class:mojo::__anon8799::RemoveManyRunLoopHandler
230 odd_handler.set_run_loop(&run_loop);
258 void set_run_loop(RunLoop* run_loop) { run_loop_ = run_loop; } function in class:mojo::__anon8799::AddHandlerOnErrorHandler
280 handler.set_run_loop(
312 void set_run_loop(RunLoop* run_loop) { run_loop_ = run_loop; } function in class:mojo::__anon8799::NestingRunLoopHandler
[all...]
/external/chromium_org/content/browser/webui/
H A Dweb_ui_mojo_browsertest.cc153 void set_run_loop(base::RunLoop* run_loop) { run_loop_ = run_loop; } function in class:content::__anon7474::TestWebUIControllerFactory
222 factory()->set_run_loop(&run_loop);
234 factory()->set_run_loop(&other_run_loop);
/external/chromium_org/mojo/apps/js/test/
H A Djs_to_cpp_unittest.cc216 void set_run_loop(base::RunLoop* run_loop) { run_loop_ = run_loop; } function in class:mojo::js::__anon8719::CppSideConnection
391 cpp_side->set_run_loop(&run_loop_);

Completed in 122 milliseconds