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

  /external/chromium/net/tools/testserver/
run_testserver.cc 28 if (!logging::InitLogging(
  /external/chromium/chrome/browser/sync/tools/
sync_listen_notifications.cc 69 logging::InitLogging(
  /external/chromium/base/test/
test_suite.cc 189 logging::InitLogging(
  /external/chromium/chrome/common/
logging_chrome.cc 252 if (!InitLogging(log_path.value().c_str(),
302 bool success = InitLogging(log_path.value().c_str(),
  /external/chromium/googleurl/base/
logging.cc 50 // which log file to use? This is initialized by InitLogging or
86 // nobody has called InitLogging to specify a debug log file, so here we
123 void InitLogging(const TCHAR* new_log_file, LoggingDestination logging_dest,
126 // calling InitLogging twice or after some log call has already opened the
304 // call InitLogging. This is not thread safe. See below
312 // The client app did not call InitLogging, and so the critical section
315 // the critical section. This is why InitLogging should be called from
logging.h 115 void InitLogging(const TCHAR* log_file, LoggingDestination logging_dest,
  /external/chromium/net/tools/tld_cleanup/
tld_cleanup.cc 269 logging::InitLogging(
  /external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc 275 InitLogging(g_proxy_config.log_filename_.c_str(),
  /external/chromium/base/
logging.h 192 // Implementation of the InitLogging() method declared below. We use a
194 // that has named stuff "InitLogging".
211 inline bool InitLogging(const PathChar* log_file,
    [all...]

Completed in 345 milliseconds