Searched defs:NOTIMPLEMENTED (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dlogging.h898 // The NOTIMPLEMENTED() macro annotates codepaths which have
916 // of the current function in the NOTIMPLEMENTED message.
923 #define NOTIMPLEMENTED() ; macro
926 #define NOTIMPLEMENTED() COMPILE_ASSERT(false, NOT_IMPLEMENTED) macro
928 #define NOTIMPLEMENTED() COMPILE_ASSERT(false, NOT_IMPLEMENTED) macro
930 #define NOTIMPLEMENTED() NOTREACHED() macro
932 #define NOTIMPLEMENTED() LOG(ERROR) << NOTIMPLEMENTED_MSG macro
934 #define NOTIMPLEMENTED() do {\ macro
/external/chromium_org/base/
H A Dlogging.h974 // The NOTIMPLEMENTED() macro annotates codepaths which have
989 // WebView: Hide NOTIMPLEMENTED entirely in Android release branch.
996 // of the current function in the NOTIMPLEMENTED message.
1003 #define NOTIMPLEMENTED() EAT_STREAM_PARAMETERS macro
1006 #define NOTIMPLEMENTED() COMPILE_ASSERT(false, NOT_IMPLEMENTED) macro
1008 #define NOTIMPLEMENTED() COMPILE_ASSERT(false, NOT_IMPLEMENTED) macro
1010 #define NOTIMPLEMENTED() NOTREACHED() macro
1012 #define NOTIMPLEMENTED() LOG(ERROR) << NOTIMPLEMENTED_MSG macro
1014 #define NOTIMPLEMENTED() do {\ macro

Completed in 120 milliseconds