Searched refs:HandlePrepare (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/base/message_loop/
H A Dmessage_pump_glib.h45 // public for simplicity but should not be used directly. HandlePrepare
50 int HandlePrepare();
H A Dmessage_pump_glib.cc91 *timeout_ms = static_cast<WorkSource*>(source)->pump->HandlePrepare();
230 int MessagePumpGlib::HandlePrepare() { function in class:base::MessagePumpGlib
H A Dmessage_pump_glib_unittest.cc46 int HandlePrepare() { function in class:base::__anon3815::EventInjector
118 *timeout_ms = static_cast<Source*>(source)->injector->HandlePrepare();
/external/chromium/base/
H A Dmessage_pump_glib.h66 // public for simplicity but should not be used directly. HandlePrepare
71 int HandlePrepare();
H A Dmessage_pump_glib.cc93 *timeout_ms = static_cast<WorkSource*>(source)->pump->HandlePrepare();
240 int MessagePumpForUI::HandlePrepare() { function in class:base::MessagePumpForUI
H A Dmessage_pump_glib_unittest.cc37 int HandlePrepare() { function in class:__anon1725::EventInjector
95 *timeout_ms = static_cast<Source*>(source)->injector->HandlePrepare();

Completed in 134 milliseconds