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

<<11

/external/chromium_org/chrome/browser/autocomplete/
H A Dsearch_provider_unittest.cc12 #include "base/run_loop.h"
377 base::RunLoop run_loop;
378 run_loop_ = &run_loop;
379 run_loop.Run();
/external/chromium_org/ui/aura/gestures/
H A Dgesture_recognizer_unittest.cc7 #include "base/run_loop.h"
611 base::RunLoop run_loop; local
614 run_loop.QuitClosure(),
616 run_loop.Run();
621 base::RunLoop run_loop; local
624 run_loop.QuitClosure(),
626 run_loop.Run();
/external/chromium_org/base/
H A Dbase.target.darwin-arm.mk193 base/run_loop.cc \
H A Dbase.target.darwin-arm64.mk193 base/run_loop.cc \
H A Dbase.target.darwin-mips.mk193 base/run_loop.cc \
H A Dbase.target.darwin-mips64.mk193 base/run_loop.cc \
H A Dbase.target.darwin-x86.mk194 base/run_loop.cc \
H A Dbase.target.darwin-x86_64.mk194 base/run_loop.cc \
H A Dbase.target.linux-arm.mk193 base/run_loop.cc \
H A Dbase.target.linux-arm64.mk193 base/run_loop.cc \
H A Dbase.target.linux-mips.mk193 base/run_loop.cc \
H A Dbase.target.linux-mips64.mk193 base/run_loop.cc \
H A Dbase.target.linux-x86.mk194 base/run_loop.cc \
H A Dbase.target.linux-x86_64.mk194 base/run_loop.cc \
/external/chromium_org/net/quic/
H A Dquic_stream_factory_test.cc7 #include "base/run_loop.h"
1153 base::RunLoop run_loop; local
1154 run_loop.RunUntilIdle();
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_browsertest.cc843 base::RunLoop run_loop; local
844 run_loop.RunUntilIdle();
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller_interactive_uitest.cc13 #include "base/run_loop.h"
519 base::RunLoop run_loop; local
520 run_loop.RunUntilIdle();
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura_unittest.cc11 #include "base/run_loop.h"
1745 base::RunLoop run_loop; local
1762 run_loop.QuitClosure())));
1784 run_loop.Run();
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_unittest.cc4353 base::RunLoop run_loop; local
4357 run_loop.QuitClosure(),
4360 run_loop.Run();

Completed in 1306 milliseconds

<<11