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

/external/chromium/base/
H A Dmessage_pump_glib_unittest.cc429 class GLibLoopRunner : public base::RefCounted<GLibLoopRunner> { class in namespace:__anon1565
431 GLibLoopRunner() : quit_(false) { } function in class:__anon1565::GLibLoopRunner
454 friend class base::RefCounted<GLibLoopRunner>;
456 ~GLibLoopRunner() {}
464 scoped_refptr<GLibLoopRunner> runner = new GLibLoopRunner();
482 FROM_HERE, NewRunnableMethod(runner.get(), &GLibLoopRunner::Quit), 40);
495 scoped_refptr<GLibLoopRunner> runner = new GLibLoopRunner();
[all...]

Completed in 99 milliseconds