Searched defs:MessageLoopRunner (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/public/test/
H A Dtest_utils.h65 class MessageLoopRunner : public base::RefCounted<MessageLoopRunner> { class in namespace:content
67 MessageLoopRunner();
78 // scoped_refptr<MessageLoopRunner> runner = new MessageLoopRunner;
86 friend class base::RefCounted<MessageLoopRunner>;
87 ~MessageLoopRunner();
97 DISALLOW_COPY_AND_ASSIGN(MessageLoopRunner);
188 scoped_refptr<MessageLoopRunner> message_loop_runner_;
216 scoped_refptr<MessageLoopRunner> runner
[all...]
H A Dtest_utils.cc184 MessageLoopRunner::MessageLoopRunner() function in class:content::MessageLoopRunner
189 MessageLoopRunner::~MessageLoopRunner() {
192 void MessageLoopRunner::Run() {
203 base::Closure MessageLoopRunner::QuitClosure() {
204 return base::Bind(&MessageLoopRunner::Quit, this);
207 void MessageLoopRunner::Quit() {
259 message_loop_runner_ = new MessageLoopRunner;
291 runner_ = new MessageLoopRunner;
[all...]

Completed in 57 milliseconds