HomeSort by relevance Sort by last modified time
    Searched refs:MessagePumpFactory (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/base/message_loop/
message_loop_test.h 19 typedef MessageLoop::MessagePumpFactory MessagePumpFactory;
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 factory)
    [all...]
message_loop_test.cc 88 void RunTest_PostTask(MessagePumpFactory factory) {
117 void RunTest_PostDelayedTask_Basic(MessagePumpFactory factory) {
140 void RunTest_PostDelayedTask_InDelayOrder(MessagePumpFactory factory) {
165 void RunTest_PostDelayedTask_InPostOrder(MessagePumpFactory factory) {
195 void RunTest_PostDelayedTask_InPostOrder_2(MessagePumpFactory factory) {
222 void RunTest_PostDelayedTask_InPostOrder_3(MessagePumpFactory factory) {
250 void RunTest_PostDelayedTask_SharedTimer(MessagePumpFactory factory) {
314 void RunTest_EnsureDeletion(MessagePumpFactory factory) {
333 void RunTest_EnsureDeletion_Chain(MessagePumpFactory factory) {
364 void RunTest_Nesting(MessagePumpFactory factory)
    [all...]
message_loop.h 125 typedef scoped_ptr<MessagePump> (MessagePumpFactory)();
129 static bool InitMessagePumpForUIFactory(MessagePumpFactory* factory);
message_loop.cc 87 MessageLoop::MessagePumpFactory* message_pump_for_ui_factory_ = NULL;
212 bool MessageLoop::InitMessagePumpForUIFactory(MessagePumpFactory* factory) {
  /external/chromium_org/base/threading/
thread.h 38 typedef Callback<scoped_ptr<MessagePump>()> MessagePumpFactory;
55 MessagePumpFactory message_pump_factory;

Completed in 578 milliseconds