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

  /external/chromium/third_party/libjingle/source/talk/examples/call/
console.cc 43 static void DoNothing(int unused) {}
152 act.sa_handler = &DoNothing;
  /external/chromium/base/
message_pump_glib_unittest.cc 125 void DoNothing() {
207 injector()->AddEvent(0, NewRunnableFunction(DoNothing));
212 injector()->AddEvent(0, NewRunnableFunction(DoNothing));
218 injector()->AddEvent(0, NewRunnableFunction(DoNothing));
222 injector()->AddEvent(10, NewRunnableFunction(DoNothing));
375 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableFunction(DoNothing));
376 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableFunction(DoNothing));
406 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableFunction(DoNothing));
407 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableFunction(DoNothing));
  /external/protobuf/src/google/protobuf/stubs/
common.cc 236 void DoNothing() {}
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.h 290 enum InvalidSourceAction { DoNothing, Complain };
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 160 NewRunnableMethod(this, &ImageBurnTaskProxy::DoNothing));
163 void DoNothing() {}
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 78 enum ArgEffect { DoNothing, Autorelease, Dealloc, DecRef, DecRefMsg,
637 ArgEffect ReceiverEff = DoNothing,
641 ArgEffect ReceiverEff = DoNothing,
737 DoNothing /* receiver effect */),
953 DoNothing, DoNothing);
960 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
966 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
    [all...]

Completed in 1491 milliseconds