HomeSort by relevance Sort by last modified time
    Searched defs:DoNothing (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
common.cc 236 void DoNothing() {}
  /external/webkit/WebCore/html/
HTMLMediaElement.h 235 enum InvalidSourceAction { DoNothing, Complain };
  /external/chromium/base/
message_pump_glib_unittest.cc 128 void DoNothing() {
215 injector()->AddEvent(0, NewRunnableFunction(DoNothing));
220 injector()->AddEvent(0, NewRunnableFunction(DoNothing));
226 injector()->AddEvent(0, NewRunnableFunction(DoNothing));
230 injector()->AddEvent(10, NewRunnableFunction(DoNothing));
383 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableFunction(DoNothing));
384 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableFunction(DoNothing));
414 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableFunction(DoNothing));
415 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableFunction(DoNothing));

Completed in 173 milliseconds