Home
last modified time | relevance | path

Searched refs:DoNothing (Results 1 – 9 of 9) sorted by relevance

/external/chromium/base/
Dmessage_pump_glib_unittest.cc125 void DoNothing() { in DoNothing() function
207 injector()->AddEvent(0, NewRunnableFunction(DoNothing)); in TEST_F()
212 injector()->AddEvent(0, NewRunnableFunction(DoNothing)); in TEST_F()
218 injector()->AddEvent(0, NewRunnableFunction(DoNothing)); in TEST_F()
222 injector()->AddEvent(10, NewRunnableFunction(DoNothing)); in TEST_F()
375 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableFunction(DoNothing)); in AddEventsAndDrainGLib()
376 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableFunction(DoNothing)); in AddEventsAndDrainGLib()
406 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableFunction(DoNothing)); in AddEventsAndDrainGtk()
407 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableFunction(DoNothing)); in AddEventsAndDrainGtk()
/external/clang/lib/StaticAnalyzer/Core/
DCFRefCount.cpp128 enum ArgEffect { Autorelease, Dealloc, DecRef, DecRefMsg, DoNothing, enumerator
703 ArgEffect ReceiverEff = DoNothing,
708 ArgEffect ReceiverEff = DoNothing, in getPersistentSummary()
789 DoNothing, DoNothing, true); in addPanicSummary()
815 DoNothing /* receiver effect */), in RetainSummaryManager()
995 DoNothing, DoNothing); in getSummary()
1002 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getSummary()
1008 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getSummary()
1017 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getSummary()
1025 DoNothing, DoNothing); in getSummary()
[all …]
/external/chromium/third_party/libjingle/source/talk/examples/call/
Dconsole.cc43 static void DoNothing(int unused) {} in DoNothing() function
152 act.sa_handler = &DoNothing; in OnMessage()
/external/protobuf/src/google/protobuf/stubs/
Dcommon.cc236 void DoNothing() {} in DoNothing() function
Dcommon.h1036 void LIBPROTOBUF_EXPORT DoNothing();
/external/webkit/Source/WebCore/html/
DHTMLMediaElement.h290 enum InvalidSourceAction { DoNothing, Complain }; enumerator
DHTMLMediaElement.cpp1699 KURL nextURL = selectNextSourceChild(0, DoNothing); in havePotentialSourceChild()
1711 bool shouldLog = actionIfInvalid != DoNothing; in selectNextSourceChild()
2463 url = selectNextSourceChild(0, DoNothing); in getPluginProxyParams()
/external/chromium/chrome/browser/ui/webui/chromeos/
Dimageburner_ui.cc160 NewRunnableMethod(this, &ImageBurnTaskProxy::DoNothing)); in DeleteOnUIThread()
163 void DoNothing() {} in DoNothing() function in ImageBurnTaskProxy
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1006 done_(NewPermanentCallback(&DoNothing)) {} in GeneratedServiceTest()