HomeSort by relevance Sort by last modified time
    Searched defs:InitLogging (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/test/chromedriver/chrome/
log.cc 75 void InitLogging(IsVLogOnFunc is_vlog_on_func) {
  /external/chromium_org/extensions/shell/app/
shell_main_delegate.cc 34 void InitLogging() {
42 logging::InitLogging(settings);
57 InitLogging();
  /art/runtime/base/
logging.cc 58 void InitLogging(char* argv[]) {
  /external/chromium_org/content/shell/app/
shell_main_delegate.cc 90 void InitLogging() {
98 logging::InitLogging(settings);
125 InitLogging();
  /external/chromium_org/chrome/test/chromedriver/
logging.cc 202 bool InitLogging() {
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/
logging.h 207 // Implementation of the InitLogging() method declared below. We use a
209 // that has named stuff "InitLogging".
226 inline bool InitLogging(const LoggingSettings& settings) {
    [all...]

Completed in 242 milliseconds