Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/examples/call/
Dconsole.cc43 static void DoNothing(int unused) {} in DoNothing() function
/external/protobuf/src/google/protobuf/stubs/
Dcommon.cc236 void DoNothing() {} in DoNothing() function
/external/webkit/Source/WebCore/html/
DHTMLMediaElement.h290 enum InvalidSourceAction { DoNothing, Complain }; enumerator
/external/chromium/base/
Dmessage_pump_glib_unittest.cc125 void DoNothing() { in DoNothing() function
/external/chromium/chrome/browser/ui/webui/chromeos/
Dimageburner_ui.cc163 void DoNothing() {} in DoNothing() function in ImageBurnTaskProxy
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp50 enum ArgEffect { DoNothing, Autorelease, Dealloc, DecRef, DecRefMsg, enumerator