HomeSort by relevance Sort by last modified time
    Searched refs:BaseInitLoggingImpl (Results 1 - 2 of 2) 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,

Completed in 75 milliseconds