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

  /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/chromium/third_party/libjingle/source/talk/examples/call/
console.cc 43 static void DoNothing(int unused) {}
152 act.sa_handler = &DoNothing;
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 50 enum ArgEffect { DoNothing, Autorelease, Dealloc, DecRef, DecRefMsg,
644 ArgEffect ReceiverEff = DoNothing,
651 return getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
656 DoNothing, MayEscape);
890 case DoNothing:
969 ModifiableSummaryTemplate->setReceiverEffect(DoNothing);
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.cc 236 void DoNothing() {}
common.h     [all...]
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.h 290 enum InvalidSourceAction { DoNothing, Complain };
HTMLMediaElement.cpp     [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 160 NewRunnableMethod(this, &ImageBurnTaskProxy::DoNothing));
163 void DoNothing() {}
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]

Completed in 310 milliseconds