Searched refs:MessagePumpFactory (Results 1 - 5 of 5) sorted by relevance

/external/libchrome/base/message_loop/
H A Dmessage_loop_test.h19 typedef MessageLoop::MessagePumpFactory MessagePumpFactory; typedef in namespace:base::test
21 void RunTest_PostTask(MessagePumpFactory factory);
22 void RunTest_PostDelayedTask_Basic(MessagePumpFactory factory);
23 void RunTest_PostDelayedTask_InDelayOrder(MessagePumpFactory factory);
24 void RunTest_PostDelayedTask_InPostOrder(MessagePumpFactory factory);
25 void RunTest_PostDelayedTask_InPostOrder_2(MessagePumpFactory factory);
26 void RunTest_PostDelayedTask_InPostOrder_3(MessagePumpFactory factory);
27 void RunTest_PostDelayedTask_SharedTimer(MessagePumpFactory factory);
28 void RunTest_EnsureDeletion(MessagePumpFactory factor
[all...]
H A Dmessage_loop_test.cc93 void RunTest_PostTask(MessagePumpFactory factory) {
123 void RunTest_PostDelayedTask_Basic(MessagePumpFactory factory) {
146 void RunTest_PostDelayedTask_InDelayOrder(MessagePumpFactory factory) {
171 void RunTest_PostDelayedTask_InPostOrder(MessagePumpFactory factory) {
201 void RunTest_PostDelayedTask_InPostOrder_2(MessagePumpFactory factory) {
228 void RunTest_PostDelayedTask_InPostOrder_3(MessagePumpFactory factory) {
256 void RunTest_PostDelayedTask_SharedTimer(MessagePumpFactory factory) {
320 void RunTest_EnsureDeletion(MessagePumpFactory factory) {
339 void RunTest_EnsureDeletion_Chain(MessagePumpFactory factory) {
370 void RunTest_Nesting(MessagePumpFactory factor
[all...]
H A Dmessage_loop.h127 typedef scoped_ptr<MessagePump> (MessagePumpFactory)(); typedef in class:base::MessageLoop
131 static bool InitMessagePumpForUIFactory(MessagePumpFactory* factory);
H A Dmessage_loop.cc89 MessageLoop::MessagePumpFactory* message_pump_for_ui_factory_ = NULL;
199 bool MessageLoop::InitMessagePumpForUIFactory(MessagePumpFactory* factory) {
/external/libchrome/base/threading/
H A Dthread.h44 typedef Callback<scoped_ptr<MessagePump>()> MessagePumpFactory; typedef in struct:base::Thread::Options
61 MessagePumpFactory message_pump_factory;

Completed in 359 milliseconds