Home | History | Annotate | Download | only in trunks

Lines Matching full:base

19 #include <base/bind.h>
20 #include <base/logging.h>
21 #include <base/message_loop/message_loop.h>
22 #include <base/run_loop.h>
23 #include <base/threading/platform_thread.h>
24 #include <base/threading/thread.h>
41 return std::string(base::PlatformThread::GetName());
75 base::MessageLoopForIO message_loop_;
76 base::Thread test_thread_;
84 background_transceiver.SendCommand("test", base::Bind(Assign, &output));
86 base::RunLoop run_loop;
99 base::Bind(SendCommandAndWaitAndAssign,
101 base::RunLoop run_loop;