HomeSort by relevance Sort by last modified time
    Searched refs:BaseInitLoggingImpl (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/
logging.h 203 // Define different names for the BaseInitLoggingImpl() function depending on
208 #define BaseInitLoggingImpl BaseInitLoggingImpl_built_with_NDEBUG
210 #define BaseInitLoggingImpl BaseInitLoggingImpl_built_without_NDEBUG
216 BASE_EXPORT bool BaseInitLoggingImpl(const LoggingSettings& settings);
233 return BaseInitLoggingImpl(settings);
    [all...]
logging.cc 360 bool BaseInitLoggingImpl(const LoggingSettings& settings) {

Completed in 119 milliseconds