Searched refs:ScheduleWork (Results 1 - 12 of 12) sorted by relevance

/external/chromium/base/
H A Dmessage_pump_default.h23 virtual void ScheduleWork();
H A Dmessage_pump.h24 // Called from within Run in response to ScheduleWork or when the message
117 virtual void ScheduleWork() = 0;
H A Dmessage_pump_default.cc64 void MessagePumpDefault::ScheduleWork() { function in class:base::MessagePumpDefault
H A Dmessage_pump_glib.h89 virtual void ScheduleWork();
H A Dmessage_pump_win.h169 virtual void ScheduleWork();
321 virtual void ScheduleWork();
H A Dmessage_pump_libevent.h121 virtual void ScheduleWork();
135 // Unix pipe used to implement ScheduleWork()
152 // ... write end; ScheduleWork() writes a single byte to it
H A Dmessage_pump_win.cc94 void MessagePumpForUI::ScheduleWork() { function in class:base::MessagePumpForUI
299 ScheduleWork();
400 // windows code. This ScheduleWork() may hurt performance a tiny bit when
403 ScheduleWork();
415 void MessagePumpForIO::ScheduleWork() { function in class:base::MessagePumpForIO
H A Dmessage_pump_mac.h71 virtual void ScheduleWork();
93 // signalled by ScheduleWork or RunDelayedWorkTimer. The static method calls
H A Dmessage_pump_glib.cc285 // NOTE: on Windows at this point we would call ScheduleWork (see
329 void MessagePumpForUI::ScheduleWork() { function in class:base::MessagePumpForUI
343 ScheduleWork();
H A Dmessage_pump_libevent.cc270 ScheduleWork();
273 void MessagePumpLibevent::ScheduleWork() { function in class:base::MessagePumpLibevent
H A Dmessage_loop.cc279 pump_->ScheduleWork();
530 // ScheduleWork outside of incoming_queue_lock_.
532 pump->ScheduleWork();
/external/chromium/chrome/browser/sync/glue/
H A Ddatabase_model_worker_unittest.cc38 void ScheduleWork() { function in class:__anon2314::DatabaseModelWorkerTest
88 &DatabaseModelWorkerTest::ScheduleWork));

Completed in 95 milliseconds