Searched refs:DoNothing (Results 1 – 9 of 9) sorted by relevance
/external/chromium/base/ |
D | message_pump_glib_unittest.cc | 125 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/ |
D | CFRefCount.cpp | 128 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/ |
D | console.cc | 43 static void DoNothing(int unused) {} in DoNothing() function 152 act.sa_handler = &DoNothing; in OnMessage()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | common.cc | 236 void DoNothing() {} in DoNothing() function
|
D | common.h | 1036 void LIBPROTOBUF_EXPORT DoNothing();
|
/external/webkit/Source/WebCore/html/ |
D | HTMLMediaElement.h | 290 enum InvalidSourceAction { DoNothing, Complain }; enumerator
|
D | HTMLMediaElement.cpp | 1699 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/ |
D | imageburner_ui.cc | 160 NewRunnableMethod(this, &ImageBurnTaskProxy::DoNothing)); in DeleteOnUIThread() 163 void DoNothing() {} in DoNothing() function in ImageBurnTaskProxy
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 1006 done_(NewPermanentCallback(&DoNothing)) {} in GeneratedServiceTest()
|