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

/external/chromium_org/base/message_loop/
H A Dmessage_pump_glib_unittest.cc28 class EventInjector { class in namespace:base::__anon2371
30 EventInjector() : processed_events_(0) { function in class:base::__anon2371::EventInjector
37 ~EventInjector() {
97 EventInjector* injector;
109 EventInjector::Event event = {future, callback, task};
133 DISALLOW_COPY_AND_ASSIGN(EventInjector);
136 GSourceFuncs EventInjector::SourceFuncs = {
137 EventInjector::Prepare,
138 EventInjector::Check,
139 EventInjector
[all...]

Completed in 47 milliseconds