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

  /external/libchrome/base/
logging.h 230 // Define different names for the BaseInitLoggingImpl() function depending on
235 #define BaseInitLoggingImpl BaseInitLoggingImpl_built_with_NDEBUG
237 #define BaseInitLoggingImpl BaseInitLoggingImpl_built_without_NDEBUG
243 BASE_EXPORT bool BaseInitLoggingImpl(const LoggingSettings& settings);
260 return BaseInitLoggingImpl(settings);
    [all...]
logging.cc 355 bool BaseInitLoggingImpl(const LoggingSettings& settings) {

Completed in 1262 milliseconds