Searched defs:BaseInitLoggingImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/
H A Dlogging.cc357 bool BaseInitLoggingImpl(const LoggingSettings& settings) { function in namespace:logging
H A Dlogging.h197 // Define different names for the BaseInitLoggingImpl() function depending on
202 #define BaseInitLoggingImpl BaseInitLoggingImpl_built_with_NDEBUG macro
204 #define BaseInitLoggingImpl BaseInitLoggingImpl_built_without_NDEBUG macro
210 BASE_EXPORT bool BaseInitLoggingImpl(const LoggingSettings& settings);
227 return BaseInitLoggingImpl(settings);

Completed in 576 milliseconds