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

/external/chromium_org/chrome/renderer/media/
H A Dchrome_webrtc_log_message_delegate.cc25 void ChromeWebRtcLogMessageDelegate::InitLogging( function in class:ChromeWebRtcLogMessageDelegate
32 message_filter_->InitLogging(app_session_id, app_url);
H A Dwebrtc_logging_message_filter.cc56 void WebRtcLoggingMessageFilter::InitLogging( function in class:WebRtcLoggingMessageFilter
/external/chromium_org/content/shell/app/
H A Dshell_main_delegate.cc71 void InitLogging() { function in namespace:__anon8103
79 logging::InitLogging(settings);
106 InitLogging();
/external/chromium_org/webkit/support/
H A Dwebkit_support.cc38 void InitLogging() { function in namespace:__anon14848
68 logging::InitLogging(settings);
/external/chromium/googleurl/base/
H A Dlogging.cc50 // 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, function in namespace:logging
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
/external/chromium/base/
H A Dlogging.h192 // Implementation of the InitLogging() method declared below. We use a
194 // that has named stuff "InitLogging".
211 inline bool InitLogging(const PathChar* log_file, function in namespace:logging
/external/chromium_org/base/
H A Dlogging.h224 // Implementation of the InitLogging() method declared below. We use a
226 // that has named stuff "InitLogging".
243 inline bool InitLogging(const LoggingSettings& settings) { function in namespace:logging

Completed in 175 milliseconds