Searched refs:MessageLoop (Results 26 - 50 of 1827) sorted by relevance

1234567891011>>

/external/chromium_org/chromecast/metrics/
H A Dcast_metrics_service_client_unittest.cc23 message_loop_.reset(new base::MessageLoop());
31 scoped_ptr<base::MessageLoop> message_loop_;
/external/chromium_org/content/public/test/
H A Dtest_browser_thread.h13 class MessageLoop;
28 base::MessageLoop* message_loop);
/external/chromium_org/mojo/application/
H A Dapplication_runner_chromium.h25 // and shutdown, and starting a MessageLoop from which your application can run
33 void set_message_loop_type(base::MessageLoop::Type type);
36 // ApplicationImpl wired to the provided delegate, and run a MessageLoop until
43 // MessageLoop type. TYPE_CUSTOM is default (MessagePumpMojo will be used as
45 base::MessageLoop::Type message_loop_type_;
/external/chromium_org/remoting/base/
H A Dauto_thread_task_runner_unittest.cc23 base::MessageLoop message_loop;
25 message_loop.message_loop_proxy(), base::MessageLoop::QuitClosure());
/external/chromium_org/sync/internal_api/public/engine/
H A Dpassive_model_worker.cc11 PassiveModelWorker::PassiveModelWorker(const base::MessageLoop* sync_loop,
26 DCHECK_EQ(base::MessageLoop::current(), sync_loop_);
H A Dpassive_model_worker.h21 explicit PassiveModelWorker(const base::MessageLoop* sync_loop,
35 const base::MessageLoop* const sync_loop_;
/external/chromium_org/ui/compositor/test/
H A Dtest_suite.h14 class MessageLoop;
31 scoped_ptr<base::MessageLoop> message_loop_;
/external/chromium_org/ui/gfx/animation/
H A Dtest_animation_delegate.h22 base::MessageLoop::current()->Quit();
28 base::MessageLoop::current()->Quit();
/external/chromium_org/chrome/common/
H A Dworker_thread_ticker_unittest.cc15 TestCallback() : counter_(0), message_loop_(base::MessageLoop::current()) {}
21 message_loop_->PostTask(FROM_HERE, base::MessageLoop::QuitClosure());
28 base::MessageLoop* message_loop_;
39 base::MessageLoop::current()->PostDelayedTask(
41 base::MessageLoop::QuitClosure(),
43 base::MessageLoop::current()->Run();
49 base::MessageLoop loop;
67 base::MessageLoop loop;
84 base::MessageLoop loop;
101 base::MessageLoop loo
[all...]
/external/chromium_org/content/browser/
H A Dhistogram_synchronizer.h19 class MessageLoop;
73 static void FetchHistogramsAsynchronously(base::MessageLoop* callback_thread,
114 void SetCallbackTaskAndThread(base::MessageLoop* callback_thread,
120 void InternalPostTask(base::MessageLoop* thread,
133 base::MessageLoop* callback_thread_;
/external/chromium_org/content/shell/browser/
H A Dshell_url_request_context_getter.h17 class MessageLoop;
36 base::MessageLoop* io_loop,
37 base::MessageLoop* file_loop,
55 base::MessageLoop* io_loop_;
56 base::MessageLoop* file_loop_;
/external/chromium_org/ppapi/proxy/
H A Dproxy_completion_callback_factory.h24 message_loop_ = base::MessageLoop::current();
30 DCHECK(message_loop_ == base::MessageLoop::current());
36 DCHECK(message_loop_ == base::MessageLoop::current());
43 DCHECK(message_loop_ == base::MessageLoop::current());
52 base::MessageLoop* message_loop_;
/external/chromium_org/remoting/host/
H A Dlocal_input_monitor_unittest.cc26 const base::MessageLoop::Type kDesiredMessageLoopType =
27 base::MessageLoop::TYPE_UI;
29 const base::MessageLoop::Type kDesiredMessageLoopType =
30 base::MessageLoop::TYPE_IO;
41 base::MessageLoop message_loop_;
/external/chromium_org/base/message_loop/
H A Dmessage_loop.h46 // A MessageLoop is used to process events for a particular thread. There is
47 // at most one MessageLoop instance per thread.
50 // variants. Depending on the type of message pump used by the MessageLoop
55 // NOTE: Unless otherwise specified, a MessageLoop's methods may only be called
56 // on the thread where the MessageLoop's Run method executes.
58 // NOTE: MessageLoop has task reentrancy protection. This means that if a
69 // MessageLoop::ScopedNestableTaskAllower allow(MessageLoop::current());
77 class BASE_EXPORT MessageLoop : public MessagePump::Delegate { class in namespace:base
79 // A MessageLoop ha
[all...]
H A Dincoming_task_queue.h16 class MessageLoop;
23 // threads and together with MessageLoop ensures clean shutdown.
27 explicit IncomingTaskQueue(MessageLoop* message_loop);
82 MessageLoop* message_loop_;
/external/chromium_org/components/dom_distiller/core/
H A Ddistilled_content_store_unittest.cc77 base::MessageLoop loop;
85 base::MessageLoop::current()->RunUntilIdle();
92 base::MessageLoop::current()->RunUntilIdle();
101 base::MessageLoop loop;
106 base::MessageLoop::current()->RunUntilIdle();
114 base::MessageLoop loop;
123 base::MessageLoop::current()->RunUntilIdle();
136 base::MessageLoop::current()->RunUntilIdle();
144 base::MessageLoop::current()->RunUntilIdle();
155 base::MessageLoop
[all...]
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider.cc10 : client_loop_(base::MessageLoop::current()) {
35 return base::MessageLoop::current() == this->client_loop_;
38 base::MessageLoop* WifiDataProvider::client_loop() const {
/external/chromium_org/jingle/glue/
H A Dtask_pump_unittest.cc19 base::MessageLoop message_loop_;
31 base::MessageLoop::current()->RunUntilIdle();
45 base::MessageLoop::current()->RunUntilIdle();
/external/chromium_org/mojo/application_manager/
H A Dbackground_shell_application_loader_unittest.cc23 base::MessageLoop::current()->Quit();
41 real_loader.Pass(), "test", base::MessageLoop::TYPE_DEFAULT);
49 real_loader.Pass(), "test", base::MessageLoop::TYPE_DEFAULT);
/external/chromium_org/mojo/shell/
H A Dcontext.h47 base::MessageLoop* ui_loop() const { return ui_loop_; }
48 void set_ui_loop(base::MessageLoop* ui_loop) { ui_loop_ = ui_loop; }
60 base::MessageLoop* ui_loop_;
/external/chromium_org/ppapi/utility/threading/
H A Dsimple_thread.h29 typedef void (*ThreadFunc)(MessageLoop&, void* user_data);
50 MessageLoop& message_loop() { return message_loop_; }
55 MessageLoop message_loop_;
/external/chromium_org/base/threading/
H A Dthread.h22 // A simple thread abstraction that establishes a MessageLoop on a new thread.
23 // The consumer uses the MessageLoop of the thread to cause code to execute on
33 // (2) MessageLoop::~MessageLoop
34 // (3.b) MessageLoop::DestructionObserver::WillDestroyCurrentMessageLoop
41 Options(MessageLoop::Type type, size_t size);
46 MessageLoop::Type message_loop_type;
51 // Used to create the MessagePump for the MessageLoop. The callback is Run()
54 // MessageLoop::Type to TYPE_CUSTOM.
131 // Returns the message loop for this thread. Use the MessageLoop'
[all...]
/external/chromium_org/android_webview/browser/
H A Daw_browser_main_parts.h13 class MessageLoop;
32 // Android specific UI MessageLoop.
33 scoped_ptr<base::MessageLoop> main_message_loop_;
/external/chromium_org/base/test/
H A Dsequenced_worker_pool_owner.h20 class MessageLoop;
49 MessageLoop* const constructor_message_loop_;
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_helper_browsertest.h27 base::MessageLoop::current()->Run();
35 base::MessageLoop::current()->Quit();

Completed in 5840 milliseconds

1234567891011>>