Searched defs:InitLogging (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dlog.cc75 void InitLogging(IsVLogOnFunc is_vlog_on_func) { function
/external/chromium_org/extensions/shell/app/
H A Dshell_main_delegate.cc34 void InitLogging() { function in namespace:__anon8293
42 logging::InitLogging(settings);
57 InitLogging();
/external/chromium_org/content/shell/app/
H A Dshell_main_delegate.cc90 void InitLogging() { function in namespace:__anon7859
98 logging::InitLogging(settings);
125 InitLogging();
/external/chromium_org/chrome/test/chromedriver/
H A Dlogging.cc202 bool InitLogging() { function
203 InitLogging(&InternalIsVLogOn);
226 // Turn on VLOG for chromedriver. This is parsed during logging::InitLogging.
238 return logging::InitLogging(logging_settings);
/external/chromium_org/base/
H A Dlogging.h207 // Implementation of the InitLogging() method declared below. We use a
209 // that has named stuff "InitLogging".
226 inline bool InitLogging(const LoggingSettings& settings) { function in namespace:logging

Completed in 304 milliseconds