Logging            22 chrome/browser/ui/cocoa/about_ipc_dialog.h class AboutIPCBridge : public IPC::Logging::Consumer {
Logging            57 chrome/renderer/media/cast_session_delegate.cc       cast_environment_->Logging()->RemoveRawEventSubscriber(
Logging            61 chrome/renderer/media/cast_session_delegate.cc       cast_environment_->Logging()->RemoveRawEventSubscriber(
Logging           153 chrome/renderer/media/cast_session_delegate.cc         cast_environment_->Logging()->AddRawEventSubscriber(
Logging           159 chrome/renderer/media/cast_session_delegate.cc         cast_environment_->Logging()->AddRawEventSubscriber(
Logging           166 chrome/renderer/media/cast_session_delegate.cc         cast_environment_->Logging()->AddRawEventSubscriber(
Logging           172 chrome/renderer/media/cast_session_delegate.cc         cast_environment_->Logging()->AddRawEventSubscriber(
Logging           179 chrome/renderer/media/cast_session_delegate.cc         cast_environment_->Logging()->RemoveRawEventSubscriber(
Logging           184 chrome/renderer/media/cast_session_delegate.cc         cast_environment_->Logging()->RemoveRawEventSubscriber(
Logging           190 chrome/renderer/media/cast_session_delegate.cc         cast_environment_->Logging()->RemoveRawEventSubscriber(
Logging           195 chrome/renderer/media/cast_session_delegate.cc         cast_environment_->Logging()->RemoveRawEventSubscriber(
Logging           293 chrome/renderer/media/cast_session_delegate.cc     cast_environment_->Logging()->InsertPacketEvent(it->timestamp,
Logging            19 chrome/service/service_ipc_server.cc   IPC::Logging::GetInstance()->SetIPCSender(this);
Logging            42 chrome/service/service_ipc_server.cc   IPC::Logging::GetInstance()->SetIPCSender(NULL);
Logging            21 chrome/test/chromedriver/logging_unittest.cc TEST(Logging, NameLevelConversionHappy) {
Logging            31 chrome/test/chromedriver/logging_unittest.cc TEST(Logging, NameToLevelErrors) {
Logging            99 chrome/test/chromedriver/logging_unittest.cc TEST(Logging, CreatePerformanceLog) {
Logging           114 chrome/test/chromedriver/logging_unittest.cc TEST(Logging, IgnoreUnknownLogType) {
Logging           127 chrome/test/chromedriver/logging_unittest.cc TEST(Logging, DefaultLogs) {
Logging           139 chrome/test/chromedriver/logging_unittest.cc TEST(Logging, GetFirstErrorMessage) {
Logging            31 content/browser/browser_ipc_logging.cc     IPC::Logging::GetInstance()->Enable();
Logging            33 content/browser/browser_ipc_logging.cc     IPC::Logging::GetInstance()->Disable();
Logging          1446 content/browser/renderer_host/render_process_host_impl.cc       IPC::Logging::GetInstance()->Enabled()));
Logging           223 content/child/child_thread.cc   IPC::Logging::GetInstance();
Logging           234 content/child/child_thread.cc     IPC::Logging::GetInstance()->SetIPCSender(this);
Logging           316 content/child/child_thread.cc   IPC::Logging::GetInstance()->SetIPCSender(NULL);
Logging           458 content/child/child_thread.cc     IPC::Logging::GetInstance()->Enable();
Logging           460 content/child/child_thread.cc     IPC::Logging::GetInstance()->Disable();
Logging           176 content/common/child_process_host_impl.cc   bool enabled = IPC::Logging::GetInstance()->Enabled();
Logging           231 content/common/child_process_host_impl.cc   IPC::Logging* logger = IPC::Logging::GetInstance();
Logging            31 content/common/content_ipc_logging.cc     IPC::Logging::set_log_function_map(g_log_function_mapping.Pointer());
Logging           204 ipc/ipc_channel_nacl.cc   Logging::GetInstance()->OnSendMessage(message_ptr.get(), "");
Logging           535 ipc/ipc_channel_posix.cc   Logging::GetInstance()->OnSendMessage(message, "");
Logging           167 ipc/ipc_channel_proxy.cc   Logging* logger = Logging::GetInstance();
Logging           349 ipc/ipc_channel_proxy.cc   Logging* logger = Logging::GetInstance();
Logging           476 ipc/ipc_channel_proxy.cc   Logging::GetInstance()->OnSendMessage(message, context_->channel_id());
Logging            83 ipc/ipc_channel_reader.cc       Logging* logger = Logging::GetInstance();
Logging            90 ipc/ipc_channel_win.cc   Logging::GetInstance()->OnSendMessage(message, "");
Logging            40 ipc/ipc_logging.cc LogFunctionMap* Logging::log_function_map_;
Logging            42 ipc/ipc_logging.cc Logging::Logging()
Logging            75 ipc/ipc_logging.cc Logging::~Logging() {
Logging            78 ipc/ipc_logging.cc Logging* Logging::GetInstance() {
Logging            79 ipc/ipc_logging.cc   return Singleton<Logging>::get();
Logging            82 ipc/ipc_logging.cc void Logging::SetConsumer(Consumer* consumer) {
Logging            86 ipc/ipc_logging.cc void Logging::Enable() {
Logging            90 ipc/ipc_logging.cc void Logging::Disable() {
Logging            94 ipc/ipc_logging.cc void Logging::OnSendLogs() {
Logging           106 ipc/ipc_logging.cc void Logging::SetIPCSender(IPC::Sender* sender) {
Logging           110 ipc/ipc_logging.cc void Logging::OnReceivedLoggingMessage(const Message& message) {
Logging           121 ipc/ipc_logging.cc void Logging::OnSendMessage(Message* message, const std::string& channel_id) {
Logging           146 ipc/ipc_logging.cc void Logging::OnPreDispatchMessage(const Message& message) {
Logging           150 ipc/ipc_logging.cc void Logging::OnPostDispatchMessage(const Message& message,
Logging           165 ipc/ipc_logging.cc         FROM_HERE, base::Bind(&Logging::Log, base::Unretained(this), data));
Logging           169 ipc/ipc_logging.cc void Logging::GetMessageText(uint32 type, std::string* name,
Logging           188 ipc/ipc_logging.cc const char* Logging::ANSIEscape(ANSIColor color) {
Logging           214 ipc/ipc_logging.cc Logging::ANSIColor Logging::DelayColor(double delay) {
Logging           224 ipc/ipc_logging.cc void Logging::Log(const LogData& data) {
Logging           236 ipc/ipc_logging.cc             base::Bind(&Logging::OnSendLogs, base::Unretained(this)),
Logging           278 ipc/ipc_logging.cc     Logging::GetMessageText(data->type, NULL, &message, &params);
Logging           298 ipc/ipc_logging.cc     Logging::GetMessageText(message.type(), &message_name, &message,
Logging            36 ipc/ipc_logging.h class IPC_EXPORT Logging {
Logging            49 ipc/ipc_logging.h   ~Logging();
Logging            50 ipc/ipc_logging.h   static Logging* GetInstance();
Logging           102 ipc/ipc_logging.h   friend struct DefaultSingletonTraits<Logging>;
Logging           103 ipc/ipc_logging.h   Logging();
Logging           442 ipc/ipc_sync_channel.cc   Logging* logger = Logging::GetInstance();
Logging            53 media/cast/audio_receiver/audio_receiver.cc   cast_environment_->Logging()->AddRawEventSubscriber(&event_subscriber_);
Logging            69 media/cast/audio_receiver/audio_receiver.cc   cast_environment_->Logging()->RemoveRawEventSubscriber(&event_subscriber_);
Logging            86 media/cast/audio_receiver/audio_receiver.cc   cast_environment_->Logging()->InsertPacketEvent(
Logging           102 media/cast/audio_receiver/audio_receiver.cc     cast_environment_->Logging()->InsertPacketEvent(
Logging           160 media/cast/audio_receiver/audio_receiver.cc     cast_environment->Logging()->InsertFrameEvent(
Logging           162 media/cast/audio_receiver/audio_receiver.cc     cast_environment->Logging()->InsertFrameEventWithDelay(
Logging           271 media/cast/audio_receiver/audio_receiver.cc   cast_environment_->Logging()->InsertFrameEvent(
Logging           121 media/cast/audio_receiver/audio_receiver_unittest.cc   cast_environment_->Logging()->AddRawEventSubscriber(&event_subscriber);
Logging           150 media/cast/audio_receiver/audio_receiver_unittest.cc   cast_environment_->Logging()->RemoveRawEventSubscriber(&event_subscriber);
Logging            29 media/cast/audio_sender/audio_encoder.cc   cast_environment->Logging()->InsertFrameEvent(
Logging            62 media/cast/cast_environment.h   LoggingImpl* Logging() const { return logging_.get(); }
Logging            89 media/cast/cast_receiver_impl.cc              cast_environment->Logging(),
Logging            46 media/cast/logging/encoding_event_subscriber_unittest.cc     cast_environment_->Logging()->AddRawEventSubscriber(
Logging            52 media/cast/logging/encoding_event_subscriber_unittest.cc       cast_environment_->Logging()->RemoveRawEventSubscriber(
Logging            80 media/cast/logging/encoding_event_subscriber_unittest.cc     cast_environment_->Logging()->InsertFrameEvent(now,
Logging            84 media/cast/logging/encoding_event_subscriber_unittest.cc     cast_environment_->Logging()->InsertFrameEvent(now,
Logging           104 media/cast/logging/encoding_event_subscriber_unittest.cc     cast_environment_->Logging()->InsertPacketEvent(now,
Logging           125 media/cast/logging/encoding_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertFrameEvent(now,
Logging           131 media/cast/logging/encoding_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertFrameEvent(now,
Logging           156 media/cast/logging/encoding_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertFrameEvent(now, kVideoFrameDecoded,
Logging           189 media/cast/logging/encoding_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertFrameEventWithDelay(
Logging           219 media/cast/logging/encoding_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertFrameEventWithSize(
Logging           249 media/cast/logging/encoding_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertFrameEventWithDelay(
Logging           255 media/cast/logging/encoding_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertFrameEventWithSize(
Logging           261 media/cast/logging/encoding_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertFrameEvent(
Logging           305 media/cast/logging/encoding_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertPacketEvent(
Logging           340 media/cast/logging/encoding_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertPacketEvent(now1,
Logging           350 media/cast/logging/encoding_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertPacketEvent(now2,
Logging           390 media/cast/logging/encoding_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertPacketEvent(now1,
Logging           400 media/cast/logging/encoding_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertPacketEvent(now2,
Logging           446 media/cast/logging/encoding_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertPacketEvent(now1,
Logging           456 media/cast/logging/encoding_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertPacketEvent(now2,
Logging           508 media/cast/logging/encoding_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertFrameEvent(now,
Logging           513 media/cast/logging/encoding_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertFrameEvent(now,
Logging           529 media/cast/logging/encoding_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertFrameEvent(now,
Logging           543 media/cast/logging/encoding_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertFrameEvent(now,
Logging           549 media/cast/logging/encoding_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertFrameEvent(now,
Logging            28 media/cast/logging/simple_event_subscriber_unittest.cc     cast_environment_->Logging()->AddRawEventSubscriber(&event_subscriber_);
Logging            32 media/cast/logging/simple_event_subscriber_unittest.cc     cast_environment_->Logging()->RemoveRawEventSubscriber(&event_subscriber_);
Logging            43 media/cast/logging/simple_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertFrameEventWithSize(
Logging            46 media/cast/logging/simple_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertFrameEventWithDelay(
Logging            49 media/cast/logging/simple_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertFrameEvent(
Logging            54 media/cast/logging/simple_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertPacketEvent(
Logging            57 media/cast/logging/simple_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertPacketEvent(
Logging            60 media/cast/logging/simple_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertPacketEvent(
Logging            65 media/cast/logging/simple_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertGenericEvent(testing_clock_->NowTicks(),
Logging            31 media/cast/logging/stats_event_subscriber_unittest.cc       cast_environment_->Logging()->RemoveRawEventSubscriber(subscriber_.get());
Logging            37 media/cast/logging/stats_event_subscriber_unittest.cc     cast_environment_->Logging()->AddRawEventSubscriber(subscriber_.get());
Logging            56 media/cast/logging/stats_event_subscriber_unittest.cc     cast_environment_->Logging()->InsertFrameEvent(
Logging            60 media/cast/logging/stats_event_subscriber_unittest.cc     cast_environment_->Logging()->InsertFrameEventWithSize(
Logging            64 media/cast/logging/stats_event_subscriber_unittest.cc     cast_environment_->Logging()->InsertFrameEventWithDelay(
Logging           110 media/cast/logging/stats_event_subscriber_unittest.cc     cast_environment_->Logging()->InsertPacketEvent(now,
Logging           139 media/cast/logging/stats_event_subscriber_unittest.cc     cast_environment_->Logging()->InsertGenericEvent(
Logging           160 media/cast/logging/stats_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertFrameEvent(
Logging            40 media/cast/rtcp/receiver_rtcp_event_subscriber_unittest.cc       cast_environment_->Logging()->RemoveRawEventSubscriber(
Logging            48 media/cast/rtcp/receiver_rtcp_event_subscriber_unittest.cc     cast_environment_->Logging()->AddRawEventSubscriber(
Logging            54 media/cast/rtcp/receiver_rtcp_event_subscriber_unittest.cc     cast_environment_->Logging()->InsertFrameEventWithDelay(
Logging            57 media/cast/rtcp/receiver_rtcp_event_subscriber_unittest.cc     cast_environment_->Logging()->InsertFrameEvent(
Logging            60 media/cast/rtcp/receiver_rtcp_event_subscriber_unittest.cc     cast_environment_->Logging()->InsertPacketEvent(
Logging            66 media/cast/rtcp/receiver_rtcp_event_subscriber_unittest.cc     cast_environment_->Logging()->InsertFrameEventWithDelay(
Logging            69 media/cast/rtcp/receiver_rtcp_event_subscriber_unittest.cc     cast_environment_->Logging()->InsertFrameEvent(
Logging            72 media/cast/rtcp/receiver_rtcp_event_subscriber_unittest.cc     cast_environment_->Logging()->InsertPacketEvent(
Logging            78 media/cast/rtcp/receiver_rtcp_event_subscriber_unittest.cc     cast_environment_->Logging()->InsertFrameEvent(
Logging            81 media/cast/rtcp/receiver_rtcp_event_subscriber_unittest.cc     cast_environment_->Logging()->InsertFrameEvent(
Logging            84 media/cast/rtcp/receiver_rtcp_event_subscriber_unittest.cc     cast_environment_->Logging()->InsertGenericEvent(testing_clock_->NowTicks(),
Logging           116 media/cast/rtcp/receiver_rtcp_event_subscriber_unittest.cc     cast_environment_->Logging()->InsertFrameEvent(
Logging            85 media/cast/rtcp/rtcp.cc             cast_environment_->Logging()->InsertPacketEvent(
Logging            93 media/cast/rtcp/rtcp.cc             cast_environment_->Logging()->InsertFrameEvent(
Logging            99 media/cast/rtcp/rtcp.cc             cast_environment_->Logging()->InsertFrameEventWithDelay(
Logging           147 media/cast/rtcp/rtcp.cc       cast_environment_->Logging()->InsertFrameEvent(
Logging           262 media/cast/rtcp/rtcp.cc       cast_environment_->Logging()->InsertGenericEvent(now, kJitterMs,
Logging           264 media/cast/rtcp/rtcp.cc       cast_environment_->Logging()->InsertGenericEvent(
Logging           453 media/cast/rtcp/rtcp.cc   cast_environment_->Logging()->InsertGenericEvent(now, kRttMs,
Logging           239 media/cast/rtcp/rtcp_receiver.cc   cast_environment_->Logging()->InsertGenericEvent(
Logging           241 media/cast/rtcp/rtcp_receiver.cc   cast_environment_->Logging()->InsertGenericEvent(now, kJitterMs, rb.jitter);
Logging           461 media/cast/rtcp/rtcp_sender.cc   cast_environment_->Logging()->InsertGenericEvent(
Logging            35 media/cast/rtcp/sender_rtcp_event_subscriber_unittest.cc     cast_environment_->Logging()->AddRawEventSubscriber(&event_subscriber_);
Logging            39 media/cast/rtcp/sender_rtcp_event_subscriber_unittest.cc     cast_environment_->Logging()->RemoveRawEventSubscriber(&event_subscriber_);
Logging            49 media/cast/rtcp/sender_rtcp_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertFrameEvent(testing_clock_->NowTicks(),
Logging            51 media/cast/rtcp/sender_rtcp_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertFrameEvent(testing_clock_->NowTicks(),
Logging            53 media/cast/rtcp/sender_rtcp_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertFrameEvent(
Logging            55 media/cast/rtcp/sender_rtcp_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertFrameEvent(testing_clock_->NowTicks(),
Logging            57 media/cast/rtcp/sender_rtcp_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertFrameEvent(testing_clock_->NowTicks(),
Logging            59 media/cast/rtcp/sender_rtcp_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertFrameEvent(
Logging            81 media/cast/rtcp/sender_rtcp_event_subscriber_unittest.cc   cast_environment_->Logging()->InsertFrameEvent(testing_clock_->NowTicks(),
Logging            95 media/cast/rtcp/sender_rtcp_event_subscriber_unittest.cc     cast_environment_->Logging()->InsertFrameEvent(
Logging           107 media/cast/rtcp/sender_rtcp_event_subscriber_unittest.cc     cast_environment_->Logging()->InsertFrameEvent(
Logging           421 media/cast/test/end2end_unittest.cc     cast_environment_sender_->Logging()->AddRawEventSubscriber(
Logging           567 media/cast/test/end2end_unittest.cc     cast_environment_sender_->Logging()->RemoveRawEventSubscriber(
Logging           606 media/cast/test/end2end_unittest.cc       cast_environment_sender_->Logging()->InsertPacketEvent(it->timestamp,
Logging           352 media/cast/test/sender.cc     cast_environment->Logging()->InsertPacketEvent(it->timestamp,
Logging           409 media/cast/test/sender.cc   cast_environment->Logging()->RemoveRawEventSubscriber(
Logging           411 media/cast/test/sender.cc   cast_environment->Logging()->RemoveRawEventSubscriber(
Logging           536 media/cast/test/sender.cc     cast_environment->Logging()->AddRawEventSubscriber(
Logging           538 media/cast/test/sender.cc     cast_environment->Logging()->AddRawEventSubscriber(
Logging            24 media/cast/video_receiver/codecs/vp8/vp8_decoder.cc   cast_environment->Logging()->InsertFrameEvent(
Logging            96 media/cast/video_receiver/video_receiver.cc   cast_environment_->Logging()->AddRawEventSubscriber(&event_subscriber_);
Logging           101 media/cast/video_receiver/video_receiver.cc   cast_environment_->Logging()->RemoveRawEventSubscriber(&event_subscriber_);
Logging           219 media/cast/video_receiver/video_receiver.cc   cast_environment_->Logging()->InsertFrameEventWithDelay(
Logging           400 media/cast/video_receiver/video_receiver.cc   cast_environment_->Logging()->InsertPacketEvent(
Logging           414 media/cast/video_receiver/video_receiver.cc     cast_environment_->Logging()->InsertPacketEvent(
Logging           447 media/cast/video_receiver/video_receiver.cc   cast_environment_->Logging()->InsertFrameEvent(
Logging           125 media/cast/video_receiver/video_receiver_unittest.cc   cast_environment_->Logging()->AddRawEventSubscriber(&event_subscriber);
Logging           156 media/cast/video_receiver/video_receiver_unittest.cc   cast_environment_->Logging()->RemoveRawEventSubscriber(&event_subscriber);
Logging            33 media/cast/video_sender/external_video_encoder.cc   cast_environment->Logging()->InsertFrameEvent(
Logging           402 media/cast/video_sender/external_video_encoder.cc   cast_environment_->Logging()->InsertFrameEvent(
Logging           115 media/cast/video_sender/video_encoder_impl.cc   cast_environment_->Logging()->InsertFrameEvent(
Logging           109 media/cast/video_sender/video_sender.cc   cast_environment_->Logging()->AddRawEventSubscriber(&event_subscriber_);
Logging           118 media/cast/video_sender/video_sender.cc   cast_environment_->Logging()->RemoveRawEventSubscriber(&event_subscriber_);
Logging           137 media/cast/video_sender/video_sender.cc   cast_environment_->Logging()->InsertFrameEvent(
Logging           139 media/cast/video_sender/video_sender.cc   cast_environment_->Logging()->InsertFrameEvent(
Logging           171 media/cast/video_sender/video_sender.cc   cast_environment_->Logging()->InsertFrameEvent(last_send_time_,
Logging           356 media/cast/video_sender/video_sender.cc     cast_environment_->Logging()->InsertGenericEvent(
Logging           420 media/cast/video_sender/video_sender.cc   cast_environment_->Logging()->InsertFrameEvent(
Logging           295 media/cast/video_sender/video_sender_unittest.cc   cast_environment_->Logging()->AddRawEventSubscriber(&event_subscriber);
Logging           320 media/cast/video_sender/video_sender_unittest.cc   cast_environment_->Logging()->RemoveRawEventSubscriber(&event_subscriber);
Logging           326 ppapi/proxy/plugin_main_irt.cc   IPC::Logging::set_log_function_map(&g_log_function_mapping);