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

/external/chromium_org/base/
H A Dlogging.h851 // The NOTIMPLEMENTED() macro annotates codepaths which have
866 // WebView: Hide NOTIMPLEMENTED entirely in Android release branch.
873 // of the current function in the NOTIMPLEMENTED message.
880 #define NOTIMPLEMENTED() EAT_STREAM_PARAMETERS macro
883 #define NOTIMPLEMENTED() COMPILE_ASSERT(false, NOT_IMPLEMENTED)
885 #define NOTIMPLEMENTED() COMPILE_ASSERT(false, NOT_IMPLEMENTED)
887 #define NOTIMPLEMENTED() NOTREACHED()
889 #define NOTIMPLEMENTED() LOG(ERROR) << NOTIMPLEMENTED_MSG
891 #define NOTIMPLEMENTED() do {\

Completed in 342 milliseconds