Searched refs:run_loop (Results 226 - 250 of 269) sorted by relevance

1234567891011

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura_browsertest.cc8 #include "base/run_loop.h"
48 base::RunLoop run_loop; local
51 run_loop.QuitClosure(),
53 run_loop.Run();
197 base::RunLoop run_loop; local
198 base::AutoReset<base::Closure> reset_quit(&quit_, run_loop.QuitClosure());
200 run_loop.Run();
/external/chromium_org/chrome/browser/extensions/
H A Dpermissions_updater_unittest.cc9 #include "base/run_loop.h"
120 base::RunLoop run_loop; local
121 run_loop.Run();
/external/chromium_org/components/invalidation/
H A Dgcm_network_channel_unittest.cc5 #include "base/run_loop.h"
217 base::RunLoop run_loop; local
218 run_loop.RunUntilIdle();
/external/chromium_org/google_apis/gcm/tools/
H A Dmcs_probe.cc20 #include "base/run_loop.h"
499 base::RunLoop run_loop; local
500 run_loop.Run();
/external/chromium_org/base/message_loop/
H A Dmessage_loop_unittest.cc17 #include "base/run_loop.h"
456 RunLoop run_loop(&dispatcher);
457 run_loop.Run();
482 RunLoop run_loop(&dispatcher);
483 run_loop.Run();
/external/chromium_org/chrome/browser/sessions/
H A Dsession_service_unittest.cc12 #include "base/run_loop.h"
1012 base::RunLoop* run_loop) {
1015 base::Unretained(run_loop)));
1035 base::RunLoop run_loop; local
1046 base::Unretained(&run_loop)));
1049 run_loop.Run();
1011 PostBackToThread(base::MessageLoop* message_loop, base::RunLoop* run_loop) argument
/external/chromium_org/mojo/services/view_manager/
H A Dview_manager_unittest.cc14 #include "base/run_loop.h"
427 // Embed() call and |run_loop| the nested RunLoop.
428 void EmbedCallback(bool* result_cache, base::RunLoop* run_loop, bool result) { argument
430 run_loop->Quit();
439 base::RunLoop run_loop; local
443 base::Bind(&EmbedCallback, &result, &run_loop));
445 run_loop.Run();
/external/chromium_org/chrome/browser/download/
H A Ddownload_target_determiner_unittest.cc11 #include "base/run_loop.h"
384 base::RunLoop run_loop; local
388 run_loop.QuitClosure(),
390 run_loop.Run();
1938 base::RunLoop run_loop; local
1940 base::Bind(&DummyGetPluginsCallback, run_loop.QuitClosure()));
1941 run_loop.Run();
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service_unittest.cc9 #include "base/run_loop.h"
209 base::RunLoop run_loop; variable
210 run_loop.RunUntilIdle();
/external/chromium_org/chromeos/attestation/
H A Dattestation_flow_unittest.cc7 #include "base/run_loop.h"
67 base::RunLoop run_loop; local
68 run_loop.RunUntilIdle();
/external/chromium_org/cloud_print/service/win/
H A Dcloud_print_service_config.cc15 #include "base/run_loop.h"
453 base::RunLoop run_loop(&dispatcher);
454 run_loop.Run();
/external/chromium_org/components/policy/core/common/cloud/
H A Duser_cloud_policy_store_unittest.cc11 #include "base/run_loop.h"
33 base::RunLoop run_loop; local
34 run_loop.RunUntilIdle();
/external/chromium_org/components/sync_driver/
H A Dgeneric_change_processor_unittest.cc10 #include "base/run_loop.h"
194 base::RunLoop run_loop; local
195 run_loop.RunUntilIdle();
/external/chromium_org/content/browser/
H A Dbrowser_main_loop.cc19 #include "base/run_loop.h"
1150 base::RunLoop run_loop;
1151 run_loop.Run();
/external/chromium_org/net/url_request/
H A Durl_request_ftp_job_unittest.cc10 #include "base/run_loop.h"
227 base::RunLoop run_loop; local
228 run_loop.RunUntilIdle();
/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_service_impl_unittest.cc10 #include "base/run_loop.h"
222 base::RunLoop run_loop; local
223 run_loop.RunUntilIdle();
/external/chromium_org/chrome/browser/apps/
H A Dweb_view_interactive_browsertest.cc931 base::RunLoop run_loop; local
932 quit_closure_ = run_loop.QuitClosure();
937 run_loop.Run();
/external/chromium_org/chrome/browser/chromeos/login/
H A Dwizard_controller_browsertest.cc15 #include "base/run_loop.h"
257 base::RunLoop run_loop;
258 const bool oobe_ui_ready = oobe_ui->IsJSReady(run_loop.QuitClosure());
260 run_loop.Run();
H A Dkiosk_browsertest.cc1590 base::RunLoop run_loop; variable
1594 run_loop.QuitClosure()));
1595 run_loop.Run();
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.cc13 #include "base/run_loop.h"
599 base::RunLoop run_loop;
601 content::GetQuitTaskForRunLoop(&run_loop));
603 run_loop.Run();
/external/chromium_org/net/socket/
H A Dwebsocket_transport_client_socket_pool_unittest.cc15 #include "base/run_loop.h"
44 base::RunLoop run_loop; local
45 base::Closure quit_closure(run_loop.QuitClosure());
48 run_loop.Run();
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.cc28 #include "base/run_loop.h"
1596 base::RunLoop run_loop;
1603 run_loop.Run();
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_form_manager_unittest.cc10 #include "base/run_loop.h"
42 base::RunLoop run_loop; local
45 run_loop.Run();
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_socket_unittest.cc11 #include "base/run_loop.h"
419 base::RunLoop run_loop; local
420 run_loop.RunUntilIdle();
/external/chromium_org/ui/views/widget/
H A Dwidget_interactive_uitest.cc9 #include "base/run_loop.h"
143 base::RunLoop run_loop; variable
144 run_loop.Run();

Completed in 559 milliseconds

1234567891011