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

  /external/chromium/base/
logging.h 182 // Define different names for the BaseInitLoggingImpl() function depending on
187 #define BaseInitLoggingImpl BaseInitLoggingImpl_built_with_NDEBUG
189 #define BaseInitLoggingImpl BaseInitLoggingImpl_built_without_NDEBUG
195 BASE_API bool BaseInitLoggingImpl(const PathChar* log_file,
216 return BaseInitLoggingImpl(log_file, logging_dest, lock_log,
    [all...]
logging.cc 352 bool BaseInitLoggingImpl(const PathChar* new_log_file,
  /external/chromium_org/base/
logging.h 214 // Define different names for the BaseInitLoggingImpl() function depending on
219 #define BaseInitLoggingImpl BaseInitLoggingImpl_built_with_NDEBUG
221 #define BaseInitLoggingImpl BaseInitLoggingImpl_built_without_NDEBUG
227 BASE_EXPORT bool BaseInitLoggingImpl(const LoggingSettings& settings);
244 return BaseInitLoggingImpl(settings);
    [all...]
logging.cc 361 bool BaseInitLoggingImpl(const LoggingSettings& settings) {

Completed in 63 milliseconds