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

/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dconsole.cc43 static void DoNothing(int unused) {} function
152 act.sa_handler = &DoNothing;
/external/chromium/base/
H A Dmessage_pump_glib_unittest.cc125 void DoNothing() { function in namespace:__anon1561
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/
H A Dcommon.cc236 void DoNothing() {} function in namespace:google::protobuf
/external/webkit/Source/WebCore/html/
H A DHTMLMediaElement.h290 enum InvalidSourceAction { DoNothing, Complain }; enumerator in enum:WebCore::HTMLMediaElement::InvalidSourceAction
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dimageburner_ui.cc160 NewRunnableMethod(this, &ImageBurnTaskProxy::DoNothing));
163 void DoNothing() {} function in class:ImageBurnTaskProxy
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp49 enum ArgEffect { DoNothing, Autorelease, Dealloc, DecRef, DecRefMsg, enumerator in enum:ArgEffect
657 ArgEffect ReceiverEff = DoNothing,
664 return getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
669 DoNothing, MayEscape);
903 case DoNothing:
983 ModifiableSummaryTemplate->setReceiverEffect(DoNothing);
1088 DoNothing, DoNothing);
1095 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothin
656 getPersistentSummary(RetEffect RetEff, ArgEffect ReceiverEff = DoNothing, ArgEffect DefaultEff = MayEscape) argument
[all...]

Completed in 170 milliseconds