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

/external/chromium_org/apps/shell/app/
H A Dshell_main_delegate.cc27 void InitLogging() { function in namespace:__anon1850
35 logging::InitLogging(settings);
50 InitLogging();
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dlog.cc75 void InitLogging(IsVLogOnFunc is_vlog_on_func) { function
/external/chromium_org/content/shell/app/
H A Dshell_main_delegate.cc89 void InitLogging() { function in namespace:__anon7497
97 logging::InitLogging(settings);
124 InitLogging();
/external/chromium_org/chrome/test/chromedriver/
H A Dlogging.cc201 bool InitLogging() { function
202 InitLogging(&InternalIsVLogOn);
225 // Turn on VLOG for chromedriver. This is parsed during logging::InitLogging.
237 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 223 milliseconds