Searched refs:run_loop (Results 1 - 25 of 269) sorted by last modified time

1234567891011

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebUnitTests.cpp37 #include <base/run_loop.h>
/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/ui/aura/test/
H A Daura_test_helper.cc8 #include "base/run_loop.h"
111 // use run_loop.QuitClosure().
112 base::RunLoop run_loop; local
113 run_loop.RunUntilIdle();
/external/chromium_org/ui/base/x/
H A Dselection_requestor.cc10 #include "base/run_loop.h"
278 base::RunLoop run_loop; local
279 request->quit_closure = run_loop.QuitClosure();
280 run_loop.Run();
/external/chromium_org/ui/events/platform/
H A Dplatform_event_source_unittest.cc11 #include "base/run_loop.h"
661 base::RunLoop run_loop; variable
672 run_loop.Run();
723 base::RunLoop run_loop; local
724 second_overriding.set_callback(run_loop.QuitClosure());
732 run_loop.Run();
763 base::RunLoop run_loop; variable
774 run_loop.Run();
/external/chromium_org/ui/message_center/
H A Dmessage_center_impl_unittest.cc9 #include "base/run_loop.h"
53 base::RunLoop* run_loop() const { return run_loop_.get(); } function in class:message_center::__anon16950::MessageCenterImplTest
239 run_loop()->Run();
250 run_loop()->RunUntilIdle();
262 run_loop()->RunUntilIdle();
274 run_loop()->RunUntilIdle();
287 run_loop()->Run();
304 run_loop()->Run();
322 run_loop()->Run();
342 run_loop()
[all...]
/external/chromium_org/ui/ozone/demo/
H A Dozone_demo.cc8 #include "base/run_loop.h"
218 base::RunLoop run_loop; local
219 run_loop.RunUntilIdle();
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller_unittest.cc7 #include "base/run_loop.h"
86 scoped_ptr<base::RunLoop> run_loop(new base::RunLoop());
87 *quit_closure = run_loop->QuitClosure();
90 base::Passed(&run_loop),
95 void RunNestedDispatcher(scoped_ptr<base::RunLoop> run_loop, argument
101 run_loop->Run();
H A Dmenu_message_loop_aura.cc11 #include "base/run_loop.h"
146 aura::client::DispatcherRunLoop run_loop(
148 message_loop_quit_ = run_loop.QuitClosure();
149 run_loop.Run();
153 base::RunLoop run_loop(&nested_dispatcher);
154 message_loop_quit_ = run_loop.QuitClosure();
155 run_loop.Run();
170 aura::client::DispatcherRunLoop run_loop(
172 message_loop_quit_ = run_loop.QuitClosure();
173 run_loop
177 base::RunLoop run_loop; local
[all...]
H A Dmenu_message_loop_mac.cc9 #include "base/run_loop.h"
36 base::RunLoop run_loop; local
37 run_loop.Run();
/external/chromium_org/ui/views/test/
H A Dviews_test_base.cc7 #include "base/run_loop.h"
57 base::RunLoop run_loop; local
58 run_loop.RunUntilIdle();
H A Dx11_property_change_waiter.cc9 #include "base/run_loop.h"
50 base::RunLoop run_loop;
51 quit_closure_ = run_loop.QuitClosure();
52 run_loop.Run();
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_dispatcher_client.cc9 #include "base/run_loop.h"
24 scoped_ptr<base::RunLoop> run_loop(new base::RunLoop(dispatcher));
26 scoped_ptr<base::RunLoop> run_loop(new base::RunLoop());
28 *quit_closure = run_loop->QuitClosure();
30 base::Bind(&base::RunLoop::Run, base::Owned(run_loop.release()));
H A Ddesktop_drag_drop_client_aurax11_unittest.cc13 #include "base/run_loop.h"
224 base::RunLoop run_loop; local
225 quit_closure_ = run_loop.QuitClosure();
226 run_loop.Run();
H A Ddesktop_native_widget_aura_unittest.cc228 aura::client::DispatcherRunLoop run_loop(client, NULL);
229 base::Closure quit_runloop = run_loop.QuitClosure();
234 run_loop.Run();
H A Dx11_whole_screen_move_loop.cc11 #include "base/run_loop.h"
186 base::RunLoop run_loop; local
187 quit_closure_ = run_loop.QuitClosure();
188 run_loop.Run();
/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();
/external/chromium_org/ui/views_content_client/
H A Dviews_content_client_main_parts.cc7 #include "base/run_loop.h"
35 base::RunLoop run_loop; local
36 run_loop.Run();
/external/chromium_org/ui/wm/core/
H A Dnested_accelerator_controller.cc9 #include "base/run_loop.h"
33 scoped_ptr<base::RunLoop> run_loop = accelerator_dispatcher_->CreateRunLoop(); local
37 run_loop->QuitClosure());
40 base::Passed(&run_loop),
45 scoped_ptr<base::RunLoop> run_loop,
47 run_loop->Run();
44 RunNestedMessageLoop( scoped_ptr<base::RunLoop> run_loop, scoped_ptr<NestedAcceleratorDispatcher> old_accelerator_dispatcher) argument
H A Dnested_accelerator_controller.h35 void RunNestedMessageLoop(scoped_ptr<base::RunLoop> run_loop,
H A Dnested_accelerator_controller_unittest.cc177 aura::client::DispatcherRunLoop run_loop(
179 run_loop.Run();
199 aura::client::DispatcherRunLoop run_loop(
201 run_loop.Run();
/external/chromium_org/win8/test/
H A Dopen_with_dialog_controller.cc14 #include "base/run_loop.h"
279 base::RunLoop run_loop; local
285 Bind(&OnMakeDefaultComplete, run_loop.QuitClosure(),
288 run_loop.Run();
/external/chromium_org/net/base/
H A Dtrace_net_log_observer_unittest.cc17 #include "base/run_loop.h"
65 base::RunLoop* run_loop,
85 run_loop->Quit();
95 base::RunLoop run_loop; local
100 base::Unretained(&run_loop)));
101 run_loop.Run();
64 OnTraceDataCollected( base::RunLoop* run_loop, const scoped_refptr<base::RefCountedString>& events_str, bool has_more_events) argument
/external/chromium_org/net/extras/sqlite/
H A Dsqlite_channel_id_store_unittest.cc11 #include "base/run_loop.h"
28 base::RunLoop run_loop; local
31 &run_loop));
32 run_loop.Run();
38 base::RunLoop* run_loop,
41 run_loop->Quit();
37 OnLoaded( base::RunLoop* run_loop, scoped_ptr<ScopedVector<DefaultChannelIDStore::ChannelID> > channel_ids) argument
/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();

Completed in 340 milliseconds

1234567891011