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.h979 // The NOTIMPLEMENTED() macro annotates codepaths which have
994 // WebView: Hide NOTIMPLEMENTED entirely in Android release branch.
1001 // of the current function in the NOTIMPLEMENTED message.
1008 #define NOTIMPLEMENTED() EAT_STREAM_PARAMETERS macro
1011 #define NOTIMPLEMENTED() COMPILE_ASSERT(false, NOT_IMPLEMENTED) macro
1013 #define NOTIMPLEMENTED() COMPILE_ASSERT(false, NOT_IMPLEMENTED) macro
1015 #define NOTIMPLEMENTED() NOTREACHED() macro
1017 #define NOTIMPLEMENTED() LOG(ERROR) << NOTIMPLEMENTED_MSG macro
1019 #define NOTIMPLEMENTED() do {\ macro

Completed in 1864 milliseconds