channel           124 chrome/app/client_util.cc   const base::string16 channel(GoogleUpdateSettings::GetChromeChannel(
channel           126 chrome/app/client_util.cc   double threshold = (channel == installer::kChromeChannelStable) ? 0.01 : 0.10;
channel            52 chrome/browser/android/chrome_startup_flags.cc   chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
channel            53 chrome/browser/android/chrome_startup_flags.cc   if (channel == chrome::VersionInfo::CHANNEL_UNKNOWN ||
channel            54 chrome/browser/android/chrome_startup_flags.cc       channel == chrome::VersionInfo::CHANNEL_CANARY ||
channel            55 chrome/browser/android/chrome_startup_flags.cc       channel == chrome::VersionInfo::CHANNEL_DEV) {
channel            60 chrome/browser/android/chrome_startup_flags.cc   if (channel == chrome::VersionInfo::CHANNEL_UNKNOWN ||
channel            61 chrome/browser/android/chrome_startup_flags.cc       channel == chrome::VersionInfo::CHANNEL_CANARY ||
channel            62 chrome/browser/android/chrome_startup_flags.cc       channel == chrome::VersionInfo::CHANNEL_DEV) {
channel           189 chrome/browser/apps/app_window_browsertest.cc   extensions::ScopedCurrentChannel channel(chrome::VersionInfo::CHANNEL_STABLE);
channel           258 chrome/browser/apps/app_window_browsertest.cc   extensions::ScopedCurrentChannel channel(chrome::VersionInfo::CHANNEL_STABLE);
channel           156 chrome/browser/chrome_browser_main_win.cc   chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
channel           159 chrome/browser/chrome_browser_main_win.cc   if (user_enabled || channel == chrome::VersionInfo::CHANNEL_CANARY) {
channel          2735 chrome/browser/chrome_content_browser_client.cc   chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
channel          2739 chrome/browser/chrome_content_browser_client.cc   return channel <= chrome::VersionInfo::CHANNEL_DEV;
channel          2749 chrome/browser/chrome_content_browser_client.cc     VersionInfo::Channel channel) {
channel          2757 chrome/browser/chrome_content_browser_client.cc   if (channel <= kMaxDisableEncryptionChannel) {
channel           294 chrome/browser/chrome_content_browser_client.h       VersionInfo::Channel channel);
channel            47 chrome/browser/chrome_content_browser_client_unittest.cc   void MaybeCopyDisableWebRtcEncryptionSwitch(VersionInfo::Channel channel) {
channel            51 chrome/browser/chrome_content_browser_client_unittest.cc         channel);
channel           382 chrome/browser/chromeos/chrome_browser_main_chromeos.cc   std::string channel;
channel           383 chrome/browser/chromeos/chrome_browser_main_chromeos.cc   if (base::SysInfo::GetLsbReleaseValue(kChromeOSReleaseTrack, &channel))
channel           384 chrome/browser/chromeos/chrome_browser_main_chromeos.cc     chrome::VersionInfo::SetChannel(channel);
channel           463 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc       std::string channel(container.release_channel());
channel           467 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc                     new base::StringValue(channel),
channel           473 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc           SetChannel(channel, false);
channel           159 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   if (params->profile.channel.get())
channel           160 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc     options.channel = *params->profile.channel.get();
channel           223 chrome/browser/extensions/api/cast_channel/cast_channel_api.cc       params_->channel.channel_id);
channel           234 chrome/browser/extensions/api/cast_channel/cast_channel_api.cc     SetResultFromSocket(params_->channel.channel_id);
channel           251 chrome/browser/extensions/api/cast_channel/cast_channel_api.cc       params_->channel.channel_id);
channel           262 chrome/browser/extensions/api/cast_channel/cast_channel_api.cc     int channel_id = params_->channel.channel_id;
channel           335 chrome/browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc   ScopedCurrentChannel channel(chrome::VersionInfo::CHANNEL_UNKNOWN);
channel           383 chrome/browser/extensions/api/messaging/message_service.cc   scoped_ptr<MessageChannel> channel(new MessageChannel());
channel           384 chrome/browser/extensions/api/messaging/message_service.cc   channel->opener.reset(new ExtensionMessagePort(source, MSG_ROUTING_CONTROL,
channel           407 chrome/browser/extensions/api/messaging/message_service.cc   channel->receiver.reset(new NativeMessagePort(native_process.release()));
channel           410 chrome/browser/extensions/api/messaging/message_service.cc   channel->opener->IncrementLazyKeepaliveCount();
channel           412 chrome/browser/extensions/api/messaging/message_service.cc   AddChannel(channel.release(), receiver_port_id);
channel           477 chrome/browser/extensions/api/messaging/message_service.cc   MessageChannel* channel(new MessageChannel);
channel           478 chrome/browser/extensions/api/messaging/message_service.cc   channel->opener.reset(new ExtensionMessagePort(params->source,
channel           481 chrome/browser/extensions/api/messaging/message_service.cc   channel->receiver.reset(params->receiver.release());
channel           483 chrome/browser/extensions/api/messaging/message_service.cc   CHECK(channel->receiver->GetRenderProcessHost());
channel           485 chrome/browser/extensions/api/messaging/message_service.cc   AddChannel(channel, params->receiver_port_id);
channel           487 chrome/browser/extensions/api/messaging/message_service.cc   CHECK(channel->receiver->GetRenderProcessHost());
channel           491 chrome/browser/extensions/api/messaging/message_service.cc   channel->receiver->DispatchOnConnect(params->receiver_port_id,
channel           500 chrome/browser/extensions/api/messaging/message_service.cc   channel->opener->IncrementLazyKeepaliveCount();
channel           501 chrome/browser/extensions/api/messaging/message_service.cc   channel->receiver->IncrementLazyKeepaliveCount();
channel           505 chrome/browser/extensions/api/messaging/message_service.cc void MessageService::AddChannel(MessageChannel* channel, int receiver_port_id) {
channel           508 chrome/browser/extensions/api/messaging/message_service.cc   channels_[channel_id] = channel;
channel           536 chrome/browser/extensions/api/messaging/message_service.cc   MessageChannel* channel = channel_iter->second;
channel           541 chrome/browser/extensions/api/messaging/message_service.cc         channel->receiver.get() : channel->opener.get();
channel           547 chrome/browser/extensions/api/messaging/message_service.cc   channel->opener->DecrementLazyKeepaliveCount();
channel           548 chrome/browser/extensions/api/messaging/message_service.cc   channel->receiver->DecrementLazyKeepaliveCount();
channel           647 chrome/browser/extensions/api/messaging/message_service.cc                                      MessageChannel* channel,
channel           652 chrome/browser/extensions/api/messaging/message_service.cc       channel->opener.get() : channel->receiver.get();
channel           193 chrome/browser/extensions/api/messaging/message_service.h   void AddChannel(MessageChannel* channel, int receiver_port_id);
channel           216 chrome/browser/extensions/api/messaging/message_service.h   void DispatchMessage(int port_id, MessageChannel* channel,
channel           554 chrome/browser/history/thumbnail_database.cc   chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
channel           555 chrome/browser/history/thumbnail_database.cc   if (channel != chrome::VersionInfo::CHANNEL_STABLE &&
channel           556 chrome/browser/history/thumbnail_database.cc       channel != chrome::VersionInfo::CHANNEL_BETA) {
channel          1153 chrome/browser/io_thread.cc   chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
channel          1157 chrome/browser/io_thread.cc   if (channel == chrome::VersionInfo::CHANNEL_STABLE ||
channel          1158 chrome/browser/io_thread.cc       channel == chrome::VersionInfo::CHANNEL_BETA) {
channel          1185 chrome/browser/io_thread.cc   chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
channel          1189 chrome/browser/io_thread.cc   if (channel == chrome::VersionInfo::CHANNEL_STABLE ||
channel          1190 chrome/browser/io_thread.cc       channel == chrome::VersionInfo::CHANNEL_BETA) {
channel            76 chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc   VersionInfo::Channel channel = VersionInfo::GetChannel();
channel            77 chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc   if (channel == VersionInfo::CHANNEL_UNKNOWN ||
channel            78 chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc       channel == VersionInfo::CHANNEL_CANARY ||
channel            79 chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc       channel == VersionInfo::CHANNEL_DEV) {
channel            83 chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc   if (channel == VersionInfo::CHANNEL_BETA)
channel           271 chrome/browser/media/media_capture_devices_dispatcher.cc   chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
channel           272 chrome/browser/media/media_capture_devices_dispatcher.cc   if (channel == chrome::VersionInfo::CHANNEL_CANARY ||
channel           273 chrome/browser/media/media_capture_devices_dispatcher.cc       channel == chrome::VersionInfo::CHANNEL_UNKNOWN) {
channel           537 chrome/browser/metrics/thread_watcher.cc   chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
channel           538 chrome/browser/metrics/thread_watcher.cc   if (channel == chrome::VersionInfo::CHANNEL_STABLE) {
channel           540 chrome/browser/metrics/thread_watcher.cc   } else if (channel == chrome::VersionInfo::CHANNEL_BETA) {
channel           559 chrome/browser/metrics/thread_watcher.cc   } else if (channel != chrome::VersionInfo::CHANNEL_STABLE) {
channel           574 chrome/browser/metrics/thread_watcher.cc   if (channel != chrome::VersionInfo::CHANNEL_CANARY ||
channel          1000 chrome/browser/metrics/thread_watcher.cc   chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
channel          1001 chrome/browser/metrics/thread_watcher.cc   if (channel == chrome::VersionInfo::CHANNEL_STABLE) {
channel          1003 chrome/browser/metrics/thread_watcher.cc   } else if (channel == chrome::VersionInfo::CHANNEL_BETA ||
channel          1004 chrome/browser/metrics/thread_watcher.cc              channel == chrome::VersionInfo::CHANNEL_DEV) {
channel           477 chrome/browser/net/http_pipelining_compatibility_client.cc   chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
channel           478 chrome/browser/net/http_pipelining_compatibility_client.cc   if (channel == chrome::VersionInfo::CHANNEL_CANARY) {
channel           480 chrome/browser/net/http_pipelining_compatibility_client.cc   } else if (channel == chrome::VersionInfo::CHANNEL_DEV) {
channel           878 chrome/browser/net/network_stats.cc     chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
channel           879 chrome/browser/net/network_stats.cc     if (channel == chrome::VersionInfo::CHANNEL_CANARY) {
channel           882 chrome/browser/net/network_stats.cc     } else if (channel == chrome::VersionInfo::CHANNEL_DEV) {
channel           885 chrome/browser/net/network_stats.cc     } else if (channel == chrome::VersionInfo::CHANNEL_BETA) {
channel            38 chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.cc   chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
channel            39 chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.cc   if (channel == chrome::VersionInfo::CHANNEL_UNKNOWN ||
channel            40 chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.cc       channel == chrome::VersionInfo::CHANNEL_DEV ||
channel            41 chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.cc       channel == chrome::VersionInfo::CHANNEL_CANARY)
channel            88 chrome/browser/prerender/prerender_field_trial.cc   chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
channel            89 chrome/browser/prerender/prerender_field_trial.cc   if (channel == chrome::VersionInfo::CHANNEL_STABLE ||
channel            90 chrome/browser/prerender/prerender_field_trial.cc       channel == chrome::VersionInfo::CHANNEL_BETA) {
channel           227 chrome/browser/prerender/prerender_field_trial.cc   chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
channel           228 chrome/browser/prerender/prerender_field_trial.cc   if (channel == chrome::VersionInfo::CHANNEL_STABLE ||
channel           229 chrome/browser/prerender/prerender_field_trial.cc       channel == chrome::VersionInfo::CHANNEL_BETA) {
channel            60 chrome/browser/service_process/service_process_control.cc void ServiceProcessControl::SetChannel(IPC::ChannelProxy* channel) {
channel            61 chrome/browser/service_process/service_process_control.cc   channel_.reset(channel);
channel           204 chrome/browser/service_process/service_process_control.h   void SetChannel(IPC::ChannelProxy* channel);
channel            64 chrome/browser/services/gcm/gcm_profile_service.cc   chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
channel            65 chrome/browser/services/gcm/gcm_profile_service.cc   switch (channel) {
channel           425 chrome/browser/services/gcm/gcm_profile_service.cc   chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
channel           427 chrome/browser/services/gcm/gcm_profile_service.cc   if (channel == chrome::VersionInfo::CHANNEL_UNKNOWN ||
channel           428 chrome/browser/services/gcm/gcm_profile_service.cc       channel == chrome::VersionInfo::CHANNEL_CANARY ||
channel           429 chrome/browser/services/gcm/gcm_profile_service.cc       channel == chrome::VersionInfo::CHANNEL_DEV) {
channel            16 chrome/browser/sync/glue/chrome_report_unrecoverable_error.cc   chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
channel            17 chrome/browser/sync/glue/chrome_report_unrecoverable_error.cc   if (channel != chrome::VersionInfo::CHANNEL_CANARY &&
channel            18 chrome/browser/sync/glue/chrome_report_unrecoverable_error.cc       channel != chrome::VersionInfo::CHANNEL_DEV) {
channel            27 chrome/browser/sync/glue/device_info.cc std::string ChannelToString(chrome::VersionInfo::Channel channel) {
channel            28 chrome/browser/sync/glue/device_info.cc   switch (channel) {
channel           210 chrome/browser/sync/profile_sync_service.cc   chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
channel           211 chrome/browser/sync/profile_sync_service.cc   if (channel == chrome::VersionInfo::CHANNEL_STABLE ||
channel           212 chrome/browser/sync/profile_sync_service.cc       channel == chrome::VersionInfo::CHANNEL_BETA) {
channel           358 chrome/browser/ui/hung_plugin_tab_helper.cc     chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
channel           359 chrome/browser/ui/hung_plugin_tab_helper.cc     if (channel == chrome::VersionInfo::CHANNEL_CANARY) {
channel           133 chrome/browser/ui/panels/panel_manager.cc   chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
channel           134 chrome/browser/ui/panels/panel_manager.cc   if (channel == chrome::VersionInfo::CHANNEL_STABLE ||
channel           135 chrome/browser/ui/panels/panel_manager.cc       channel == chrome::VersionInfo::CHANNEL_BETA) {
channel           291 chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc   chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
channel           292 chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc   if (channel == chrome::VersionInfo::CHANNEL_STABLE ||
channel           293 chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc       channel == chrome::VersionInfo::CHANNEL_BETA) {
channel           188 chrome/browser/ui/webui/flags_ui.cc   chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
channel           190 chrome/browser/ui/webui/flags_ui.cc                      channel == chrome::VersionInfo::CHANNEL_STABLE);
channel           192 chrome/browser/ui/webui/flags_ui.cc                      channel == chrome::VersionInfo::CHANNEL_BETA);
channel           421 chrome/browser/ui/webui/help/help_handler.cc   base::string16 channel;
channel           423 chrome/browser/ui/webui/help/help_handler.cc   if (!args->GetString(0, &channel) ||
channel           429 chrome/browser/ui/webui/help/help_handler.cc   version_updater_->SetChannel(base::UTF16ToUTF8(channel),
channel           545 chrome/browser/ui/webui/help/help_handler.cc void HelpHandler::OnCurrentChannel(const std::string& channel) {
channel           547 chrome/browser/ui/webui/help/help_handler.cc       "help.HelpPage.updateCurrentChannel", base::StringValue(channel));
channel           550 chrome/browser/ui/webui/help/help_handler.cc void HelpHandler::OnTargetChannel(const std::string& channel) {
channel           552 chrome/browser/ui/webui/help/help_handler.cc       "help.HelpPage.updateTargetChannel", base::StringValue(channel));
channel            82 chrome/browser/ui/webui/help/help_handler.h   void OnCurrentChannel(const std::string& channel);
channel            83 chrome/browser/ui/webui/help/help_handler.h   void OnTargetChannel(const std::string& channel);
channel            78 chrome/browser/ui/webui/help/version_updater.h   virtual void SetChannel(const std::string& channel,
channel           129 chrome/browser/ui/webui/help/version_updater_chromeos.cc void VersionUpdaterCros::SetChannel(const std::string& channel,
channel           133 chrome/browser/ui/webui/help/version_updater_chromeos.cc     CrosSettings::Get()->SetString(chromeos::kReleaseChannel, channel);
channel           136 chrome/browser/ui/webui/help/version_updater_chromeos.cc       SetChannel(channel, is_powerwash_allowed);
channel            19 chrome/browser/ui/webui/help/version_updater_chromeos.h   virtual void SetChannel(const std::string& channel,
channel            97 chrome/browser/upgrade_detector_impl.cc   chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
channel            98 chrome/browser/upgrade_detector_impl.cc   return channel == chrome::VersionInfo::CHANNEL_DEV ||
channel            99 chrome/browser/upgrade_detector_impl.cc          channel == chrome::VersionInfo::CHANNEL_CANARY;
channel            86 chrome/browser/web_resource/notification_promo.cc   const chrome::VersionInfo::Channel channel =
channel            88 chrome/browser/web_resource/notification_promo.cc   switch (channel) {
channel            79 chrome/common/chrome_version_info.h   static void SetChannel(const std::string& channel);
channel            36 chrome/common/chrome_version_info_chromeos.cc void VersionInfo::SetChannel(const std::string& channel) {
channel            38 chrome/common/chrome_version_info_chromeos.cc   if (channel == "stable-channel") {
channel            40 chrome/common/chrome_version_info_chromeos.cc   } else if (channel == "beta-channel") {
channel            42 chrome/common/chrome_version_info_chromeos.cc   } else if (channel == "dev-channel") {
channel            44 chrome/common/chrome_version_info_chromeos.cc   } else if (channel == "canary-channel") {
channel            47 chrome/common/chrome_version_info_posix.cc   std::string channel = GetVersionStringModifier();
channel            50 chrome/common/chrome_version_info_posix.cc   if (channel.empty()) {
channel            52 chrome/common/chrome_version_info_posix.cc   } else if (StartsWithASCII(channel, "beta ", true)) {
channel            54 chrome/common/chrome_version_info_posix.cc   } else if (StartsWithASCII(channel, "dev ", true)) {
channel            56 chrome/common/chrome_version_info_posix.cc   } else if (StartsWithASCII(channel, "canary ", true)) {
channel            22 chrome/common/chrome_version_info_win.cc   base::string16 channel;
channel            28 chrome/common/chrome_version_info_win.cc                                                        &channel);
channel            32 chrome/common/chrome_version_info_win.cc     channel += L" SyzyASan";
channel            34 chrome/common/chrome_version_info_win.cc   return base::UTF16ToASCII(channel);
channel            43 chrome/common/chrome_version_info_win.cc   std::wstring channel(L"unknown");
channel            49 chrome/common/chrome_version_info_win.cc     channel = GoogleUpdateSettings::GetChromeChannel(is_system_install);
channel            52 chrome/common/chrome_version_info_win.cc   if (channel.empty()) {
channel            54 chrome/common/chrome_version_info_win.cc   } else if (channel == L"beta") {
channel            56 chrome/common/chrome_version_info_win.cc   } else if (channel == L"dev") {
channel            58 chrome/common/chrome_version_info_win.cc   } else if (channel == L"canary") {
channel           111 chrome/common/extensions/api/commands/commands_manifest_unittest.cc     ScopedCurrentChannel channel(chrome::VersionInfo::CHANNEL_STABLE);
channel           125 chrome/common/extensions/api/commands/commands_manifest_unittest.cc     ScopedCurrentChannel channel(chrome::VersionInfo::CHANNEL_DEV);
channel            34 chrome/common/extensions/features/chrome_channel_feature_filter.cc std::string GetChannelName(chrome::VersionInfo::Channel channel) {
channel            38 chrome/common/extensions/features/chrome_channel_feature_filter.cc     if (i->second == channel)
channel            22 chrome/common/extensions/features/feature_channel.cc void SetCurrentChannel(VersionInfo::Channel channel) {
channel            23 chrome/common/extensions/features/feature_channel.cc   g_current_channel = channel;
channel            18 chrome/common/extensions/features/feature_channel.h void SetCurrentChannel(chrome::VersionInfo::Channel channel);
channel            26 chrome/common/extensions/features/feature_channel.h   explicit ScopedCurrentChannel(chrome::VersionInfo::Channel channel)
channel            29 chrome/common/extensions/features/feature_channel.h     SetCurrentChannel(channel);
channel            64 chrome/common/extensions/manifest_handlers/settings_overrides_handler_unittest.cc   extensions::ScopedCurrentChannel channel(chrome::VersionInfo::CHANNEL_DEV);
channel           108 chrome/common/extensions/manifest_handlers/settings_overrides_handler_unittest.cc   extensions::ScopedCurrentChannel channel(chrome::VersionInfo::CHANNEL_DEV);
channel            48 chrome/common/extensions/manifest_handlers/ui_overrides_handler_unittest.cc   extensions::ScopedCurrentChannel channel(chrome::VersionInfo::CHANNEL_DEV);
channel            77 chrome/common/extensions/manifest_handlers/ui_overrides_handler_unittest.cc   extensions::ScopedCurrentChannel channel(chrome::VersionInfo::CHANNEL_DEV);
channel           961 chrome/common/extensions/permissions/permission_set_unittest.cc   ScopedCurrentChannel channel(chrome::VersionInfo::CHANNEL_DEV);
channel           975 chrome/common/extensions/permissions/permission_set_unittest.cc   ScopedCurrentChannel channel(chrome::VersionInfo::CHANNEL_DEV);
channel          1001 chrome/common/extensions/permissions/permission_set_unittest.cc   ScopedCurrentChannel channel(chrome::VersionInfo::CHANNEL_DEV);
channel            33 chrome/common/metrics/metrics_log_base.cc     chrome::VersionInfo::Channel channel) {
channel            34 chrome/common/metrics/metrics_log_base.cc   switch (channel) {
channel            50 chrome/common/metrics/metrics_log_base_unittest.cc       parsed.system_profile().channel());
channel           481 chrome/installer/setup/setup_util_unittest.cc   EXPECT_EQ(L"2.0-dev", chrome_frame.channel().value());
channel           486 chrome/installer/setup/setup_util_unittest.cc   EXPECT_EQ(L"2.0-dev-multi", binaries.channel().value());
channel            94 chrome/installer/setup/uninstall.cc         !product_state->channel().Equals(channel_info)) {
channel           127 chrome/installer/setup/uninstall.cc   channel_info.set_value(product_state->channel().value());
channel           268 chrome/installer/util/browser_distribution.cc bool BrowserDistribution::GetChromeChannel(base::string16* channel) {
channel           146 chrome/installer/util/browser_distribution.h   virtual bool GetChromeChannel(base::string16* channel);
channel            24 chrome/installer/util/channel_info_unittest.cc   std::wstring channel;
channel            27 chrome/installer/util/channel_info_unittest.cc   EXPECT_TRUE(ci.GetChannelName(&channel));
channel            28 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(kChannelStable, channel);
channel            30 chrome/installer/util/channel_info_unittest.cc   EXPECT_TRUE(ci.GetChannelName(&channel));
channel            31 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(kChannelStable, channel);
channel            34 chrome/installer/util/channel_info_unittest.cc   EXPECT_TRUE(ci.GetChannelName(&channel));
channel            35 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(kChannelBeta, channel);
channel            37 chrome/installer/util/channel_info_unittest.cc   EXPECT_TRUE(ci.GetChannelName(&channel));
channel            38 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(kChannelBeta, channel);
channel            40 chrome/installer/util/channel_info_unittest.cc   EXPECT_TRUE(ci.GetChannelName(&channel));
channel            41 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(kChannelBeta, channel);
channel            44 chrome/installer/util/channel_info_unittest.cc   EXPECT_TRUE(ci.GetChannelName(&channel));
channel            45 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(kChannelDev, channel);
channel            47 chrome/installer/util/channel_info_unittest.cc   EXPECT_TRUE(ci.GetChannelName(&channel));
channel            48 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(kChannelDev, channel);
channel            50 chrome/installer/util/channel_info_unittest.cc   EXPECT_TRUE(ci.GetChannelName(&channel));
channel            51 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(kChannelDev, channel);
channel            54 chrome/installer/util/channel_info_unittest.cc   EXPECT_FALSE(ci.GetChannelName(&channel));
channel           113 chrome/installer/util/chromium_binaries_distribution.cc bool ChromiumBinariesDistribution::GetChromeChannel(base::string16* channel) {
channel            54 chrome/installer/util/chromium_binaries_distribution.h   virtual bool GetChromeChannel(base::string16* channel) OVERRIDE;
channel           100 chrome/installer/util/google_chrome_sxs_distribution.cc bool GoogleChromeSxSDistribution::GetChromeChannel(base::string16* channel) {
channel           101 chrome/installer/util/google_chrome_sxs_distribution.cc   *channel = kChannelName;
channel            33 chrome/installer/util/google_chrome_sxs_distribution.h   virtual bool GetChromeChannel(base::string16* channel) OVERRIDE;
channel           147 chrome/installer/util/google_update_settings.cc                               base::string16* channel) {
channel           149 chrome/installer/util/google_update_settings.cc   if (dist->GetChromeChannel(channel)) {
channel           159 chrome/installer/util/google_update_settings.cc     channel->assign(installer::kChromeChannelUnknown);
channel           163 chrome/installer/util/google_update_settings.cc   if (!channel_info.GetChannelName(channel)) {
channel           164 chrome/installer/util/google_update_settings.cc     channel->assign(installer::kChromeChannelUnknown);
channel           169 chrome/installer/util/google_update_settings.cc     if (!channel->empty()) {
channel           170 chrome/installer/util/google_update_settings.cc       channel->append(1, L'-');
channel           172 chrome/installer/util/google_update_settings.cc     channel->append(1, L'm');
channel           413 chrome/installer/util/google_update_settings.cc   std::wstring channel;
channel           414 chrome/installer/util/google_update_settings.cc   GetChromeChannelInternal(system_install, false, &channel);
channel           415 chrome/installer/util/google_update_settings.cc   return channel;
channel           420 chrome/installer/util/google_update_settings.cc     base::string16* channel) {
channel           421 chrome/installer/util/google_update_settings.cc   return GetChromeChannelInternal(system_install, true, channel);
channel           178 chrome/installer/util/google_update_settings.h                                            base::string16* channel);
channel            64 chrome/installer/util/google_update_settings_unittest.cc       const wchar_t* channel;
channel            91 chrome/installer/util/google_update_settings_unittest.cc           const wchar_t* channel = expectations[j].channel;
channel            98 chrome/installer/util/google_update_settings_unittest.cc           EXPECT_STREQ(channel, ret_channel.c_str())
channel            99 chrome/installer/util/google_update_settings_unittest.cc               << "Expecting channel \"" << channel
channel           269 chrome/installer/util/google_update_settings_unittest.cc   base::string16 channel;
channel           271 chrome/installer/util/google_update_settings_unittest.cc                                                                  &channel));
channel           272 chrome/installer/util/google_update_settings_unittest.cc   EXPECT_STREQ(L"", channel.c_str());
channel           276 chrome/installer/util/google_update_settings_unittest.cc                                                                  &channel));
channel           277 chrome/installer/util/google_update_settings_unittest.cc   EXPECT_STREQ(L"", channel.c_str());
channel           283 chrome/installer/util/google_update_settings_unittest.cc   base::string16 channel;
channel           285 chrome/installer/util/google_update_settings_unittest.cc                                                                  &channel));
channel           286 chrome/installer/util/google_update_settings_unittest.cc   EXPECT_STREQ(L"", channel.c_str());
channel           290 chrome/installer/util/google_update_settings_unittest.cc                                                                  &channel));
channel           291 chrome/installer/util/google_update_settings_unittest.cc   EXPECT_STREQ(L"", channel.c_str());
channel           297 chrome/installer/util/google_update_settings_unittest.cc   base::string16 channel;
channel           299 chrome/installer/util/google_update_settings_unittest.cc                                                                  &channel));
channel           300 chrome/installer/util/google_update_settings_unittest.cc   EXPECT_STREQ(L"", channel.c_str());
channel           304 chrome/installer/util/google_update_settings_unittest.cc                                                                  &channel));
channel           305 chrome/installer/util/google_update_settings_unittest.cc   EXPECT_STREQ(L"", channel.c_str());
channel            44 chrome/installer/util/installation_state.h   const ChannelInfo& channel() const { return channel_; }
channel           416 chrome/installer/util/installation_validator.cc   const ChannelInfo& channel = binaries_state.channel();
channel           419 chrome/installer/util/installation_validator.cc   if (!channel.IsMultiInstall()) {
channel           422 chrome/installer/util/installation_validator.cc                << channel.value() << "\"";
channel           429 chrome/installer/util/installation_validator.cc     if (!channel.IsChrome()) {
channel           432 chrome/installer/util/installation_validator.cc                  << " \"" << channel.value() << "\"";
channel           434 chrome/installer/util/installation_validator.cc   } else if (channel.IsChrome()) {
channel           437 chrome/installer/util/installation_validator.cc                   " is not installed: \"" << channel.value() << "\"";
channel           444 chrome/installer/util/installation_validator.cc     if (!channel.IsChromeFrame()) {
channel           447 chrome/installer/util/installation_validator.cc                     " name: \"" << channel.value() << "\"";
channel           449 chrome/installer/util/installation_validator.cc   } else if (channel.IsChromeFrame()) {
channel           452 chrome/installer/util/installation_validator.cc                   "Chrome Frame is not installed multi: \"" << channel.value()
channel           464 chrome/installer/util/installation_validator.cc     if (!channel.IsAppLauncher()) {
channel           467 chrome/installer/util/installation_validator.cc                     " name: \"" << channel.value() << "\"";
channel           469 chrome/installer/util/installation_validator.cc   } else if (channel.IsAppLauncher()) {
channel           472 chrome/installer/util/installation_validator.cc                   "Chrome App Launcher is not installed: \"" << channel.value()
channel           671 chrome/installer/util/installation_validator.cc     if (!ctx.state.channel().Equals(binaries->channel())) {
channel           674 chrome/installer/util/installation_validator.cc                  << " (" << ctx.state.channel().value()
channel           676 chrome/installer/util/installation_validator.cc                  << binaries->channel().value() << ").";
channel           344 chrome/installer/util/installation_validator_unittest.cc       Channel channel,
channel           350 chrome/installer/util/installation_validator_unittest.cc       Channel channel,
channel           453 chrome/installer/util/installation_validator_unittest.cc     Channel channel,
channel           473 chrome/installer/util/installation_validator_unittest.cc   state->SetChannel(channels[channel], channel_modifiers);
channel           507 chrome/installer/util/installation_validator_unittest.cc     Channel channel,
channel           526 chrome/installer/util/installation_validator_unittest.cc                      install_level, channel, vehicle, &prod_state);
channel           533 chrome/installer/util/installation_validator_unittest.cc                      install_level, channel, vehicle, &prod_state);
channel           540 chrome/installer/util/installation_validator_unittest.cc                      install_level, channel, vehicle, &prod_state);
channel            54 chrome/installer/util/installer_state.cc     if (!product->channel().Equals(binaries->channel())) {
channel           241 chrome/installer/util/product_state_unittest.cc     EXPECT_TRUE(state.channel().value().empty());
channel           250 chrome/installer/util/product_state_unittest.cc     EXPECT_TRUE(state.channel().value().empty());
channel           259 chrome/installer/util/product_state_unittest.cc     EXPECT_EQ(L"spam", state.channel().value());
channel           573 chrome/renderer/extensions/dispatcher.cc void Dispatcher::OnSetChannel(int channel) {
channel           574 chrome/renderer/extensions/dispatcher.cc   SetCurrentChannel(static_cast<chrome::VersionInfo::Channel>(channel));
channel           161 chrome/renderer/extensions/dispatcher.h   void OnSetChannel(int channel);
channel            60 chrome/renderer/media/cast_ipc_dispatcher.cc void CastIPCDispatcher::OnFilterAdded(IPC::Channel* channel) {
channel            64 chrome/renderer/media/cast_ipc_dispatcher.cc   channel_ = channel;
channel            31 chrome/renderer/media/cast_ipc_dispatcher.h   virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE;
channel            42 chrome/renderer/media/webrtc_logging_message_filter.cc void WebRtcLoggingMessageFilter::OnFilterAdded(IPC::Channel* channel) {
channel            44 chrome/renderer/media/webrtc_logging_message_filter.cc   channel_ = channel;
channel            52 chrome/renderer/media/webrtc_logging_message_filter.h   virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE;
channel           347 chrome/service/cloud_print/cloud_print_proxy_backend.cc   subscription.channel = kCloudPrintPushNotificationsSource;
channel           554 chrome/service/cloud_print/cloud_print_proxy_backend.cc                             notification.channel.c_str()))
channel            36 chrome/service/service_ipc_server.h   IPC::SyncChannel* channel() { return channel_.get(); }
channel            97 chrome/test/security_tests/ipc_security_tests.cc HANDLE MakeServerPluginPipe(const std::wstring& prefix, int channel) {
channel            99 chrome/test/security_tests/ipc_security_tests.cc   swprintf_s(pipe_name, kChromePluginPipeFmt, prefix.c_str(), channel);
channel            41 chrome/utility/importer/firefox_importer_unittest_utils_mac.cc     IPC::Channel* channel, base::ProcessHandle* handle) {
channel            51 chrome/utility/importer/firefox_importer_unittest_utils_mac.cc   base::ScopedFD ipcfd(channel->TakeClientFileDescriptor());
channel           271 chrome/utility/importer/firefox_importer_unittest_utils_mac.cc   IPC::Channel channel(kTestChannelID, IPC::Channel::MODE_CLIENT, &listener);
channel           272 chrome/utility/importer/firefox_importer_unittest_utils_mac.cc   CHECK(channel.Connect());
channel           273 chrome/utility/importer/firefox_importer_unittest_utils_mac.cc   listener.SetSender(&channel);
channel            91 chromeos/dbus/bluetooth_profile_manager_client.cc     if (options.channel) {
channel            95 chromeos/dbus/bluetooth_profile_manager_client.cc       dict_writer.AppendVariantOfUint16(options.channel);
channel            47 chromeos/dbus/bluetooth_profile_manager_client.h     uint16 channel;
channel            65 chromeos/dbus/update_engine_client.cc bool IsValidChannel(const std::string& channel) {
channel            66 chromeos/dbus/update_engine_client.cc   return channel == kReleaseChannelDev ||
channel            67 chromeos/dbus/update_engine_client.cc       channel == kReleaseChannelBeta ||
channel            68 chromeos/dbus/update_engine_client.cc       channel == kReleaseChannelStable;
channel           335 chromeos/dbus/update_engine_client.cc     std::string channel;
channel           336 chromeos/dbus/update_engine_client.cc     if (!reader.PopString(&channel)) {
channel           341 chromeos/dbus/update_engine_client.cc     VLOG(1) << "The channel received: " << channel;
channel           342 chromeos/dbus/update_engine_client.cc     callback.Run(channel);
channel           144 chromeos/network/geolocation_handler.cc         base::StringToInt(channel_str, &wap.channel);
channel            52 chromeos/network/geolocation_handler_unittest.cc     std::string channel = base::StringPrintf("%d", idx);
channel            57 chromeos/network/geolocation_handler_unittest.cc         shill::kGeoChannelProperty, channel);
channel            93 chromeos/network/geolocation_handler_unittest.cc   EXPECT_EQ(1, wifi_access_points_[0].channel);
channel           109 chromeos/network/geolocation_handler_unittest.cc   EXPECT_EQ(3, wifi_access_points_[2].channel);
channel            33 chromeos/network/network_util.h   int channel;  // Wifi channel number.
channel            73 cloud_print/gcp20/prototype/cloud_print_xmpp_listener.cc   subscription.channel = kCloudPrintPushNotificationsSource;
channel            25 components/nacl/broker/nacl_broker_listener.cc void SendReply(IPC::Channel* channel, int32 pid, bool result) {
channel            26 components/nacl/broker/nacl_broker_listener.cc   channel->Send(new NaClProcessMsg_DebugExceptionHandlerLaunched(pid, result));
channel           205 components/nacl/browser/nacl_process_host.cc   HANDLE channel;
channel           212 components/nacl/browser/nacl_process_host.cc                        &channel,
channel           220 components/nacl/browser/nacl_process_host.cc       reinterpret_cast<nacl::FileDescriptor>(channel));
channel           222 components/nacl/browser/nacl_process_host.cc   nacl::FileDescriptor channel;
channel           223 components/nacl/browser/nacl_process_host.cc   channel.fd = sourceh;
channel           224 components/nacl/browser/nacl_process_host.cc   channel.auto_close = close_source;
channel           225 components/nacl/browser/nacl_process_host.cc   handles_for_sel_ldr->push_back(channel);
channel           190 components/nacl/loader/nacl_ipc_adapter.cc void DeleteChannel(IPC::Channel* channel) {
channel           191 components/nacl/loader/nacl_ipc_adapter.cc   delete channel;
channel           341 components/nacl/loader/nacl_ipc_adapter.cc NaClIPCAdapter::NaClIPCAdapter(scoped_ptr<IPC::Channel> channel,
channel           347 components/nacl/loader/nacl_ipc_adapter.cc   io_thread_data_.channel_ = channel.Pass();
channel            83 components/nacl/loader/nacl_ipc_adapter.h   NaClIPCAdapter(scoped_ptr<IPC::Channel> channel, base::TaskRunner* runner);
channel           134 components/nacl/loader/nonsfi/nonsfi_main.cc   struct NaClDescImcDesc* channel =
channel           135 components/nacl/loader/nonsfi/nonsfi_main.cc       static_cast<struct NaClDescImcDesc*>(malloc(sizeof *channel));
channel           136 components/nacl/loader/nonsfi/nonsfi_main.cc   if (channel == NULL) {
channel           140 components/nacl/loader/nonsfi/nonsfi_main.cc   if (!NaClDescImcDescCtor(channel, handle)) {
channel           158 components/nacl/loader/nonsfi/nonsfi_main.cc   ssize_t error = (*NACL_VTBL(NaClDesc, channel)->SendMsg)(
channel           159 components/nacl/loader/nonsfi/nonsfi_main.cc       reinterpret_cast<struct NaClDesc*>(channel), &hdr, 0);
channel           163 components/nacl/loader/nonsfi/nonsfi_main.cc   return reinterpret_cast<struct NaClDesc*>(channel);
channel           192 components/nacl/loader/nonsfi/nonsfi_main.cc   ::scoped_ptr<struct NaClDesc, NaClDescUnrefer> channel(
channel           195 components/nacl/loader/nonsfi/nonsfi_main.cc   if (!channel) {
channel           348 components/nacl/renderer/nexe_load_manager.cc     scoped_ptr<TrustedPluginChannel> channel) {
channel           349 components/nacl/renderer/nexe_load_manager.cc   trusted_plugin_channel_ = channel.Pass();
channel            70 components/nacl/renderer/nexe_load_manager.h   void set_trusted_plugin_channel(scoped_ptr<TrustedPluginChannel> channel);
channel            31 components/nacl/renderer/pnacl_translation_resource_host.cc void PnaclTranslationResourceHost::OnFilterAdded(IPC::Channel* channel) {
channel            33 components/nacl/renderer/pnacl_translation_resource_host.cc   channel_ = channel;
channel            59 components/nacl/renderer/pnacl_translation_resource_host.h   virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE;
channel            20 components/tracing/child_trace_message_filter.cc void ChildTraceMessageFilter::OnFilterAdded(IPC::Channel* channel) {
channel            21 components/tracing/child_trace_message_filter.cc   channel_ = channel;
channel            24 components/tracing/child_trace_message_filter.h   virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE;
channel            94 components/variations/variations_seed_processor.cc     Study_Channel channel,
channel            97 components/variations/variations_seed_processor.cc   FilterAndValidateStudies(seed, locale, reference_date, version, channel,
channel           109 components/variations/variations_seed_processor.cc     Study_Channel channel,
channel           124 components/variations/variations_seed_processor.cc                         version, channel, form_factor))
channel           144 components/variations/variations_seed_processor.cc                                                 Study_Channel channel) {
channel           150 components/variations/variations_seed_processor.cc     if (filter.channel(i) == channel)
channel           309 components/variations/variations_seed_processor.cc     Study_Channel channel,
channel           312 components/variations/variations_seed_processor.cc     if (!CheckStudyChannel(study.filter(), channel)) {
channel            35 components/variations/variations_seed_processor.h                             Study_Channel channel,
channel            78 components/variations/variations_seed_processor.h                                 Study_Channel channel,
channel            89 components/variations/variations_seed_processor.h   bool CheckStudyChannel(const Study_Filter& filter, Study_Channel channel);
channel           125 components/variations/variations_seed_processor.h                       Study_Channel channel,
channel            50 content/browser/dom_storage/dom_storage_message_filter.cc void DOMStorageMessageFilter::OnFilterAdded(IPC::Channel* channel) {
channel            43 content/browser/dom_storage/dom_storage_message_filter.h   virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE;
channel           167 content/browser/geolocation/network_location_provider_unittest.cc       ap.channel = IndexToChannel(i);
channel           268 content/browser/geolocation/network_location_request.cc     AddInteger("channel", (*iter)->channel, wifi_dict);
channel            74 content/browser/geolocation/osx_wifi.h   UInt16 channel;            // Channel for the network.
channel            15 content/browser/geolocation/wifi_data.cc       channel(kint32min),
channel            24 content/browser/geolocation/wifi_data.h   int channel;
channel           156 content/browser/geolocation/wifi_data_provider_chromeos.cc     ap_data.channel = i->channel;
channel            49 content/browser/geolocation/wifi_data_provider_chromeos_unittest.cc         std::string channel = base::StringPrintf("%d", i * 10 + j);
channel            54 content/browser/geolocation/wifi_data_provider_chromeos_unittest.cc             shill::kGeoChannelProperty, channel);
channel           172 content/browser/geolocation/wifi_data_provider_common_unittest.cc   single_access_point.channel = 2;
channel           203 content/browser/geolocation/wifi_data_provider_common_unittest.cc   single_access_point.channel = 2;
channel            92 content/browser/geolocation/wifi_data_provider_linux.cc   return AccessPointData().channel;  // invalid channel
channel           314 content/browser/geolocation/wifi_data_provider_linux.cc       access_point_data.channel =
channel           321 content/browser/geolocation/wifi_data_provider_linux.cc             << "Channel: " << access_point_data.channel;
channel           229 content/browser/geolocation/wifi_data_provider_linux_unittest.cc   EXPECT_EQ(4, access_point_data.channel);
channel           139 content/browser/geolocation/wifi_data_provider_mac.cc     access_point_data.channel = access_point_info->channel;
channel           207 content/browser/renderer_host/gpu_message_filter.cc     const IPC::ChannelHandle& channel,
channel           212 content/browser/renderer_host/gpu_message_filter.cc       reply.get(), render_process_id_, channel, gpu_info);
channel            66 content/browser/renderer_host/gpu_message_filter.h                                 const IPC::ChannelHandle& channel,
channel            22 content/browser/renderer_host/pepper/browser_ppapi_host_impl.cc     IPC::ChannelProxy* channel,
channel            36 content/browser/renderer_host/pepper/browser_ppapi_host_impl.cc   channel->AddFilter(pepper_message_filter->GetFilter());
channel            37 content/browser/renderer_host/pepper/browser_ppapi_host_impl.cc   channel->AddFilter(browser_ppapi_host->message_filter());
channel            38 content/browser/renderer_host/pepper/browser_ppapi_host_impl.cc   channel->AddFilter((new TraceMessageFilter())->GetFilter());
channel           296 content/browser/renderer_host/render_process_host_impl.cc   RendererSandboxedProcessLauncherDelegate(IPC::ChannelProxy* channel)
channel           298 content/browser/renderer_host/render_process_host_impl.cc        : ipc_fd_(channel->TakeClientFileDescriptor())
channel            26 content/child/child_histogram_message_filter.cc void ChildHistogramMessageFilter::OnFilterAdded(IPC::Channel* channel) {
channel            27 content/child/child_histogram_message_filter.cc   channel_ = channel;
channel            26 content/child/child_histogram_message_filter.h   virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE;
channel            74 content/child/child_thread.h   IPC::SyncChannel* channel() { return channel_.get(); }
channel            76 content/child/npapi/np_channel_base.cc   scoped_refptr<NPChannelBase> channel;
channel            80 content/child/npapi/np_channel_base.cc     channel = factory();
channel            82 content/child/npapi/np_channel_base.cc     channel = iter->second;
channel            85 content/child/npapi/np_channel_base.cc   DCHECK(channel.get() != NULL);
channel            87 content/child/npapi/np_channel_base.cc   if (!channel->channel_valid()) {
channel            88 content/child/npapi/np_channel_base.cc     channel->channel_handle_ = channel_handle;
channel            93 content/child/npapi/np_channel_base.cc       channel->channel_handle_.name =
channel            96 content/child/npapi/np_channel_base.cc     channel->mode_ = mode;
channel            97 content/child/npapi/np_channel_base.cc     if (channel->Init(ipc_message_loop, create_pipe_now, shutdown_event)) {
channel            98 content/child/npapi/np_channel_base.cc       (*GetChannelMap())[channel_key] = channel;
channel           100 content/child/npapi/np_channel_base.cc       channel = NULL;
channel           104 content/child/npapi/np_channel_base.cc   return channel.get();
channel            62 content/child/npapi/npobject_proxy.cc     NPChannelBase* channel,
channel            66 content/child/npapi/npobject_proxy.cc     : channel_(channel),
channel            86 content/child/npapi/npobject_proxy.cc NPObject* NPObjectProxy::Create(NPChannelBase* channel,
channel            93 content/child/npapi/npobject_proxy.cc   obj->proxy = new NPObjectProxy(channel, route_id, render_view_id, page_url);
channel            94 content/child/npapi/npobject_proxy.cc   channel->AddMappingForNPObjectProxy(route_id, &obj->object);
channel           217 content/child/npapi/npobject_proxy.cc   if (IsPluginProcess() && proxy->channel()) {
channel           219 content/child/npapi/npobject_proxy.cc         proxy->channel()->GetModalDialogEvent(render_view_id));
channel           284 content/child/npapi/npobject_proxy.cc   scoped_refptr<NPChannelBase> channel(proxy->channel_);
channel           295 content/child/npapi/npobject_proxy.cc       param, channel.get(), np_result, render_view_id, page_url);
channel           318 content/child/npapi/npobject_proxy.cc       *value, proxy->channel(), &value_param, false, render_view_id,
channel           439 content/child/npapi/npobject_proxy.cc   if (IsPluginProcess() && proxy->channel()) {
channel           441 content/child/npapi/npobject_proxy.cc         proxy->channel()->GetModalDialogEvent(proxy->render_view_id_));
channel           491 content/child/npapi/npobject_proxy.cc   if (IsPluginProcess() && proxy->channel()) {
channel           493 content/child/npapi/npobject_proxy.cc         proxy->channel()->GetModalDialogEvent(render_view_id));
channel           495 content/child/npapi/npobject_proxy.cc   scoped_refptr<NPChannelBase> channel(proxy->channel_);
channel           505 content/child/npapi/npobject_proxy.cc       result_param, channel.get(), result_var, render_view_id, page_url);
channel            38 content/child/npapi/npobject_proxy.h   static NPObject* Create(NPChannelBase* channel,
channel            47 content/child/npapi/npobject_proxy.h   NPChannelBase* channel() { return channel_.get(); }
channel           102 content/child/npapi/npobject_proxy.h   NPObjectProxy(NPChannelBase* channel,
channel            27 content/child/npapi/npobject_stub.cc     NPChannelBase* channel,
channel            32 content/child/npapi/npobject_stub.cc       channel_(channel),
channel            36 content/child/npapi/npobject_stub.h                NPChannelBase* channel,
channel           151 content/child/npapi/npobject_util.cc                           NPChannelBase* channel,
channel           194 content/child/npapi/npobject_util.cc         if (channel) {
channel           199 content/child/npapi/npobject_util.cc           int route_id = channel->GetExistingRouteForNPObjectStub(
channel           204 content/child/npapi/npobject_util.cc             route_id = channel->GenerateRouteID();
channel           206 content/child/npapi/npobject_util.cc                 variant.value.objectValue, channel, route_id, render_view_id,
channel           214 content/child/npapi/npobject_util.cc               channel->GetExistingRouteForNPObjectOwner(owner);
channel           230 content/child/npapi/npobject_util.cc                      NPChannelBase* channel,
channel           265 content/child/npapi/npobject_util.cc           channel->GetExistingNPObjectProxy(param.npobject_routing_id);
channel           271 content/child/npapi/npobject_util.cc             channel->GetExistingNPObjectOwner(param.npobject_owner_id);
channel           275 content/child/npapi/npobject_util.cc             NPObjectProxy::Create(channel,
channel           285 content/child/npapi/npobject_util.cc           channel->GetNPObjectListenerForRoute(param.npobject_routing_id);
channel            49 content/child/npapi/npobject_util.h                           NPChannelBase* channel,
channel            58 content/child/npapi/npobject_util.h                      NPChannelBase* channel,
channel            95 content/child/webmessageportchannel_impl.cc void WebMessagePortChannelImpl::entangle(WebMessagePortChannel* channel) {
channel           100 content/child/webmessageportchannel_impl.cc       static_cast<WebMessagePortChannelImpl*>(channel));
channel           162 content/child/webmessageportchannel_impl.cc     scoped_refptr<WebMessagePortChannelImpl> channel) {
channel           166 content/child/webmessageportchannel_impl.cc         base::Bind(&WebMessagePortChannelImpl::Entangle, this, channel));
channel           171 content/child/webmessageportchannel_impl.cc       message_port_id_, channel->message_port_id()));
channel            53 content/child/webmessageportchannel_impl.h   virtual void entangle(blink::WebMessagePortChannel* channel);
channel            60 content/child/webmessageportchannel_impl.h   void Entangle(scoped_refptr<WebMessagePortChannelImpl> channel);
channel           144 content/common/font_cache_dispatcher_win.cc void FontCacheDispatcher::OnFilterAdded(IPC::Channel* channel) {
channel           145 content/common/font_cache_dispatcher_win.cc   channel_ = channel;
channel            30 content/common/font_cache_dispatcher_win.h   virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE;
channel            26 content/common/gpu/client/command_buffer_proxy_impl.cc     GpuChannelHost* channel,
channel            28 content/common/gpu/client/command_buffer_proxy_impl.cc     : channel_(channel),
channel            67 content/common/gpu/client/command_buffer_proxy_impl.h   CommandBufferProxyImpl(GpuChannelHost* channel, int route_id);
channel           146 content/common/gpu/client/command_buffer_proxy_impl.h   GpuChannelHost* channel() const { return channel_; }
channel           443 content/common/gpu/client/gl_helper_unittest.cc         for (int channel = 0; channel < 4; channel++) {
channel           465 content/common/gpu/client/gl_helper_unittest.cc                   float c = ChannelAsFloat(input, src_x, src_y, channel);
channel           492 content/common/gpu/client/gl_helper_unittest.cc                                     channel);
channel           500 content/common/gpu/client/gl_helper_unittest.cc               value = Bilinear(input, dst_x_in_src, dst_y_in_src, channel);
channel           507 content/common/gpu/client/gl_helper_unittest.cc                      channel,
channel            28 content/common/gpu/client/gpu_video_decode_accelerator_host.cc     GpuChannelHost* channel,
channel            30 content/common/gpu/client/gpu_video_decode_accelerator_host.cc     : channel_(channel),
channel            30 content/common/gpu/client/gpu_video_decode_accelerator_host.h   GpuVideoDecodeAcceleratorHost(GpuChannelHost* channel,
channel            21 content/common/gpu/client/gpu_video_encode_accelerator_host.cc     GpuChannelHost* channel,
channel            23 content/common/gpu/client/gpu_video_encode_accelerator_host.cc     : channel_(channel),
channel            44 content/common/gpu/client/gpu_video_encode_accelerator_host.h   GpuVideoEncodeAcceleratorHost(GpuChannelHost* channel,
channel            51 content/common/gpu/devtools_gpu_agent.cc     GpuChannel* channel) {
channel            59 content/common/gpu/devtools_gpu_agent.cc   task.foreign = channel != gpu_channel_;
channel            60 content/common/gpu/devtools_gpu_agent.cc   task.used_gpu_memory_bytes = channel->GetMemoryUsage();
channel            31 content/common/gpu/devtools_gpu_agent.h                     GpuChannel* channel);
channel            39 content/common/gpu/devtools_gpu_instrumentation.cc                                       GpuChannel* channel) {
channel            42 content/common/gpu/devtools_gpu_instrumentation.cc       channel->gpu_channel_manager()->gpu_devtools_events_dispatcher();
channel            46 content/common/gpu/devtools_gpu_instrumentation.cc     (*it)->ProcessEvent(timestamp, phase, channel);
channel            31 content/common/gpu/devtools_gpu_instrumentation.h   static void FireEvent(EventPhase phase, GpuChannel* channel) {
channel            34 content/common/gpu/devtools_gpu_instrumentation.h     DoFireEvent(phase, channel);
channel            39 content/common/gpu/devtools_gpu_instrumentation.h   static void DoFireEvent(EventPhase, GpuChannel* channel);
channel            49 content/common/gpu/devtools_gpu_instrumentation.h   explicit ScopedGpuTask(GpuChannel* channel) :
channel            50 content/common/gpu/devtools_gpu_instrumentation.h       channel_(channel) {
channel            87 content/common/gpu/gpu_channel.cc   virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE {
channel            89 content/common/gpu/gpu_channel.cc     channel_ = channel;
channel           137 content/common/gpu/gpu_channel_manager.cc   scoped_refptr<GpuChannel> channel = new GpuChannel(this,
channel           143 content/common/gpu/gpu_channel_manager.cc   channel->Init(io_message_loop_.get(), shutdown_event_);
channel           144 content/common/gpu/gpu_channel_manager.cc   gpu_channels_[client_id] = channel;
channel           145 content/common/gpu/gpu_channel_manager.cc   channel_handle.name = channel->GetChannelName();
channel           150 content/common/gpu/gpu_channel_manager.cc   int renderer_fd = channel->TakeRendererFileDescriptor();
channel            55 content/common/gpu/gpu_command_buffer_stub.cc   explicit GpuCommandBufferMemoryTracker(GpuChannel* channel) :
channel            56 content/common/gpu/gpu_command_buffer_stub.cc       tracking_group_(channel->gpu_channel_manager()->gpu_memory_manager()->
channel            57 content/common/gpu/gpu_command_buffer_stub.cc           CreateTrackingGroup(channel->renderer_pid(), this)) {
channel           108 content/common/gpu/gpu_command_buffer_stub.cc     GpuChannel* channel,
channel           123 content/common/gpu/gpu_command_buffer_stub.cc     : channel_(channel),
channel           155 content/common/gpu/gpu_command_buffer_stub.cc         new GpuCommandBufferMemoryTracker(channel),
channel           173 content/common/gpu/gpu_command_buffer_stub.cc     return channel()->gpu_channel_manager()->gpu_memory_manager();
channel           177 content/common/gpu/gpu_command_buffer_stub.cc   devtools_gpu_instrumentation::ScopedGpuTask task(channel());
channel           271 content/common/gpu/gpu_command_buffer_stub.cc           channel()->gpu_channel_manager()->MessagesProcessed();
channel           275 content/common/gpu/gpu_command_buffer_stub.cc           !channel()->gpu_channel_manager()->HandleMessagesScheduled();
channel           318 content/common/gpu/gpu_command_buffer_stub.cc       channel()->gpu_channel_manager()->MessagesProcessed();
channel           885 content/common/gpu/gpu_command_buffer_stub.cc           channel()->client_id()) {
channel            69 content/common/gpu/gpu_command_buffer_stub.h       GpuChannel* channel,
channel           114 content/common/gpu/gpu_command_buffer_stub.h   GpuChannel* channel() const { return channel_; }
channel           156 content/common/gpu/image_transport_surface.cc   stub_->channel()->SetPreemptByFlag(preemption_flag);
channel            79 content/common/gpu/media/gpu_video_decode_accelerator.cc   virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE {
channel            80 content/common/gpu/media/gpu_video_decode_accelerator.cc     channel_ = channel;
channel           131 content/common/gpu/media/gpu_video_decode_accelerator.cc   stub_->channel()->AddRoute(host_route_id_, this);
channel           285 content/common/gpu/media/gpu_video_decode_accelerator.cc     stub_->channel()->AddFilter(filter_.get());
channel           450 content/common/gpu/media/gpu_video_decode_accelerator.cc     stub_->channel()->RemoveFilter(filter_.get());
channel           454 content/common/gpu/media/gpu_video_decode_accelerator.cc   stub_->channel()->RemoveRoute(host_route_id_);
channel           485 content/common/gpu/media/gpu_video_decode_accelerator.cc   return stub_->channel()->Send(message);
channel            49 content/common/gpu/media/gpu_video_encode_accelerator.cc   stub_->channel()->AddRoute(host_route_id_, this);
channel           144 content/common/gpu/media/gpu_video_encode_accelerator.cc   stub_->channel()->RemoveRoute(host_route_id_);
channel           282 content/common/gpu/media/gpu_video_encode_accelerator.cc   stub_->channel()->Send(message);
channel            29 content/common/gpu/stream_texture_android.cc   GpuChannel* channel = owner_stub->channel();
channel            30 content/common/gpu/stream_texture_android.cc   int32 route_id = channel->GenerateRouteID();
channel            78 content/common/gpu/stream_texture_android.cc   owner_stub->channel()->AddRoute(route_id, this);
channel            86 content/common/gpu/stream_texture_android.cc     owner_stub_->channel()->RemoveRoute(route_id_);
channel            92 content/common/gpu/stream_texture_android.cc   owner_stub_->channel()->RemoveRoute(route_id_);
channel           152 content/common/gpu/stream_texture_android.cc       owner_stub_->channel()->Send(
channel           161 content/common/gpu/stream_texture_android.cc     owner_stub_->channel()->Send(
channel           192 content/common/gpu/stream_texture_android.cc   base::ProcessHandle process = owner_stub_->channel()->renderer_pid();
channel            45 content/common/mojo/mojo_channel_init.cc     mojo::embedder::ChannelInfo* channel) {
channel            51 content/common/mojo/mojo_channel_init.cc         base::Bind(&mojo::embedder::DestroyChannelOnIOThread, channel));
channel            54 content/common/mojo/mojo_channel_init.cc   host->channel_info_ = channel;
channel            49 content/common/mojo/mojo_channel_init.h       mojo::embedder::ChannelInfo* channel);
channel            81 content/plugin/plugin_channel.cc   virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE {
channel            82 content/plugin/plugin_channel.cc     channel_ = channel;
channel           149 content/plugin/plugin_channel.cc   PluginChannel* channel =
channel           158 content/plugin/plugin_channel.cc   if (channel)
channel           159 content/plugin/plugin_channel.cc     channel->renderer_id_ = renderer_id;
channel           161 content/plugin/plugin_channel.cc   return channel;
channel           128 content/plugin/plugin_thread.cc   channel()->AddFilter(new EnsureTerminateMessageFilter());
channel           175 content/plugin/plugin_thread.cc   scoped_refptr<PluginChannel> channel(PluginChannel::GetPluginChannel(
channel           178 content/plugin/plugin_thread.cc   if (channel.get()) {
channel           179 content/plugin/plugin_thread.cc     channel_handle.name = channel->channel_handle().name;
channel           183 content/plugin/plugin_thread.cc         base::FileDescriptor(channel->TakeRendererFileDescriptor(), true);
channel           185 content/plugin/plugin_thread.cc     channel->set_incognito(incognito);
channel            60 content/plugin/webplugin_delegate_stub.cc     const std::string& mime_type, int instance_id, PluginChannel* channel) :
channel            63 content/plugin/webplugin_delegate_stub.cc     channel_(channel),
channel            67 content/plugin/webplugin_delegate_stub.cc   DCHECK(channel);
channel            42 content/plugin/webplugin_delegate_stub.h                         PluginChannel* channel);
channel            56 content/plugin/webplugin_proxy.cc     PluginChannel* channel,
channel            60 content/plugin/webplugin_proxy.cc     : channel_(channel),
channel            49 content/plugin/webplugin_proxy.h   WebPluginProxy(PluginChannel* channel,
channel           120 content/ppapi_plugin/ppapi_thread.cc     channel()->AddFilter(
channel            31 content/public/browser/browser_message_filter.cc   virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE {
channel            32 content/public/browser/browser_message_filter.cc     filter_->channel_ = channel;
channel            33 content/public/browser/browser_message_filter.cc     filter_->OnFilterAdded(channel);
channel            38 content/public/browser/browser_message_filter.h   virtual void OnFilterAdded(IPC::Channel* channel) {}
channel            54 content/public/browser/browser_ppapi_host.h       IPC::ChannelProxy* channel,
channel            14 content/renderer/gpu/stream_texture_host_android.cc StreamTextureHost::StreamTextureHost(GpuChannelHost* channel)
channel            17 content/renderer/gpu/stream_texture_host_android.cc       channel_(channel),
channel            19 content/renderer/gpu/stream_texture_host_android.cc   DCHECK(channel);
channel            26 content/renderer/gpu/stream_texture_host_android.h   explicit StreamTextureHost(GpuChannelHost* channel);
channel            84 content/renderer/input/input_event_filter.cc void InputEventFilter::OnFilterAdded(IPC::Channel* channel) {
channel            86 content/renderer/input/input_event_filter.cc   sender_ = channel;
channel            55 content/renderer/input/input_event_filter.h   virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE;
channel            83 content/renderer/media/android/stream_texture_factory_impl.cc     GpuChannelHost* channel,
channel            85 content/renderer/media/android/stream_texture_factory_impl.cc   return new StreamTextureFactoryImpl(context_provider, channel, view_id);
channel            90 content/renderer/media/android/stream_texture_factory_impl.cc     GpuChannelHost* channel,
channel            93 content/renderer/media/android/stream_texture_factory_impl.cc       channel_(channel),
channel            95 content/renderer/media/android/stream_texture_factory_impl.cc   DCHECK(channel);
channel            28 content/renderer/media/android/stream_texture_factory_impl.h       GpuChannelHost* channel,
channel            45 content/renderer/media/android/stream_texture_factory_impl.h       GpuChannelHost* channel,
channel            86 content/renderer/media/audio_input_message_filter.cc void AudioInputMessageFilter::OnFilterAdded(IPC::Channel* channel) {
channel            90 content/renderer/media/audio_input_message_filter.cc   channel_ = channel;
channel            58 content/renderer/media/audio_input_message_filter.h   virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE;
channel           140 content/renderer/media/audio_message_filter.cc void AudioMessageFilter::OnFilterAdded(IPC::Channel* channel) {
channel           142 content/renderer/media/audio_message_filter.cc   channel_ = channel;
channel            74 content/renderer/media/audio_message_filter.h   virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE;
channel            57 content/renderer/media/midi_message_filter.cc void MidiMessageFilter::OnFilterAdded(IPC::Channel* channel) {
channel            59 content/renderer/media/midi_message_filter.cc   channel_ = channel;
channel            58 content/renderer/media/midi_message_filter.h   virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE;
channel            35 content/renderer/media/pepper_platform_video_decoder.cc   GpuChannelHost* channel =
channel            39 content/renderer/media/pepper_platform_video_decoder.cc   if (!channel)
channel            43 content/renderer/media/pepper_platform_video_decoder.cc   decoder_ = channel->CreateVideoDecoder(command_buffer_route_id_);
channel            94 content/renderer/media/renderer_webaudiodevice_impl.cc       web_audio_source_data[i] = source->channel(i);
channel           100 content/renderer/media/renderer_webaudiodevice_impl.cc       web_audio_dest_data[i] = dest->channel(i);
channel            35 content/renderer/media/rtc_data_channel_handler.cc     webrtc::DataChannelInterface* channel)
channel            36 content/renderer/media/rtc_data_channel_handler.cc     : channel_(channel),
channel            28 content/renderer/media/rtc_data_channel_handler.h   explicit RtcDataChannelHandler(webrtc::DataChannelInterface* channel);
channel           820 content/renderer/media/rtc_peer_connection_handler_unittest.cc   scoped_ptr<blink::WebRTCDataChannelHandler> channel(
channel           822 content/renderer/media/rtc_peer_connection_handler_unittest.cc   EXPECT_TRUE(channel.get() != NULL);
channel           823 content/renderer/media/rtc_peer_connection_handler_unittest.cc   EXPECT_EQ(label, channel->label());
channel            75 content/renderer/media/video_capture_message_filter.cc void VideoCaptureMessageFilter::OnFilterAdded(IPC::Channel* channel) {
channel            77 content/renderer/media/video_capture_message_filter.cc   channel_ = channel;
channel            84 content/renderer/media/video_capture_message_filter.h   virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE;
channel            65 content/renderer/media/video_capture_message_filter_unittest.cc   IPC::TestSink channel;
channel            66 content/renderer/media/video_capture_message_filter_unittest.cc   filter->OnFilterAdded(&channel);
channel           147 content/renderer/media/video_capture_message_filter_unittest.cc   IPC::TestSink channel;
channel           148 content/renderer/media/video_capture_message_filter_unittest.cc   filter->OnFilterAdded(&channel);
channel           187 content/renderer/media/video_capture_message_filter_unittest.cc   IPC::TestSink channel;
channel           188 content/renderer/media/video_capture_message_filter_unittest.cc   filter->OnFilterAdded(&channel);
channel           203 content/renderer/media/video_capture_message_filter_unittest.cc   IPC::TestSink channel;
channel           204 content/renderer/media/video_capture_message_filter_unittest.cc   filter->OnFilterAdded(&channel);
channel            74 content/renderer/media/webaudiosourceprovider_impl_unittest.cc       if (memcmp(bus1->channel(ch), bus2->channel(ch),
channel            75 content/renderer/media/webaudiosourceprovider_impl_unittest.cc                  sizeof(*bus1->channel(ch)) * bus1->frames()) != 0) {
channel           165 content/renderer/media/webaudiosourceprovider_impl_unittest.cc     audio_data[i] = bus1->channel(i);
channel           168 content/renderer/media/webaudiosourceprovider_impl_unittest.cc   bus1->channel(0)[0] = 1;
channel           178 content/renderer/media/webaudiosourceprovider_impl_unittest.cc   bus1->channel(0)[0] = 1;
channel           187 content/renderer/media/webaudiosourceprovider_impl_unittest.cc   bus1->channel(0)[0] = 1;
channel           210 content/renderer/media/webaudiosourceprovider_impl_unittest.cc   bus1->channel(0)[0] = 1;
channel           223 content/renderer/media/webaudiosourceprovider_impl_unittest.cc   bus1->channel(0)[0] = 1;
channel           207 content/renderer/media/webrtc_audio_device_not_impl.cc     const ChannelType channel) {
channel           211 content/renderer/media/webrtc_audio_device_not_impl.cc int32_t WebRtcAudioDeviceNotImpl::RecordingChannel(ChannelType* channel) const {
channel            87 content/renderer/media/webrtc_audio_device_not_impl.h   virtual int32_t SetRecordingChannel(const ChannelType channel) OVERRIDE;
channel            88 content/renderer/media/webrtc_audio_device_not_impl.h   virtual int32_t RecordingChannel(ChannelType* channel) const OVERRIDE;
channel            65 content/renderer/media/webrtc_local_audio_source_provider_unittest.cc     audio_data[i] = sink_bus_->channel(i);
channel            71 content/renderer/media/webrtc_local_audio_source_provider_unittest.cc   EXPECT_TRUE(sink_bus_->channel(0)[0] == 0);
channel            94 content/renderer/media/webrtc_local_audio_source_provider_unittest.cc     EXPECT_DOUBLE_EQ(0.0, sink_bus_->channel(0)[0]);
channel            95 content/renderer/media/webrtc_local_audio_source_provider_unittest.cc     EXPECT_DOUBLE_EQ(0.0, sink_bus_->channel(1)[0]);
channel           110 content/renderer/media/webrtc_local_audio_source_provider_unittest.cc     EXPECT_GT(sink_bus_->channel(0)[0], 0);
channel           111 content/renderer/media/webrtc_local_audio_source_provider_unittest.cc     EXPECT_GT(sink_bus_->channel(1)[0], 0);
channel           112 content/renderer/media/webrtc_local_audio_source_provider_unittest.cc     EXPECT_DOUBLE_EQ(sink_bus_->channel(0)[0], sink_bus_->channel(1)[0]);
channel           105 content/renderer/npapi/webplugin_delegate_proxy.cc   ResourceClientProxy(PluginChannelHost* channel, int instance_id)
channel           106 content/renderer/npapi/webplugin_delegate_proxy.cc     : channel_(channel), instance_id_(instance_id), resource_id_(0),
channel            74 content/renderer/p2p/socket_dispatcher.cc void P2PSocketDispatcher::OnFilterAdded(IPC::Channel* channel) {
channel            76 content/renderer/p2p/socket_dispatcher.cc   channel_ = channel;
channel            78 content/renderer/p2p/socket_dispatcher.h   virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE;
channel            60 content/renderer/pepper/host_dispatcher_wrapper.cc   dispatcher_->channel()->SetRestrictDispatchChannelGroup(
channel            62 content/renderer/pepper/message_channel.cc   MessageChannel* channel = ToMessageChannel(object);
channel            63 content/renderer/pepper/message_channel.cc   return channel ? channel->passthrough_object() : NULL;
channel            80 content/renderer/pepper/pepper_broker.cc   dispatcher_->channel()->SetRestrictDispatchChannelGroup(
channel            59 content/renderer/pepper/pepper_hung_plugin_filter.cc void PepperHungPluginFilter::OnFilterAdded(IPC::Channel* channel) {
channel            46 content/renderer/pepper/pepper_hung_plugin_filter.h   virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE;
channel           176 content/renderer/pepper/renderer_ppapi_host_impl.cc     return dispatcher_->channel()->peer_pid();
channel           648 content/renderer/render_thread_impl.cc   return channel();
channel           702 content/renderer/render_thread_impl.cc   channel()->AddFilter(filter);
channel           706 content/renderer/render_thread_impl.cc   channel()->RemoveFilter(filter);
channel            60 content/renderer/render_thread_impl_browsertest.cc   IPC::Channel channel(channel_id, IPC::Channel::MODE_SERVER, &dummy_listener);
channel            61 content/renderer/render_thread_impl_browsertest.cc   ASSERT_TRUE(channel.Connect());
channel           114 content/renderer/shared_worker/embedded_shared_worker_stub.cc     blink::WebMessagePortChannel* channel = *iter;
channel           115 content/renderer/shared_worker/embedded_shared_worker_stub.cc     channel->destroy();
channel           179 content/renderer/shared_worker/embedded_shared_worker_stub.cc     WebMessagePortChannelImpl* channel) {
channel           180 content/renderer/shared_worker/embedded_shared_worker_stub.cc   impl_->connect(channel);
channel           182 content/renderer/shared_worker/embedded_shared_worker_stub.cc       new WorkerHostMsg_WorkerConnected(channel->message_port_id(), route_id_));
channel           187 content/renderer/shared_worker/embedded_shared_worker_stub.cc   WebMessagePortChannelImpl* channel =
channel           192 content/renderer/shared_worker/embedded_shared_worker_stub.cc     ConnectToChannel(channel);
channel           198 content/renderer/shared_worker/embedded_shared_worker_stub.cc     pending_channels_.push_back(channel);
channel            69 content/renderer/shared_worker/embedded_shared_worker_stub.h   void ConnectToChannel(WebMessagePortChannelImpl* channel);
channel            78 content/renderer/websharedworker_proxy.cc void WebSharedWorkerProxy::connect(blink::WebMessagePortChannel* channel,
channel            81 content/renderer/websharedworker_proxy.cc         static_cast<WebMessagePortChannelImpl*>(channel);
channel            37 content/renderer/websharedworker_proxy.h   virtual void connect(blink::WebMessagePortChannel* channel,
channel            68 content/utility/utility_thread_impl.cc     channel()->Close();
channel            92 content/worker/websharedworker_stub.cc   WebMessagePortChannelImpl* channel =
channel            97 content/worker/websharedworker_stub.cc     impl_->connect(channel);
channel            99 content/worker/websharedworker_stub.cc         new WorkerHostMsg_WorkerConnected(channel->message_port_id(),
channel           106 content/worker/websharedworker_stub.cc     pending_channels_.push_back(channel);
channel           136 content/worker/websharedworker_stub.cc     blink::WebMessagePortChannel* channel = *iter;
channel           137 content/worker/websharedworker_stub.cc     channel->destroy();
channel            56 content/worker/worker_thread.cc   channel()->AddFilter(db_message_filter_.get());
channel            60 content/worker/worker_thread.cc   channel()->AddFilter(indexed_db_message_filter_->GetFilter());
channel            85 content/worker/worker_thread.cc   channel()->RemoveFilter(db_message_filter_.get());
channel            19 device/bluetooth/bluetooth_profile.cc     : channel(0),
channel            46 device/bluetooth/bluetooth_profile.h     uint16 channel;
channel            87 device/bluetooth/bluetooth_profile_chromeos.cc   options_.channel = options.channel;
channel           555 extensions/common/features/simple_feature_unittest.cc     const std::string& channel, VersionInfo::Channel channel_for_testing) {
channel           561 extensions/common/features/simple_feature_unittest.cc   if (!channel.empty()) {
channel           563 extensions/common/features/simple_feature_unittest.cc     feature_value.SetString("channel", channel);
channel           191 google_apis/gcm/engine/checkin_request_unittest.cc   EXPECT_EQ(chrome_build_proto_.channel(),
channel           192 google_apis/gcm/engine/checkin_request_unittest.cc             request_proto.checkin().chrome_build().channel());
channel           207 ipc/ipc_channel_posix_unittest.cc   IPC::Channel channel(handle, IPC::Channel::MODE_NAMED_SERVER, NULL);
channel           208 ipc/ipc_channel_posix_unittest.cc   ASSERT_TRUE(channel.Connect());
channel           209 ipc/ipc_channel_posix_unittest.cc   ASSERT_TRUE(channel.AcceptsConnections());
channel           210 ipc/ipc_channel_posix_unittest.cc   ASSERT_FALSE(channel.HasAcceptedConnection());
channel           211 ipc/ipc_channel_posix_unittest.cc   channel.ResetToAcceptingConnectionState();
channel           212 ipc/ipc_channel_posix_unittest.cc   ASSERT_FALSE(channel.HasAcceptedConnection());
channel           224 ipc/ipc_channel_posix_unittest.cc   IPC::Channel channel(handle, IPC::Channel::MODE_SERVER, NULL);
channel           225 ipc/ipc_channel_posix_unittest.cc   ASSERT_TRUE(channel.Connect());
channel           226 ipc/ipc_channel_posix_unittest.cc   ASSERT_FALSE(channel.AcceptsConnections());
channel           227 ipc/ipc_channel_posix_unittest.cc   channel.Close();
channel           283 ipc/ipc_channel_posix_unittest.cc   IPC::Channel channel(chan_handle, IPC::Channel::MODE_NAMED_SERVER, &listener);
channel           284 ipc/ipc_channel_posix_unittest.cc   ASSERT_TRUE(channel.Connect());
channel           285 ipc/ipc_channel_posix_unittest.cc   ASSERT_TRUE(channel.AcceptsConnections());
channel           286 ipc/ipc_channel_posix_unittest.cc   ASSERT_FALSE(channel.HasAcceptedConnection());
channel           292 ipc/ipc_channel_posix_unittest.cc   ASSERT_TRUE(channel.HasAcceptedConnection());
channel           296 ipc/ipc_channel_posix_unittest.cc   channel.Send(message);
channel           302 ipc/ipc_channel_posix_unittest.cc   ASSERT_FALSE(channel.HasAcceptedConnection());
channel           312 ipc/ipc_channel_posix_unittest.cc   IPC::Channel channel(chan_handle, IPC::Channel::MODE_NAMED_SERVER, &listener);
channel           313 ipc/ipc_channel_posix_unittest.cc   ASSERT_TRUE(channel.Connect());
channel           314 ipc/ipc_channel_posix_unittest.cc   ASSERT_TRUE(channel.AcceptsConnections());
channel           315 ipc/ipc_channel_posix_unittest.cc   ASSERT_FALSE(channel.HasAcceptedConnection());
channel           321 ipc/ipc_channel_posix_unittest.cc   ASSERT_TRUE(channel.HasAcceptedConnection());
channel           322 ipc/ipc_channel_posix_unittest.cc   channel.ResetToAcceptingConnectionState();
channel           323 ipc/ipc_channel_posix_unittest.cc   ASSERT_FALSE(channel.HasAcceptedConnection());
channel           329 ipc/ipc_channel_posix_unittest.cc   ASSERT_TRUE(channel.HasAcceptedConnection());
channel           333 ipc/ipc_channel_posix_unittest.cc   channel.Send(message);
channel           340 ipc/ipc_channel_posix_unittest.cc   ASSERT_FALSE(channel.HasAcceptedConnection());
channel           346 ipc/ipc_channel_posix_unittest.cc   IPC::Channel channel(handle, IPC::Channel::MODE_NAMED_SERVER, NULL);
channel           347 ipc/ipc_channel_posix_unittest.cc   ASSERT_FALSE(channel.Connect());
channel           369 ipc/ipc_channel_posix_unittest.cc   IPC::Channel channel(chan_handle, IPC::Channel::MODE_NAMED_SERVER, &listener);
channel           370 ipc/ipc_channel_posix_unittest.cc   ASSERT_TRUE(channel.Connect());
channel           371 ipc/ipc_channel_posix_unittest.cc   ASSERT_TRUE(channel.AcceptsConnections());
channel           372 ipc/ipc_channel_posix_unittest.cc   ASSERT_FALSE(channel.HasAcceptedConnection());
channel           378 ipc/ipc_channel_posix_unittest.cc   ASSERT_TRUE(channel.HasAcceptedConnection());
channel           386 ipc/ipc_channel_posix_unittest.cc   ASSERT_TRUE(channel.HasAcceptedConnection());
channel           390 ipc/ipc_channel_posix_unittest.cc   channel.Send(message);
channel           395 ipc/ipc_channel_posix_unittest.cc   ASSERT_FALSE(channel.HasAcceptedConnection());
channel           403 ipc/ipc_channel_posix_unittest.cc   IPC::Channel channel(chan_handle, IPC::Channel::MODE_SERVER, &listener);
channel           405 ipc/ipc_channel_posix_unittest.cc   ASSERT_TRUE(channel.Connect());
channel           413 ipc/ipc_channel_posix_unittest.cc   IPC::Channel channel(chan_handle, IPC::Channel::MODE_NONE, &listener);
channel           414 ipc/ipc_channel_posix_unittest.cc   ASSERT_FALSE(channel.Connect());
channel           424 ipc/ipc_channel_posix_unittest.cc   IPC::Channel channel(chan_handle, IPC::Channel::MODE_NAMED_SERVER, &listener);
channel           427 ipc/ipc_channel_posix_unittest.cc   channel.Close();
channel           438 ipc/ipc_channel_posix_unittest.cc   IPC::Channel channel(handle, IPC::Channel::MODE_NAMED_CLIENT, &listener);
channel           439 ipc/ipc_channel_posix_unittest.cc   EXPECT_TRUE(channel.Connect());
channel           451 ipc/ipc_channel_posix_unittest.cc   IPC::Channel channel(handle, IPC::Channel::MODE_NAMED_CLIENT, &listener);
channel           458 ipc/ipc_channel_posix_unittest.cc   bool connected = channel.Connect();
channel           116 ipc/ipc_channel_proxy.cc void ChannelProxy::MessageFilter::OnFilterAdded(Channel* channel) {}
channel           512 ipc/ipc_channel_proxy.cc   Channel* channel = context_.get()->channel_.get();
channel           514 ipc/ipc_channel_proxy.cc   DCHECK(channel) << context_.get()->channel_id_;
channel           515 ipc/ipc_channel_proxy.cc   return channel->GetClientFileDescriptor();
channel           521 ipc/ipc_channel_proxy.cc   Channel* channel = context_.get()->channel_.get();
channel           523 ipc/ipc_channel_proxy.cc   DCHECK(channel) << context_.get()->channel_id_;
channel           524 ipc/ipc_channel_proxy.cc   return channel->TakeClientFileDescriptor();
channel           530 ipc/ipc_channel_proxy.cc   Channel* channel = context_.get()->channel_.get();
channel           532 ipc/ipc_channel_proxy.cc   DCHECK(channel) << context_.get()->channel_id_;
channel           533 ipc/ipc_channel_proxy.cc   return channel->GetPeerEuid(peer_euid);
channel            68 ipc/ipc_channel_proxy.h     virtual void OnFilterAdded(Channel* channel);
channel            58 ipc/ipc_channel_proxy_unittest.cc   void Init(IPC::Channel* channel) {
channel            60 ipc/ipc_channel_proxy_unittest.cc     channel_ = channel;
channel           260 ipc/ipc_channel_proxy_unittest.cc   IPC::Channel channel(IPCTestBase::GetChannelName("ChannelProxyClient"),
channel           263 ipc/ipc_channel_proxy_unittest.cc   CHECK(channel.Connect());
channel           264 ipc/ipc_channel_proxy_unittest.cc   listener.Init(&channel);
channel           139 ipc/ipc_channel_unittest.cc   channel()->Close();
channel           178 ipc/ipc_channel_unittest.cc   channel()->Close();
channel           246 ipc/ipc_channel_unittest.cc   channel()->Close();
channel           257 ipc/ipc_channel_unittest.cc   IPC::Channel channel(IPCTestBase::GetChannelName("GenericClient"),
channel           260 ipc/ipc_channel_unittest.cc   CHECK(channel.Connect());
channel           261 ipc/ipc_channel_unittest.cc   listener.Init(&channel);
channel           262 ipc/ipc_channel_unittest.cc   Send(&channel, "hello from child");
channel            26 ipc/ipc_channel_win.cc Channel::ChannelImpl::State::State(ChannelImpl* channel) : is_pending(false) {
channel            28 ipc/ipc_channel_win.cc   context.handler = channel;
channel            61 ipc/ipc_channel_win.h     explicit State(ChannelImpl* channel);
channel           250 ipc/ipc_fuzzing_tests.cc   IPC::Channel channel(IPCTestBase::GetChannelName("FuzzServerClient"),
channel           253 ipc/ipc_fuzzing_tests.cc   CHECK(channel.Connect());
channel           254 ipc/ipc_fuzzing_tests.cc   listener.Init(&channel);
channel           269 ipc/ipc_fuzzing_tests.cc   listener.Init(channel());
channel           297 ipc/ipc_fuzzing_tests.cc   listener.Init(channel());
channel           325 ipc/ipc_fuzzing_tests.cc   listener.Init(channel());
channel           134 ipc/ipc_logging.cc     data->channel = channel_id;
channel           256 ipc/ipc_logging.cc             data.channel.c_str(),
channel           273 ipc/ipc_logging.cc void GenerateLogData(const std::string& channel, const Message& message,
channel           301 ipc/ipc_logging.cc     data->channel = channel;
channel           689 ipc/ipc_message_utils.cc   WriteParam(m, p.channel);
channel           704 ipc/ipc_message_utils.cc       ReadParam(m, iter, &r->channel) &&
channel            70 ipc/ipc_message_utils.h   std::string channel;
channel           780 ipc/ipc_message_utils.h IPC_EXPORT void GenerateLogData(const std::string& channel,
channel            94 ipc/ipc_perftests.cc   void Init(IPC::Channel* channel) {
channel            96 ipc/ipc_perftests.cc     channel_ = channel;
channel           153 ipc/ipc_perftests.cc   void Init(IPC::Channel* channel) {
channel           155 ipc/ipc_perftests.cc     channel_ = channel;
channel           229 ipc/ipc_perftests.cc   listener.Init(channel());
channel           268 ipc/ipc_perftests.cc   IPC::Channel channel(IPCTestBase::GetChannelName("PerformanceClient"),
channel           271 ipc/ipc_perftests.cc   listener.Init(&channel);
channel           272 ipc/ipc_perftests.cc   CHECK(channel.Connect());
channel           119 ipc/ipc_send_fds_test.cc     channel()->Close();
channel           137 ipc/ipc_send_fds_test.cc   IPC::Channel channel(IPCTestBase::GetChannelName(test_client_name),
channel           140 ipc/ipc_send_fds_test.cc   CHECK(channel.Connect());
channel           273 ipc/ipc_send_fds_test.cc   static void Connect(IPC::Channel *channel) {
channel           274 ipc/ipc_send_fds_test.cc     EXPECT_TRUE(channel->Connect());
channel           330 ipc/ipc_sync_channel_unittest.cc     SyncChannel* channel = new SyncChannel(
channel           332 ipc/ipc_sync_channel_unittest.cc     channel->Init(channel_name(), mode(), create_pipe_now_);
channel           333 ipc/ipc_sync_channel_unittest.cc     return channel;
channel           351 ipc/ipc_sync_channel_unittest.cc     SyncChannel* channel = new SyncChannel(
channel           353 ipc/ipc_sync_channel_unittest.cc     channel->Init(channel_name(), mode(), create_pipe_now_);
channel           354 ipc/ipc_sync_channel_unittest.cc     return channel;
channel          1045 ipc/ipc_sync_channel_unittest.cc   virtual void OnFilterAdded(Channel* channel) OVERRIDE {
channel          1046 ipc/ipc_sync_channel_unittest.cc     SyncMessageFilter::OnFilterAdded(channel);
channel          1081 ipc/ipc_sync_channel_unittest.cc     channel()->AddFilter(filter_.get());
channel          1237 ipc/ipc_sync_channel_unittest.cc     channel()->SetRestrictDispatchChannelGroup(1);
channel          1393 ipc/ipc_sync_channel_unittest.cc     channel()->SetRestrictDispatchChannelGroup(1);
channel          1635 ipc/ipc_sync_channel_unittest.cc     channel()->SetRestrictDispatchChannelGroup(group_);
channel          1833 ipc/ipc_sync_channel_unittest.cc     ASSERT_EQ(channel()->peer_pid(), base::GetCurrentProcId());
channel          1862 ipc/ipc_sync_channel_unittest.cc     ASSERT_EQ(channel()->peer_pid(), base::GetCurrentProcId());
channel            69 ipc/ipc_sync_message_filter.cc void SyncMessageFilter::OnFilterAdded(Channel* channel) {
channel            70 ipc/ipc_sync_message_filter.cc   channel_ = channel;
channel            37 ipc/ipc_sync_message_filter.h   virtual void OnFilterAdded(Channel* channel) OVERRIDE;
channel            80 ipc/ipc_test_base.h   IPC::Channel* channel() { return channel_.get(); }
channel           111 ipc/sync_socket_unittest.cc   IPC::Channel channel(IPCTestBase::GetChannelName("SyncSocketServerClient"),
channel           114 ipc/sync_socket_unittest.cc   EXPECT_TRUE(channel.Connect());
channel           115 ipc/sync_socket_unittest.cc   listener.Init(&channel);
channel           183 ipc/sync_socket_unittest.cc   listener.Init(&pair[0], channel());
channel            19 jingle/glue/channel_socket_adapter.cc     cricket::TransportChannel* channel)
channel            21 jingle/glue/channel_socket_adapter.cc       channel_(channel),
channel           142 jingle/glue/channel_socket_adapter.cc     cricket::TransportChannel* channel,
channel           148 jingle/glue/channel_socket_adapter.cc   DCHECK_EQ(channel, channel_);
channel           173 jingle/glue/channel_socket_adapter.cc     cricket::TransportChannel* channel) {
channel           194 jingle/glue/channel_socket_adapter.cc     cricket::TransportChannel* channel) {
channel           196 jingle/glue/channel_socket_adapter.cc   DCHECK_EQ(channel, channel_);
channel            32 jingle/glue/channel_socket_adapter.h   explicit TransportChannelSocketAdapter(cricket::TransportChannel* channel);
channel            55 jingle/glue/channel_socket_adapter.h   void OnNewPacket(cricket::TransportChannel* channel,
channel            60 jingle/glue/channel_socket_adapter.h   void OnWritableState(cricket::TransportChannel* channel);
channel            61 jingle/glue/channel_socket_adapter.h   void OnChannelDestroyed(cricket::TransportChannel* channel);
channel            69 jingle/notifier/listener/non_blocking_push_client_unittest.cc   subscriptions[0].channel = "channel";
channel            95 jingle/notifier/listener/non_blocking_push_client_unittest.cc   notification.channel = "channel";
channel            20 jingle/notifier/listener/notification_defines.cc   return channel == other.channel && from == other.from;
channel            62 jingle/notifier/listener/notification_defines.cc       channel == other.channel &&
channel            71 jingle/notifier/listener/notification_defines.cc       base::EscapeBytesAsInvalidJSONString(channel, true /* put_in_quotes */);
channel            20 jingle/notifier/listener/notification_defines.h   std::string channel;
channel            53 jingle/notifier/listener/notification_defines.h   std::string channel;
channel            67 jingle/notifier/listener/push_notifications_listen_task.cc     notification.channel = push_element->Attr(kQnChannel);
channel            62 jingle/notifier/listener/push_notifications_send_update_task.cc   push->AddAttr(kQnChannel, notification.channel);
channel            35 jingle/notifier/listener/push_notifications_send_update_task_unittest.cc   notification.channel = "test_channel";
channel            53 jingle/notifier/listener/push_notifications_send_update_task_unittest.cc           to_jid_bare_.Str().c_str(), notification.channel.c_str(),
channel           102 jingle/notifier/listener/push_notifications_subscribe_task.cc                   iter->channel.c_str());
channel            38 jingle/notifier/listener/push_notifications_subscribe_task_unittest.cc   subscription.channel = "test_channel1";
channel            41 jingle/notifier/listener/push_notifications_subscribe_task_unittest.cc   subscription.channel = "test_channel2";
channel           160 media/audio/alsa/alsa_wrapper.cc     snd_mixer_elem_t* elem, snd_mixer_selem_channel_id_t channel, long* value) {
channel           161 media/audio/alsa/alsa_wrapper.cc   return snd_mixer_selem_get_capture_volume(elem, channel, value);
channel            68 media/audio/alsa/alsa_wrapper.h                                          snd_mixer_selem_channel_id_t channel,
channel           247 media/audio/audio_low_latency_input_output_unittest.cc       EXPECT_EQ(static_cast<size_t>(size) % sizeof(*audio_bus->channel(0)), 0U);
channel            89 media/audio/audio_output_controller_unittest.cc   arg1->channel(0)[0] = kBufferNonZeroData;
channel           197 media/audio/audio_output_controller_unittest.cc     EXPECT_EQ(kBufferNonZeroData, dest->channel(0)[0]);
channel            45 media/audio/audio_power_monitor.cc         average_power_, buffer.channel(i), num_frames, sample_weight_);
channel            45 media/audio/audio_power_monitor_unittest.cc     result.bus_->channel(0)[result.bus_->frames() / 2] = bad_value;
channel            70 media/audio/audio_power_monitor_unittest.cc         memcpy(bus_->channel(ch) + frames, data + num_frames * ch,
channel           396 media/audio/mac/audio_auhal_mac.cc       input_buffer_list_->mBuffers[i].mData = input_bus_->channel(i);
channel           651 media/audio/mac/audio_low_latency_input_mac.cc bool AUAudioInputStream::IsVolumeSettableOnChannel(int channel) {
channel           656 media/audio/mac/audio_low_latency_input_mac.cc     static_cast<UInt32>(channel)
channel           111 media/audio/mac/audio_low_latency_input_mac.h   bool IsVolumeSettableOnChannel(int channel);
channel            18 media/audio/pulse/pulse_util.cc pa_channel_position ChromiumToPAChannelPosition(Channels channel) {
channel            19 media/audio/pulse/pulse_util.cc   switch (channel) {
channel            45 media/audio/pulse/pulse_util.cc       NOTREACHED() << "Invalid channel: " << channel;
channel            43 media/audio/simple_sources.cc     audio_bus->channel(0)[i] = sin(2.0 * M_PI * f_ * time_state_++);
channel            45 media/audio/simple_sources.cc     memcpy(audio_bus->channel(i), audio_bus->channel(0),
channel            46 media/audio/simple_sources.cc            max_frames * sizeof(*audio_bus->channel(i)));
channel            36 media/audio/simple_sources_unittest.cc   EXPECT_NEAR(0, audio_bus->channel(0)[0],
channel            38 media/audio/simple_sources_unittest.cc   EXPECT_FLOAT_EQ(0.15643446f, audio_bus->channel(0)[1]);
channel            39 media/audio/simple_sources_unittest.cc   EXPECT_LT(audio_bus->channel(0)[1], audio_bus->channel(0)[2]);
channel            40 media/audio/simple_sources_unittest.cc   EXPECT_LT(audio_bus->channel(0)[2], audio_bus->channel(0)[3]);
channel            42 media/audio/simple_sources_unittest.cc   EXPECT_NEAR(0, audio_bus->channel(0)[half_period],
channel            44 media/audio/simple_sources_unittest.cc   EXPECT_FLOAT_EQ(-0.15643446f, audio_bus->channel(0)[half_period + 1]);
channel            45 media/audio/simple_sources_unittest.cc   EXPECT_GT(audio_bus->channel(0)[half_period + 1],
channel            46 media/audio/simple_sources_unittest.cc             audio_bus->channel(0)[half_period + 2]);
channel            47 media/audio/simple_sources_unittest.cc   EXPECT_GT(audio_bus->channel(0)[half_period + 2],
channel            48 media/audio/simple_sources_unittest.cc             audio_bus->channel(0)[half_period + 3]);
channel           583 media/audio/win/audio_output_win_unittest.cc     DCHECK_EQ(static_cast<size_t>(size) % sizeof(*audio_bus_->channel(0)), 0U);
channel           197 media/base/audio_buffer.cc       memcpy(dest->channel(ch) + dest_frame_offset,
channel           211 media/base/audio_buffer.cc       float* dest_data = dest->channel(ch) + dest_frame_offset;
channel           224 media/base/audio_buffer.cc       float* dest_data = dest->channel(ch) + dest_frame_offset;
channel            99 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(0), 4, 10.0f, 1.0f);
channel           111 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(0), 4, 34.0f, 1.0f);
channel           121 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(0), 4, 40.0f, 1.0f);
channel           127 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(0), 4, 54.0f, 1.0f);
channel           170 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(0), 3, 1.0f, 2.0f);
channel           171 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(1), 3, 2.0f, 2.0f);
channel           176 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(0), 8, 1.0f, 2.0f);
channel           177 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(1), 8, 2.0f, 2.0f);
channel           185 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(0), 2, 57.0f, 2.0f);
channel           186 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(1), 2, 58.0f, 2.0f);
channel           205 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(0), 4, 0.0f, 4.0f / 127.0f);
channel           206 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(1), 4, 1.0f / 127.0f, 4.0f / 127.0f);
channel           207 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(2), 4, 2.0f / 127.0f, 4.0f / 127.0f);
channel           208 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(3), 4, 3.0f / 127.0f, 4.0f / 127.0f);
channel           229 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(0), 6, 1.0f / kint16max, 2.0f / kint16max);
channel           230 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(1), 6, 2.0f / kint16max, 2.0f / kint16max);
channel           251 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(0), 6, 1.0f / kint32max, 2.0f / kint32max);
channel           252 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(1), 6, 2.0f / kint32max, 2.0f / kint32max);
channel           257 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(0), 2, 13.0f / kint32max, 2.0f / kint32max);
channel           258 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(1), 2, 14.0f / kint32max, 2.0f / kint32max);
channel           278 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(0), 4, 1.0f, 1.0f);
channel           279 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(0) + 4, 2, 50.0f, 1.0f);
channel           280 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(1), 4, 5.0f, 1.0f);
channel           281 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(1) + 4, 2, 60.0f, 1.0f);
channel           302 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(0), 4, 1.0f / kint16max, 1.0f / kint16max);
channel           303 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(0) + 4, 2, 100.0f / kint16max, 5.0f / kint16max);
channel           304 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(1), 4, 5.0f / kint16max, 1.0f / kint16max);
channel           305 media/base/audio_buffer_queue_unittest.cc   VerifyResult(bus->channel(1) + 4, 2, 200.0f / kint16max, 5.0f / kint16max);
channel           328 media/base/audio_buffer_queue_unittest.cc     VerifyResult(bus->channel(i), 30, static_cast<float>(i), 8.0f);
channel           353 media/base/audio_buffer_queue_unittest.cc     VerifyResult(bus1->channel(i),
channel           357 media/base/audio_buffer_queue_unittest.cc     VerifyResult(bus2->channel(i),
channel           366 media/base/audio_buffer_queue_unittest.cc     VerifyResult(bus1->channel(i),
channel           106 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(0), frames, 0.0f, 4.0f / 127.0f);
channel           107 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(1), frames, 1.0f / 127.0f, 4.0f / 127.0f);
channel           108 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(2), frames, 2.0f / 127.0f, 4.0f / 127.0f);
channel           109 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(3), frames, 3.0f / 127.0f, 4.0f / 127.0f);
channel           133 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(0), 6, 1.0f / kint16max, 2.0f / kint16max);
channel           134 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(1), 6, 2.0f / kint16max, 2.0f / kint16max);
channel           141 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(0), frames, 1.0f / kint16max, 2.0f / kint16max);
channel           142 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(1), frames, 2.0f / kint16max, 2.0f / kint16max);
channel           166 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(0), frames, 1.0f / kint32max, 2.0f / kint32max);
channel           167 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(1), frames, 2.0f / kint32max, 2.0f / kint32max);
channel           172 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(0), 2, 7.0f / kint32max, 2.0f / kint32max);
channel           173 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(1), 2, 8.0f / kint32max, 2.0f / kint32max);
channel           196 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(0), 10, 1.0f, 2.0f);
channel           197 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(1), 10, 2.0f, 2.0f);
channel           202 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(0), 10, 21.0f, 2.0f);
channel           203 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(1), 10, 22.0f, 2.0f);
channel           228 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(0), 6, 1.0f / kint16max, 1.0f / kint16max);
channel           229 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(1), 6, 21.0f / kint16max, 1.0f / kint16max);
channel           236 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(0), frames, 20.0f / kint16max, -1.0f / kint16max);
channel           237 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(1), frames, 40.0f / kint16max, -1.0f / kint16max);
channel           244 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(0), frames, 20.0f / kint16max, -1.0f / kint16max);
channel           245 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(1), frames, 40.0f / kint16max, -1.0f / kint16max);
channel           270 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(0), frames, 1.0f, 1.0f);
channel           271 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(1), frames, 101.0f, 1.0f);
channel           272 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(2), frames, 201.0f, 1.0f);
channel           273 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(3), frames, 301.0f, 1.0f);
channel           278 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(0), 20, 51.0f, 1.0f);
channel           279 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(1), 20, 151.0f, 1.0f);
channel           280 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(2), 20, 251.0f, 1.0f);
channel           281 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(3), 20, 351.0f, 1.0f);
channel           300 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(0), frames, 0.0f, 0.0f);
channel           301 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(1), frames, 0.0f, 0.0f);
channel           302 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(2), frames, 0.0f, 0.0f);
channel           303 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(3), frames, 0.0f, 0.0f);
channel           328 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(0), 20, 1.0f, 1.0f);
channel           336 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(0), 20, 11.0f, 1.0f);
channel           344 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(0), 20, 11.0f, 1.0f);
channel           352 media/base/audio_buffer_unittest.cc   VerifyResult(bus->channel(0), 10, 61.0f, 1.0f);
channel            50 media/base/audio_bus.cc     float* channel_data = dest->channel(ch);
channel            70 media/base/audio_bus.cc     const float* channel_data = source->channel(ch);
channel           186 media/base/audio_bus.cc void AudioBus::SetChannelData(int channel, float* data) {
channel           189 media/base/audio_bus.cc   CHECK_GE(channel, 0);
channel           190 media/base/audio_bus.cc   CHECK_LT(static_cast<size_t>(channel), channel_data_.size());
channel           192 media/base/audio_bus.cc   channel_data_[channel] = data;
channel           321 media/base/audio_bus.cc     memcpy(dest->channel(i) + dest_start_frame,
channel           322 media/base/audio_bus.cc            channel(i) + source_start_frame,
channel           323 media/base/audio_bus.cc            sizeof(*channel(i)) * frame_count);
channel           330 media/base/audio_bus.cc       vector_math::FMUL(channel(i), volume, frames(), channel(i));
channel            90 media/base/audio_bus.h   float* channel(int channel) { return channel_data_[channel]; }
channel            91 media/base/audio_bus.h   const float* channel(int channel) const { return channel_data_[channel]; }
channel            92 media/base/audio_bus.h   void SetChannelData(int channel, float* data);
channel            51 media/base/audio_bus_unittest.cc           ASSERT_FLOAT_EQ(expected->channel(ch)[i], result->channel(ch)[i]);
channel            53 media/base/audio_bus_unittest.cc           ASSERT_NEAR(expected->channel(ch)[i], result->channel(ch)[i],
channel            71 media/base/audio_bus_unittest.cc           bus->channel(i)) & (AudioBus::kChannelAlignment - 1));
channel            72 media/base/audio_bus_unittest.cc       std::fill(bus->channel(i), bus->channel(i) + bus->frames(), i);
channel            76 media/base/audio_bus_unittest.cc       VerifyValue(bus->channel(i), bus->frames(), i);
channel            80 media/base/audio_bus_unittest.cc       VerifyValue(bus->channel(i), bus->frames(), 0);
channel            87 media/base/audio_bus_unittest.cc       std::fill(bus1->channel(i), bus1->channel(i) + bus1->frames(), i);
channel           152 media/base/audio_bus_unittest.cc     VerifyValue(bus->channel(i), bus->frames(), kTestValue);
channel           157 media/base/audio_bus_unittest.cc   EXPECT_GE(bus->channel(0), data.get());
channel           158 media/base/audio_bus_unittest.cc   EXPECT_LT(bus->channel(bus->channels() - 1) + bus->frames(),
channel           207 media/base/audio_bus_unittest.cc     std::fill(bus->channel(i), bus->channel(i) + bus->frames(), i + 1);
channel           213 media/base/audio_bus_unittest.cc     VerifyValue(bus->channel(i), kFrameCount / 2, 0);
channel           214 media/base/audio_bus_unittest.cc     VerifyValue(bus->channel(i) + kFrameCount / 2,
channel           220 media/base/audio_bus_unittest.cc     std::fill(bus->channel(i), bus->channel(i) + bus->frames(), i + 1);
channel           226 media/base/audio_bus_unittest.cc     VerifyValue(bus->channel(i) + kFrameCount / 2,
channel           228 media/base/audio_bus_unittest.cc     VerifyValue(bus->channel(i), kFrameCount / 2, i + 1);
channel           233 media/base/audio_bus_unittest.cc     std::fill(bus->channel(i), bus->channel(i) + bus->frames(), i + 1);
channel           239 media/base/audio_bus_unittest.cc     VerifyValue(bus->channel(i), bus->frames(), 0);
channel           269 media/base/audio_bus_unittest.cc     memcpy(expected->channel(ch), kTestVectorResult[ch],
channel           270 media/base/audio_bus_unittest.cc            kTestVectorFrames * sizeof(*expected->channel(ch)));
channel           310 media/base/audio_bus_unittest.cc     memcpy(expected->channel(ch) + kPartialStart,
channel           312 media/base/audio_bus_unittest.cc            kPartialFrames * sizeof(*expected->channel(ch)));
channel           328 media/base/audio_bus_unittest.cc     memcpy(bus->channel(ch), kTestVectorResult[ch],
channel           329 media/base/audio_bus_unittest.cc            kTestVectorFrames * sizeof(*bus->channel(ch)));
channel           373 media/base/audio_bus_unittest.cc     memcpy(expected->channel(ch), kTestVectorResult[ch],
channel           374 media/base/audio_bus_unittest.cc            kTestVectorFrames * sizeof(*expected->channel(ch)));
channel           391 media/base/audio_bus_unittest.cc     std::fill(bus->channel(i), bus->channel(i) + bus->frames(), kFillValue);
channel           397 media/base/audio_bus_unittest.cc     VerifyValue(bus->channel(i), bus->frames(), kFillValue);
channel           405 media/base/audio_bus_unittest.cc     VerifyValue(bus->channel(i), bus->frames(), kFillValue * kVolume);
channel           412 media/base/audio_bus_unittest.cc     VerifyValue(bus->channel(i), bus->frames(), 0);
channel           214 media/base/audio_converter.cc               provide_input_dest->channel(i), volume,
channel           215 media/base/audio_converter.cc               provide_input_dest->frames(), temp_dest->channel(i));
channel           229 media/base/audio_converter.cc             mixer_input_audio_bus_->channel(i), volume,
channel           230 media/base/audio_converter.cc             mixer_input_audio_bus_->frames(), temp_dest->channel(i));
channel            94 media/base/audio_converter_unittest.cc         double error = fabs(audio_bus_->channel(i)[j] -
channel            95 media/base/audio_converter_unittest.cc             expected_audio_bus_->channel(i)[j] * scale);
channel            97 media/base/audio_converter_unittest.cc           EXPECT_NEAR(expected_audio_bus_->channel(i)[j] * scale,
channel            98 media/base/audio_converter_unittest.cc                       audio_bus_->channel(i)[j], epsilon_)
channel           120 media/base/audio_converter_unittest.cc       memset(expected_audio_bus_->channel(i), 0,
channel           121 media/base/audio_converter_unittest.cc              audio_bus_->frames() * sizeof(*audio_bus_->channel(i)));
channel           130 media/base/audio_converter_unittest.cc       std::fill(audio_bus_->channel(i),
channel           131 media/base/audio_converter_unittest.cc                 audio_bus_->channel(i) + audio_bus_->frames(), value);
channel            75 media/base/audio_fifo.cc     float* dest = audio_bus_->channel(ch);
channel            76 media/base/audio_fifo.cc     const float* src = source->channel(ch);
channel           119 media/base/audio_fifo.cc     float* dest = destination->channel(ch);
channel           120 media/base/audio_fifo.cc     const float* src = audio_bus_->channel(ch);
channel           145 media/base/audio_fifo_unittest.cc       std::fill(bus->channel(j), bus->channel(j) + bus->frames(), value);
channel           164 media/base/audio_fifo_unittest.cc       VerifyValue(bus->channel(j), frames_to_consume, value);
channel           175 media/base/audio_fifo_unittest.cc     std::fill(bus->channel(j), bus->channel(j) + bus->frames(), value);
channel           185 media/base/audio_fifo_unittest.cc       VerifyValue(bus->channel(j), bus->channels(), value);
channel           186 media/base/audio_fifo_unittest.cc       std::fill(bus->channel(j), bus->channel(j) + bus->frames(), value + 1);
channel            27 media/base/audio_hash.cc     const float* channel = audio_bus->channel(ch);
channel            36 media/base/audio_hash.cc             channel[i] + sin(2.0 * M_PI * M_PI * kSampleIndex);
channel            38 media/base/audio_hash.cc         audio_hash_[kHashIndex] += channel[i];
channel            36 media/base/audio_hash_unittest.cc       wrapped_bus->SetChannelData(0, audio_bus->channel(ch));
channel            68 media/base/audio_hash_unittest.cc   std::swap(bus_one_->channel(0)[0], bus_one_->channel(0)[1]);
channel            86 media/base/audio_hash_unittest.cc     swapped_ch_bus->SetChannelData(channels - (i + 1), bus_one_->channel(i));
channel           137 media/base/audio_hash_unittest.cc     half_bus->SetChannelData(i, bus_one_->channel(i) + half_frames);
channel           149 media/base/audio_hash_unittest.cc   float* channel = bus_one_->channel(0);
channel           151 media/base/audio_hash_unittest.cc     channel[i] += 0.0001f;
channel           160 media/base/audio_hash_unittest.cc     channel[i] += 0.0001f;
channel            57 media/base/audio_pull_fifo.cc     const float* src = fifo_->channel(ch) + fifo_index_;
channel            58 media/base/audio_pull_fifo.cc     float* dest = destination->channel(ch) + write_pos;
channel            53 media/base/audio_pull_fifo_unittest.cc       VerifyValue(audio_bus_->channel(j), frames_to_consume, start_value);
channel            71 media/base/audio_pull_fifo_unittest.cc         audio_bus->channel(j)[i] = fill_value_;
channel           102 media/base/audio_renderer_mixer_unittest.cc         double error = fabs(audio_bus_->channel(i)[j] -
channel           103 media/base/audio_renderer_mixer_unittest.cc             expected_audio_bus_->channel(i)[j] * scale);
channel           105 media/base/audio_renderer_mixer_unittest.cc           EXPECT_NEAR(expected_audio_bus_->channel(i)[j] * scale,
channel           106 media/base/audio_renderer_mixer_unittest.cc                       audio_bus_->channel(i)[j], epsilon)
channel           150 media/base/audio_renderer_mixer_unittest.cc       std::fill(audio_bus_->channel(i),
channel           151 media/base/audio_renderer_mixer_unittest.cc                 audio_bus_->channel(i) + audio_bus_->frames(), value);
channel           521 media/base/audio_splicer.cc     vector_math::Crossfade(pre_splice_bus->channel(ch),
channel           523 media/base/audio_splicer.cc                            output_bus->channel(ch));
channel            62 media/base/audio_splicer_unittest.cc         if (bus->channel(ch)[i] != value)
channel           121 media/base/audio_splicer_unittest.cc         const float actual = bus->channel(ch)[i];
channel           185 media/base/channel_layout.cc int ChannelOrder(ChannelLayout layout, Channels channel) {
channel           187 media/base/channel_layout.cc   DCHECK_LT(static_cast<size_t>(channel), arraysize(kChannelOrderings[0]));
channel           188 media/base/channel_layout.cc   return kChannelOrderings[layout][channel];
channel           130 media/base/channel_layout.h MEDIA_EXPORT int ChannelOrder(ChannelLayout layout, Channels channel);
channel           349 media/base/channel_mixer.cc           memcpy(output->channel(output_ch), input->channel(input_ch),
channel           350 media/base/channel_mixer.cc                  sizeof(*output->channel(output_ch)) * output->frames());
channel           364 media/base/channel_mixer.cc         vector_math::FMAC(input->channel(input_ch), scale, output->frames(),
channel           365 media/base/channel_mixer.cc                           output->channel(output_ch));
channel            46 media/base/channel_mixer_unittest.cc         std::fill(input_bus->channel(ch), input_bus->channel(ch) + kFrames, 1);
channel           134 media/base/channel_mixer_unittest.cc     std::fill(input_bus->channel(ch), input_bus->channel(ch) + kFrames,
channel           146 media/base/channel_mixer_unittest.cc         ASSERT_FLOAT_EQ(output_bus->channel(ch)[frame], expected_value);
channel           156 media/base/channel_mixer_unittest.cc         ASSERT_FLOAT_EQ(output_bus->channel(ch)[frame], expected_value);
channel            33 media/base/fake_audio_render_callback.cc     audio_bus->channel(0)[i] = sin(2 * M_PI * (x_ + step_ * i));
channel            38 media/base/fake_audio_render_callback.cc     memcpy(audio_bus->channel(i), audio_bus->channel(0),
channel            39 media/base/fake_audio_render_callback.cc            number_of_frames * sizeof(*audio_bus->channel(i)));
channel            38 media/base/multi_channel_resampler.cc           i + 1, resampler_audio_bus_->channel(i));
channel            50 media/base/multi_channel_resampler.cc     resamplers_[0]->Resample(frames, audio_bus->channel(0));
channel            74 media/base/multi_channel_resampler.cc           frames_this_time, audio_bus->channel(i) + output_frames_ready_);
channel            81 media/base/multi_channel_resampler.cc void MultiChannelResampler::ProvideInput(int channel,
channel            87 media/base/multi_channel_resampler.cc   if (channel == 0) {
channel            96 media/base/multi_channel_resampler.cc     memcpy(destination, wrapped_resampler_audio_bus_->channel(channel),
channel            97 media/base/multi_channel_resampler.cc            sizeof(*wrapped_resampler_audio_bus_->channel(channel)) * frames);
channel            57 media/base/multi_channel_resampler.h   void ProvideInput(int channel, int frames, float* destination);
channel            60 media/base/multi_channel_resampler_unittest.cc         audio_bus->channel(i)[j] = fill_value;
channel           102 media/base/multi_channel_resampler_unittest.cc         ASSERT_NE(audio_bus_->channel(i)[j], 0);
channel           104 media/base/multi_channel_resampler_unittest.cc         double error = fabs(audio_bus_->channel(i)[j] - kFillValue);
channel           154 media/cast/audio_receiver/audio_decoder.cc       float* dest = audio_bus->channel(ch);
channel           169 media/cast/audio_receiver/audio_decoder_unittest.cc             CountZeroCrossings(audio_bus->channel(ch), audio_bus->frames()),
channel           226 media/cast/audio_sender/audio_encoder.cc       const float* src = audio_bus->channel(ch) + source_offset;
channel            77 media/cast/rtp_receiver/rtp_parser/rtp_parser.cc   rtp_header->webrtc.type.Audio.channel = parser_config_.audio_channels;
channel           261 media/cast/test/end2end_unittest.cc                       expected_audio_frame->audio_bus->channel(ch),
channel           263 media/cast/test/end2end_unittest.cc                   CountZeroCrossings(audio_bus->channel(ch),
channel           203 media/filters/audio_file_reader.cc           float* bus_data = audio_bus->channel(ch) + current_frame;
channel           211 media/filters/audio_file_reader.cc           memcpy(audio_bus->channel(ch) + current_frame,
channel           222 media/filters/audio_renderer_algorithm.cc     const float* const ch_opt_frame = optimal_block_->channel(k);
channel           223 media/filters/audio_renderer_algorithm.cc     float* ch_output = wsola_output_->channel(k) + num_complete_frames_;
channel           277 media/filters/audio_renderer_algorithm.cc     float* ch = wsola_output_->channel(k);
channel           330 media/filters/audio_renderer_algorithm.cc       float* ch_opt = optimal_block_->channel(k);
channel           331 media/filters/audio_renderer_algorithm.cc       const float* const ch_target = target_block_->channel(k);
channel            62 media/filters/audio_renderer_algorithm_unittest.cc     int half_pulse_width, int offset, int channel, AudioBus* audio_bus) {
channel            64 media/filters/audio_renderer_algorithm_unittest.cc                            audio_bus->channel(channel));
channel           156 media/filters/audio_renderer_algorithm_unittest.cc         all_zero = audio_data->channel(ch)[i] == 0.0f;
channel           300 media/filters/audio_renderer_algorithm_unittest.cc           const float* pulse_ch = pulse_buffer->channel(m);
channel           480 media/filters/audio_renderer_algorithm_unittest.cc   float* ch_left = a->channel(0);
channel           481 media/filters/audio_renderer_algorithm_unittest.cc   float* ch_right = a->channel(1);
channel           522 media/filters/audio_renderer_algorithm_unittest.cc   float* ch = search_region->channel(0);
channel           524 media/filters/audio_renderer_algorithm_unittest.cc   ch = search_region->channel(1);
channel           536 media/filters/audio_renderer_algorithm_unittest.cc   ch = target->channel(0);
channel           538 media/filters/audio_renderer_algorithm_unittest.cc   ch = target->channel(1);
channel           322 media/filters/audio_renderer_impl_unittest.cc       *muted = frames_read < 1 || bus->channel(0)[0] == kMutedAudio;
channel           110 media/filters/opus_audio_decoder.cc   for (int channel = 0; channel < num_channels; ++channel)
channel           111 media/filters/opus_audio_decoder.cc     channel_layout[channel] = opus_mapping[vorbis_layout_offset[channel]];
channel            53 media/filters/wsola_internals.cc     const float* ch_a = a->channel(k) + frame_offset_a;
channel            54 media/filters/wsola_internals.cc     const float* ch_b = b->channel(k) + frame_offset_b;
channel            68 media/filters/wsola_internals.cc     const float* input_channel = input->channel(k);
channel            21 mojo/embedder/embedder.cc   scoped_refptr<system::Channel> channel;
channel            34 mojo/embedder/embedder.cc   channel_info->channel = new system::Channel();
channel            35 mojo/embedder/embedder.cc   bool success = channel_info->channel->Init(
channel            41 mojo/embedder/embedder.cc       channel_info->channel->AttachMessagePipeEndpoint(message_pipe, 1);
channel            43 mojo/embedder/embedder.cc   channel_info->channel->RunMessagePipeEndpoint(
channel            90 mojo/embedder/embedder.cc   DCHECK(channel_info->channel.get());
channel            91 mojo/embedder/embedder.cc   channel_info->channel->Shutdown();
channel            45 mojo/system/dispatcher.cc     const Channel* channel) {
channel            47 mojo/system/dispatcher.cc   return dispatcher->GetMaximumSerializedSize(channel);
channel            53 mojo/system/dispatcher.cc     Channel* channel,
channel            57 mojo/system/dispatcher.cc   return dispatcher->SerializeAndClose(channel, destination, actual_size);
channel            62 mojo/system/dispatcher.cc     Channel* channel,
channel            72 mojo/system/dispatcher.cc           MessagePipeDispatcher::Deserialize(channel, source, size));
channel           399 mojo/system/dispatcher.cc size_t Dispatcher::GetMaximumSerializedSize(const Channel* channel) const {
channel           400 mojo/system/dispatcher.cc   DCHECK(channel);
channel           405 mojo/system/dispatcher.cc   return GetMaximumSerializedSizeImplNoLock(channel);
channel           408 mojo/system/dispatcher.cc bool Dispatcher::SerializeAndClose(Channel* channel,
channel           412 mojo/system/dispatcher.cc   DCHECK(channel);
channel           422 mojo/system/dispatcher.cc   size_t max_size = GetMaximumSerializedSizeImplNoLock(channel);
channel           433 mojo/system/dispatcher.cc   if (!SerializeAndCloseImplNoLock(channel, destination, actual_size))
channel           166 mojo/system/dispatcher.h                                            const Channel* channel);
channel           168 mojo/system/dispatcher.h                                   Channel* channel,
channel           174 mojo/system/dispatcher.h     static scoped_refptr<Dispatcher> Deserialize(Channel* channel,
channel           243 mojo/system/dispatcher.h       const Channel* channel) const;
channel           244 mojo/system/dispatcher.h   virtual bool SerializeAndCloseImplNoLock(Channel* channel,
channel           282 mojo/system/dispatcher.h   size_t GetMaximumSerializedSize(const Channel* channel) const;
channel           290 mojo/system/dispatcher.h   bool SerializeAndClose(Channel* channel,
channel           209 mojo/system/message_in_transit.cc void MessageInTransit::SerializeAndCloseDispatchers(Channel* channel) {
channel           210 mojo/system/message_in_transit.cc   DCHECK(channel);
channel           226 mojo/system/message_in_transit.cc               dispatcher, channel);
channel           254 mojo/system/message_in_transit.cc             dispatcher, channel, destination, &actual_size)) {
channel           272 mojo/system/message_in_transit.cc void MessageInTransit::DeserializeDispatchers(Channel* channel) {
channel           306 mojo/system/message_in_transit.cc         channel, handle_table[i].type, source, size);
channel           166 mojo/system/message_in_transit.h   void SerializeAndCloseDispatchers(Channel* channel);
channel           172 mojo/system/message_in_transit.h   void DeserializeDispatchers(Channel* channel);
channel           227 mojo/system/message_pipe.cc                          scoped_refptr<Channel> channel,
channel           230 mojo/system/message_pipe.cc   DCHECK(channel.get());
channel           236 mojo/system/message_pipe.cc   endpoints_[port]->Attach(channel, local_id);
channel            86 mojo/system/message_pipe.h               scoped_refptr<Channel> channel,
channel            63 mojo/system/message_pipe_dispatcher.cc     Channel* channel,
channel            77 mojo/system/message_pipe_dispatcher.cc       channel->AttachMessagePipeEndpoint(remote_message_pipe.second, 1);
channel            81 mojo/system/message_pipe_dispatcher.cc   channel->RunMessagePipeEndpoint(local_id, remote_id);
channel            83 mojo/system/message_pipe_dispatcher.cc   channel->RunRemoteMessagePipeEndpoint(local_id, remote_id);
channel           181 mojo/system/message_pipe_dispatcher.cc bool MessagePipeDispatcher::SerializeAndCloseImplNoLock(Channel* channel,
channel           191 mojo/system/message_pipe_dispatcher.cc       channel->AttachMessagePipeEndpoint(message_pipe_, port_);
channel            42 mojo/system/message_pipe_dispatcher.h   static scoped_refptr<MessagePipeDispatcher> Deserialize(Channel* channel,
channel            80 mojo/system/message_pipe_dispatcher.h       const Channel* channel) const OVERRIDE;
channel            81 mojo/system/message_pipe_dispatcher.h   virtual bool SerializeAndCloseImplNoLock(Channel* channel,
channel            75 mojo/system/message_pipe_endpoint.h   virtual void Attach(scoped_refptr<Channel> channel,
channel            89 mojo/system/proxy_message_pipe_endpoint.cc void ProxyMessagePipeEndpoint::Attach(scoped_refptr<Channel> channel,
channel            91 mojo/system/proxy_message_pipe_endpoint.cc   DCHECK(channel.get());
channel            97 mojo/system/proxy_message_pipe_endpoint.cc   channel_ = channel;
channel            59 mojo/system/proxy_message_pipe_endpoint.h   virtual void Attach(scoped_refptr<Channel> channel,
channel            82 native_client_sdk/src/examples/api/audio/audio.cc       for (size_t channel = 0; channel < kChannels; ++channel) {
channel            47 net/cronet/android/java/src/org/chromium/net/ChromiumUrlRequestFactory.java             Map<String, String> headers, WritableByteChannel channel,
channel            50 net/cronet/android/java/src/org/chromium/net/ChromiumUrlRequestFactory.java                 headers, channel, listener);
channel           163 net/cronet/android/java/src/org/chromium/net/HttpUrlConnectionUrlRequest.java             ReadableByteChannel channel) {
channel           166 net/cronet/android/java/src/org/chromium/net/HttpUrlConnectionUrlRequest.java         mPostDataChannel = channel;
channel            42 net/cronet/android/java/src/org/chromium/net/HttpUrlConnectionUrlRequestFactory.java             Map<String, String> headers, WritableByteChannel channel,
channel            45 net/cronet/android/java/src/org/chromium/net/HttpUrlConnectionUrlRequestFactory.java                 headers, channel, listener);
channel            66 net/cronet/android/java/src/org/chromium/net/HttpUrlRequest.java     void setUploadChannel(String contentType, ReadableByteChannel channel);
channel            77 net/cronet/android/java/src/org/chromium/net/HttpUrlRequestFactory.java             WritableByteChannel channel, HttpUrlRequestListener listener) {
channel            79 net/cronet/android/java/src/org/chromium/net/HttpUrlRequestFactory.java                 channel, listener);
channel           104 net/cronet/android/java/src/org/chromium/net/HttpUrlRequestFactory.java             WritableByteChannel channel, HttpUrlRequestListener listener);
channel           124 net/cronet/android/java/src/org/chromium/net/UrlRequest.java             ReadableByteChannel channel) {
channel           129 net/cronet/android/java/src/org/chromium/net/UrlRequest.java             mPostBodyChannel = channel;
channel           181 net/cronet/android/java/src/org/chromium/net/UrlRequest.java     private void uploadFromChannel(ReadableByteChannel channel) {
channel           200 net/cronet/android/java/src/org/chromium/net/UrlRequest.java                 channel.read(buffer);
channel           201 net/cronet/android/java/src/org/chromium/net/UrlRequest.java                 lastChunk = channel.read(checkForEnd) <= 0;
channel           122 net/tools/dump_cache/upgrade_win.cc   explicit BaseSM(HANDLE channel);
channel           146 net/tools/dump_cache/upgrade_win.cc BaseSM::BaseSM(HANDLE channel)
channel           147 net/tools/dump_cache/upgrade_win.cc       : entry_(NULL), channel_(channel), state_(0), pending_count_(0),
channel           218 net/tools/dump_cache/upgrade_win.cc   MasterSM(const base::FilePath& path, HANDLE channel)
channel           219 net/tools/dump_cache/upgrade_win.cc       : BaseSM(channel),
channel           561 net/tools/dump_cache/upgrade_win.cc   SlaveSM(const base::FilePath& path, HANDLE channel);
channel           595 net/tools/dump_cache/upgrade_win.cc SlaveSM::SlaveSM(const base::FilePath& path, HANDLE channel)
channel           596 net/tools/dump_cache/upgrade_win.cc     : BaseSM(channel), iterator_(NULL) {
channel           191 net/websockets/websocket_channel.cc   explicit HandshakeNotificationSender(WebSocketChannel* channel);
channel           223 net/websockets/websocket_channel.cc     WebSocketChannel* channel)
channel           224 net/websockets/websocket_channel.cc     : owner_(channel) {}
channel           232 net/websockets/websocket_channel.cc     WebSocketChannel* channel = sender->owner_;
channel           233 net/websockets/websocket_channel.cc     AllowUnused(sender->SendImmediately(channel->event_interface_.get()));
channel            51 ppapi/proxy/dispatcher.cc   channel()->AddFilter(filter);
channel           171 ppapi/proxy/plugin_dispatcher.cc   channel()->AddFilter(sync_filter_.get());
channel           175 ppapi/proxy/plugin_dispatcher.cc   channel()->AddFilter(
channel            31 ppapi/proxy/plugin_message_filter.cc void PluginMessageFilter::OnFilterAdded(IPC::Channel* channel) {
channel            32 ppapi/proxy/plugin_message_filter.cc   channel_ = channel;
channel            45 ppapi/proxy/plugin_message_filter.h   virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE;
channel            18 ppapi/proxy/ppapi_command_buffer_proxy.cc     ProxyChannel* channel)
channel            20 ppapi/proxy/ppapi_command_buffer_proxy.cc       channel_(channel) {
channel            28 ppapi/proxy/ppapi_command_buffer_proxy.h                           ProxyChannel* channel);
channel            56 ppapi/proxy/proxy_channel.cc   DCHECK(channel());
channel            57 ppapi/proxy/proxy_channel.cc   return channel()->TakeClientFileDescriptor();
channel            79 ppapi/proxy/proxy_channel.h   IPC::SyncChannel* channel() const {
channel            58 remoting/codec/audio_encoder_opus_unittest.cc       int channel) {
channel            60 remoting/codec/audio_encoder_opus_unittest.cc         kChannelPhaseShift * channel;
channel            44 remoting/host/it2me/it2me_native_messaging_host.cc     scoped_ptr<NativeMessagingChannel> channel,
channel            46 remoting/host/it2me/it2me_native_messaging_host.cc     : channel_(channel.Pass()),
channel            26 remoting/host/it2me/it2me_native_messaging_host.h       scoped_ptr<NativeMessagingChannel> channel,
channel           114 remoting/host/it2me/it2me_native_messaging_host_main.cc   scoped_ptr<NativeMessagingChannel> channel(
channel           119 remoting/host/it2me/it2me_native_messaging_host_main.cc           task_runner, channel.Pass(), factory.Pass()));
channel           435 remoting/host/it2me/it2me_native_messaging_host_unittest.cc   scoped_ptr<NativeMessagingChannel> channel(
channel           440 remoting/host/it2me/it2me_native_messaging_host_unittest.cc           host_task_runner_, channel.Pass(), factory.Pass()));
channel            75 remoting/host/setup/me2me_native_messaging_host.cc     scoped_ptr<NativeMessagingChannel> channel,
channel            81 remoting/host/setup/me2me_native_messaging_host.cc       channel_(channel.Pass()),
channel            44 remoting/host/setup/me2me_native_messaging_host.h       scoped_ptr<NativeMessagingChannel> channel,
channel           231 remoting/host/setup/me2me_native_messaging_host_main.cc   scoped_ptr<NativeMessagingChannel> channel(
channel           239 remoting/host/setup/me2me_native_messaging_host_main.cc           channel.Pass(),
channel           319 remoting/host/setup/me2me_native_messaging_host_unittest.cc   scoped_ptr<NativeMessagingChannel> channel(
channel           325 remoting/host/setup/me2me_native_messaging_host_unittest.cc         channel.Pass(),
channel           382 remoting/host/win/wts_session_process_delegate.cc   scoped_ptr<IPC::ChannelProxy> channel(new IPC::ChannelProxy(
channel           424 remoting/host/win/wts_session_process_delegate.cc   channel_ = channel.Pass();
channel            34 remoting/protocol/audio_reader.cc   reader_.Init(channel(), base::Bind(&AudioReader::OnNewData,
channel            28 remoting/protocol/audio_writer.cc       channel(), BufferedSocketWriter::WriteFailedCallback());
channel            44 remoting/protocol/channel_dispatcher_base.h   bool is_connected() { return channel() != NULL; }
channel            49 remoting/protocol/channel_dispatcher_base.h   net::StreamSocket* channel() { return channel_.get(); }
channel           106 remoting/protocol/channel_multiplexer.cc   MuxSocket(MuxChannel* channel);
channel           272 remoting/protocol/channel_multiplexer.cc ChannelMultiplexer::MuxSocket::MuxSocket(MuxChannel* channel)
channel           273 remoting/protocol/channel_multiplexer.cc     : channel_(channel),
channel           460 remoting/protocol/channel_multiplexer.cc   MuxChannel* channel = new MuxChannel(this, name, next_channel_id_);
channel           462 remoting/protocol/channel_multiplexer.cc   channels_[channel->name()] = channel;
channel           463 remoting/protocol/channel_multiplexer.cc   return channel;
channel           492 remoting/protocol/channel_multiplexer.cc   MuxChannel* channel = NULL;
channel           496 remoting/protocol/channel_multiplexer.cc     channel = it->second;
channel           505 remoting/protocol/channel_multiplexer.cc     channel = GetOrCreateChannel(packet->channel_name());
channel           506 remoting/protocol/channel_multiplexer.cc     channel->set_receive_id(receive_id);
channel           507 remoting/protocol/channel_multiplexer.cc     channels_by_receive_id_[receive_id] = channel;
channel           510 remoting/protocol/channel_multiplexer.cc   channel->OnIncomingPacket(packet.Pass(), done_task);
channel            73 remoting/protocol/client_control_dispatcher.cc   writer_.Init(channel(), BufferedSocketWriter::WriteFailedCallback());
channel            74 remoting/protocol/client_control_dispatcher.cc   reader_.Init(channel(), base::Bind(
channel            28 remoting/protocol/client_event_dispatcher.cc   writer_.Init(channel(),
channel           338 remoting/protocol/fake_session.cc   scoped_ptr<FakeSocket> channel;
channel           342 remoting/protocol/fake_session.cc     channel.reset(new FakeSocket());
channel           343 remoting/protocol/fake_session.cc   stream_channels_[name] = channel.release();
channel           364 remoting/protocol/fake_session.cc   scoped_ptr<FakeUdpSocket> channel;
channel           368 remoting/protocol/fake_session.cc     channel.reset(new FakeUdpSocket());
channel           369 remoting/protocol/fake_session.cc   datagram_channels_[name] = channel.release();
channel            31 remoting/protocol/host_control_dispatcher.cc   reader_.Init(channel(), base::Bind(
channel            33 remoting/protocol/host_control_dispatcher.cc   writer_.Init(channel(), BufferedSocketWriter::WriteFailedCallback());
channel            26 remoting/protocol/host_event_dispatcher.cc   reader_.Init(channel(), base::Bind(
channel           229 remoting/protocol/jingle_session.cc void JingleSession::AddPendingRemoteCandidates(Transport* channel,
channel           235 remoting/protocol/jingle_session.cc       channel->AddRemoteCandidate(it->candidate);
channel           250 remoting/protocol/jingle_session.cc   scoped_ptr<StreamTransport> channel =
channel           252 remoting/protocol/jingle_session.cc   channel->Initialize(name, this, channel_authenticator.Pass());
channel           253 remoting/protocol/jingle_session.cc   channel->Connect(callback);
channel           254 remoting/protocol/jingle_session.cc   AddPendingRemoteCandidates(channel.get(), name);
channel           255 remoting/protocol/jingle_session.cc   channels_[name] = channel.release();
channel           265 remoting/protocol/jingle_session.cc   scoped_ptr<DatagramTransport> channel =
channel           267 remoting/protocol/jingle_session.cc   channel->Initialize(name, this, channel_authenticator.Pass());
channel           268 remoting/protocol/jingle_session.cc   channel->Connect(callback);
channel           269 remoting/protocol/jingle_session.cc   AddPendingRemoteCandidates(channel.get(), name);
channel           270 remoting/protocol/jingle_session.cc   channels_[name] = channel.release();
channel           507 remoting/protocol/jingle_session.cc     ChannelsMap::iterator channel = channels_.find(it->name);
channel           508 remoting/protocol/jingle_session.cc     if (channel != channels_.end()) {
channel           509 remoting/protocol/jingle_session.cc       channel->second->AddRemoteCandidate(it->candidate);
channel            90 remoting/protocol/jingle_session.h   void AddPendingRemoteCandidates(Transport* channel, const std::string& name);
channel            74 remoting/protocol/libjingle_transport_factory.cc   void OnRequestSignaling(cricket::TransportChannelImpl* channel);
channel            75 remoting/protocol/libjingle_transport_factory.cc   void OnCandidateReady(cricket::TransportChannelImpl* channel,
channel            77 remoting/protocol/libjingle_transport_factory.cc   void OnRouteChange(cricket::TransportChannel* channel,
channel            79 remoting/protocol/libjingle_transport_factory.cc   void OnWritableState(cricket::TransportChannel* channel);
channel           271 remoting/protocol/libjingle_transport_factory.cc     cricket::TransportChannelImpl* channel) {
channel           277 remoting/protocol/libjingle_transport_factory.cc     cricket::TransportChannelImpl* channel,
channel           284 remoting/protocol/libjingle_transport_factory.cc     cricket::TransportChannel* channel,
channel           315 remoting/protocol/libjingle_transport_factory.cc     cricket::TransportChannel* channel) {
channel           316 remoting/protocol/libjingle_transport_factory.cc   DCHECK_EQ(channel, channel_.get());
channel           318 remoting/protocol/libjingle_transport_factory.cc   event_handler_->OnTransportReady(this, channel->writable());
channel           320 remoting/protocol/libjingle_transport_factory.cc   if (channel->writable()) {
channel           324 remoting/protocol/libjingle_transport_factory.cc   } else if (!channel->writable() && channel_was_writable_) {
channel            43 sandbox/win/src/ipc_unittest.cc     ChannelControl& channel = client_control->channels[ix];
channel            44 sandbox/win/src/ipc_unittest.cc     channel.channel_base = base_start;
channel            45 sandbox/win/src/ipc_unittest.cc     channel.state = kFreeChannel;
channel            48 sandbox/win/src/ipc_unittest.cc       channel.ping_event = ::CreateEventW(NULL, FALSE, FALSE, NULL);
channel            49 sandbox/win/src/ipc_unittest.cc       channel.pong_event = ::CreateEventW(NULL, FALSE, signaled, NULL);
channel            57 sandbox/win/src/ipc_unittest.cc     ChannelControl& channel = client_control->channels[ix];
channel            58 sandbox/win/src/ipc_unittest.cc     ::CloseHandle(channel.ping_event);
channel            59 sandbox/win/src/ipc_unittest.cc     ::CloseHandle(channel.pong_event);
channel           401 sandbox/win/src/ipc_unittest.cc void FakeOkAnswerInChannel(void* channel) {
channel           402 sandbox/win/src/ipc_unittest.cc   CrossCallReturn* answer = reinterpret_cast<CrossCallReturn*>(channel);
channel            32 sandbox/win/src/sharedmem_ipc_client.cc   ChannelControl* channel = control_->channels;
channel            33 sandbox/win/src/sharedmem_ipc_client.cc   LONG result = ::InterlockedExchange(&channel[num].state, kFreeChannel);
channel            58 sandbox/win/src/sharedmem_ipc_client.cc   ChannelControl* channel = control_->channels;
channel            62 sandbox/win/src/sharedmem_ipc_client.cc   channel[num].ipc_tag = params->GetTag();
channel            70 sandbox/win/src/sharedmem_ipc_client.cc   DWORD wait = ::SignalObjectAndWait(channel[num].ping_event,
channel            71 sandbox/win/src/sharedmem_ipc_client.cc                                      channel[num].pong_event,
channel            81 sandbox/win/src/sharedmem_ipc_client.cc         wait = ::WaitForSingleObject(channel[num].pong_event, kIPCWaitTimeOut1);
channel            93 sandbox/win/src/sharedmem_ipc_client.cc         ::InterlockedExchange(&channel[num].state, kAbandonnedChannel);
channel           122 sandbox/win/src/sharedmem_ipc_client.cc   ChannelControl* channel = control_->channels;
channel           125 sandbox/win/src/sharedmem_ipc_client.cc       if (kFreeChannel == ::InterlockedCompareExchange(&channel[ix].state,
channel           116 sandbox/win/src/sharedmem_ipc_server.cc     service_context->channel = client_context;
channel           378 sandbox/win/src/sharedmem_ipc_server.cc     ::InterlockedCompareExchange(&service_context->channel->state,
channel           396 sandbox/win/src/sharedmem_ipc_server.cc   ::InterlockedExchange(&service_context->channel->state, kAckChannel);
channel            87 sandbox/win/src/sharedmem_ipc_server.h     ChannelControl* channel;
channel            76 skia/ext/convolver_unittest.cc       for (int channel = 0; channel < 3; channel++) {
channel            78 skia/ext/convolver_unittest.cc         input_ptr[(y * width + x) * 4 + channel] = 0xff;
channel           123 skia/ext/convolver_unittest.cc       for (int channel = 0; channel < 4; channel++) {
channel           124 skia/ext/convolver_unittest.cc         int src_offset = (y * 2 * src_row_stride + x * 2 * 4) + channel;
channel           130 skia/ext/convolver_unittest.cc         int difference = value - output[(y * dest_width + x) * 4 + channel];
channel           426 skia/ext/convolver_unittest.cc     int channel = i % src_row_stride % kChannelCount;
channel           427 skia/ext/convolver_unittest.cc     if (channel != kChannel || col > kImgWidth) {
channel           192 sync/notifier/p2p_invalidator.cc   subscription.channel = kSyncP2PNotificationChannel;
channel           255 sync/notifier/p2p_invalidator.cc   if (notification.channel != kSyncP2PNotificationChannel) {
channel           257 sync/notifier/p2p_invalidator.cc                  << notification.channel;
channel           293 sync/notifier/p2p_invalidator.cc   notification.channel = kSyncP2PNotificationChannel;
channel            72 sync/notifier/p2p_invalidator_unittest.cc     notification.channel = kSyncP2PNotificationChannel;
channel           223 sync/notifier/p2p_invalidator_unittest.cc     expected_subscription.channel = kSyncP2PNotificationChannel;
channel            27 sync/notifier/push_client_channel.cc   subscription.channel = kChannelName;
channel            55 sync/notifier/push_client_channel.cc   notification.channel = kChannelName;
channel            59 sync/notifier/push_client_channel_unittest.cc   expected_subscription.channel = "tango_raw";
channel            51 third_party/libwebp/utils/rescaler.c                            const uint8_t* const src, int channel) {
channel            54 third_party/libwebp/utils/rescaler.c   int x_in = channel;
channel            59 third_party/libwebp/utils/rescaler.c     for (x_out = channel; x_out < x_out_max; x_out += x_stride) {
channel            75 third_party/libwebp/utils/rescaler.c     int left = src[channel], right = src[channel];
channel            76 third_party/libwebp/utils/rescaler.c     for (x_out = channel; x_out < x_out_max; x_out += x_stride) {
channel            88 third_party/libwebp/utils/rescaler.c   for (x_out = channel; x_out < x_out_max; x_out += x_stride) {
channel           131 third_party/libwebp/utils/rescaler.c     int channel;
channel           132 third_party/libwebp/utils/rescaler.c     for (channel = 0; channel < wrk->num_channels; ++channel) {
channel           133 third_party/libwebp/utils/rescaler.c       WebPRescalerImportRow(wrk, src, channel);
channel            58 third_party/libwebp/utils/rescaler.h                            const uint8_t* const src, int channel);
channel           174 third_party/libxml/src/error.c 		xmlGenericErrorFunc channel, void *data ) {
channel           206 third_party/libxml/src/error.c     channel(data ,"%s\n", content);
channel           218 third_party/libxml/src/error.c     channel(data ,"%s\n", content);
channel           244 third_party/libxml/src/error.c                xmlGenericErrorFunc channel, void *data)
channel           259 third_party/libxml/src/error.c     if (channel == NULL) {
channel           260 third_party/libxml/src/error.c 	channel = xmlGenericError;
channel           288 third_party/libxml/src/error.c                 channel(data, "%s:%d: ", input->filename, input->line);
channel           290 third_party/libxml/src/error.c                 channel(data, "Entity: line %d: ", input->line);
channel           294 third_party/libxml/src/error.c             channel(data, "%s:%d: ", file, line);
channel           296 third_party/libxml/src/error.c             channel(data, "Entity: line %d: ", line);
channel           299 third_party/libxml/src/error.c         channel(data, "element %s: ", name);
channel           303 third_party/libxml/src/error.c             channel(data, "parser ");
channel           306 third_party/libxml/src/error.c             channel(data, "namespace ");
channel           310 third_party/libxml/src/error.c             channel(data, "validity ");
channel           313 third_party/libxml/src/error.c             channel(data, "HTML parser ");
channel           316 third_party/libxml/src/error.c             channel(data, "memory ");
channel           319 third_party/libxml/src/error.c             channel(data, "output ");
channel           322 third_party/libxml/src/error.c             channel(data, "I/O ");
channel           325 third_party/libxml/src/error.c             channel(data, "XInclude ");
channel           328 third_party/libxml/src/error.c             channel(data, "XPath ");
channel           331 third_party/libxml/src/error.c             channel(data, "parser ");
channel           334 third_party/libxml/src/error.c             channel(data, "regexp ");
channel           337 third_party/libxml/src/error.c             channel(data, "module ");
channel           340 third_party/libxml/src/error.c             channel(data, "Schemas validity ");
channel           343 third_party/libxml/src/error.c             channel(data, "Schemas parser ");
channel           346 third_party/libxml/src/error.c             channel(data, "Relax-NG parser ");
channel           349 third_party/libxml/src/error.c             channel(data, "Relax-NG validity ");
channel           352 third_party/libxml/src/error.c             channel(data, "Catalog ");
channel           355 third_party/libxml/src/error.c             channel(data, "C14N ");
channel           358 third_party/libxml/src/error.c             channel(data, "XSLT ");
channel           361 third_party/libxml/src/error.c             channel(data, "encoding ");
channel           368 third_party/libxml/src/error.c             channel(data, ": ");
channel           371 third_party/libxml/src/error.c             channel(data, "warning : ");
channel           374 third_party/libxml/src/error.c             channel(data, "error : ");
channel           377 third_party/libxml/src/error.c             channel(data, "error : ");
channel           384 third_party/libxml/src/error.c 	    channel(data, "%s\n", str);
channel           386 third_party/libxml/src/error.c 	    channel(data, "%s", str);
channel           388 third_party/libxml/src/error.c         channel(data, "%s\n", "out of memory error");
channel           392 third_party/libxml/src/error.c         xmlParserPrintFileContextInternal(input, channel, data);
channel           395 third_party/libxml/src/error.c                 channel(data, "%s:%d: \n", cur->filename, cur->line);
channel           397 third_party/libxml/src/error.c                 channel(data, "Entity: line %d: \n", cur->line);
channel           398 third_party/libxml/src/error.c             xmlParserPrintFileContextInternal(cur, channel, data);
channel           407 third_party/libxml/src/error.c 	channel(data, "%s\n", err->str1);
channel           412 third_party/libxml/src/error.c 	channel(data, "%s\n", buf);
channel           442 third_party/libxml/src/error.c               xmlGenericErrorFunc channel, void *data, void *ctx,
channel           477 third_party/libxml/src/error.c         ((channel == xmlParserValidityError) ||
channel           478 third_party/libxml/src/error.c 	 (channel == xmlParserValidityWarning))) {
channel           595 third_party/libxml/src/error.c     if ((ctxt != NULL) && (channel == NULL) &&
channel           598 third_party/libxml/src/error.c 	    channel = ctxt->sax->warning;
channel           600 third_party/libxml/src/error.c 	    channel = ctxt->sax->error;
channel           602 third_party/libxml/src/error.c     } else if (channel == NULL) {
channel           607 third_party/libxml/src/error.c 	    channel = xmlGenericError;
channel           617 third_party/libxml/src/error.c     if (channel == NULL)
channel           620 third_party/libxml/src/error.c     if ((channel == xmlParserError) ||
channel           621 third_party/libxml/src/error.c         (channel == xmlParserWarning) ||
channel           622 third_party/libxml/src/error.c 	(channel == xmlParserValidityError) ||
channel           623 third_party/libxml/src/error.c 	(channel == xmlParserValidityWarning))
channel           625 third_party/libxml/src/error.c     else if ((channel == (xmlGenericErrorFunc) fprintf) ||
channel           626 third_party/libxml/src/error.c              (channel == xmlGenericErrorDefaultFunc))
channel           627 third_party/libxml/src/error.c 	xmlReportError(to, ctxt, str, channel, data);
channel           629 third_party/libxml/src/error.c 	channel(data, "%s", str);
channel           919 third_party/libxml/src/include/libxml/xmlerror.h 				 xmlGenericErrorFunc channel,
channel           439 third_party/libxml/src/relaxng.c     xmlGenericErrorFunc channel = NULL;
channel           446 third_party/libxml/src/relaxng.c 	    channel = ctxt->error;
channel           451 third_party/libxml/src/relaxng.c         __xmlRaiseError(schannel, channel, data,
channel           457 third_party/libxml/src/relaxng.c         __xmlRaiseError(schannel, channel, data,
channel           474 third_party/libxml/src/relaxng.c     xmlGenericErrorFunc channel = NULL;
channel           481 third_party/libxml/src/relaxng.c 	    channel = ctxt->error;
channel           486 third_party/libxml/src/relaxng.c         __xmlRaiseError(schannel, channel, data,
channel           492 third_party/libxml/src/relaxng.c         __xmlRaiseError(schannel, channel, data,
channel           514 third_party/libxml/src/relaxng.c     xmlGenericErrorFunc channel = NULL;
channel           521 third_party/libxml/src/relaxng.c 	    channel = ctxt->error;
channel           525 third_party/libxml/src/relaxng.c     __xmlRaiseError(schannel, channel, data,
channel           548 third_party/libxml/src/relaxng.c     xmlGenericErrorFunc channel = NULL;
channel           555 third_party/libxml/src/relaxng.c 	    channel = ctxt->error;
channel           559 third_party/libxml/src/relaxng.c     __xmlRaiseError(schannel, channel, data,
channel           397 third_party/libxml/src/runtest.c                 channel(data, "%s:%d: ", input->filename, input->line);
channel           399 third_party/libxml/src/runtest.c                 channel(data, "Entity: line %d: ", input->line);
channel           403 third_party/libxml/src/runtest.c             channel(data, "%s:%d: ", file, line);
channel           405 third_party/libxml/src/runtest.c             channel(data, "Entity: line %d: ", line);
channel           408 third_party/libxml/src/runtest.c         channel(data, "element %s: ", name);
channel           414 third_party/libxml/src/runtest.c             channel(data, "parser ");
channel           417 third_party/libxml/src/runtest.c             channel(data, "namespace ");
channel           421 third_party/libxml/src/runtest.c             channel(data, "validity ");
channel           424 third_party/libxml/src/runtest.c             channel(data, "HTML parser ");
channel           427 third_party/libxml/src/runtest.c             channel(data, "memory ");
channel           430 third_party/libxml/src/runtest.c             channel(data, "output ");
channel           433 third_party/libxml/src/runtest.c             channel(data, "I/O ");
channel           436 third_party/libxml/src/runtest.c             channel(data, "XInclude ");
channel           439 third_party/libxml/src/runtest.c             channel(data, "XPath ");
channel           442 third_party/libxml/src/runtest.c             channel(data, "parser ");
channel           445 third_party/libxml/src/runtest.c             channel(data, "regexp ");
channel           448 third_party/libxml/src/runtest.c             channel(data, "module ");
channel           451 third_party/libxml/src/runtest.c             channel(data, "Schemas validity ");
channel           454 third_party/libxml/src/runtest.c             channel(data, "Schemas parser ");
channel           457 third_party/libxml/src/runtest.c             channel(data, "Relax-NG parser ");
channel           460 third_party/libxml/src/runtest.c             channel(data, "Relax-NG validity ");
channel           463 third_party/libxml/src/runtest.c             channel(data, "Catalog ");
channel           466 third_party/libxml/src/runtest.c             channel(data, "C14N ");
channel           469 third_party/libxml/src/runtest.c             channel(data, "XSLT ");
channel           478 third_party/libxml/src/runtest.c             channel(data, ": ");
channel           481 third_party/libxml/src/runtest.c             channel(data, "warning : ");
channel           484 third_party/libxml/src/runtest.c             channel(data, "error : ");
channel           487 third_party/libxml/src/runtest.c             channel(data, "error : ");
channel           496 third_party/libxml/src/runtest.c 	    channel(data, "%s\n", str);
channel           498 third_party/libxml/src/runtest.c 	    channel(data, "%s", str);
channel           500 third_party/libxml/src/runtest.c         channel(data, "%s\n", "out of memory error");
channel           506 third_party/libxml/src/runtest.c         xmlParserPrintFileContextInternal(input, channel, data);
channel           509 third_party/libxml/src/runtest.c                 channel(data, "%s:%d: \n", cur->filename, cur->line);
channel           511 third_party/libxml/src/runtest.c                 channel(data, "Entity: line %d: \n", cur->line);
channel           512 third_party/libxml/src/runtest.c             xmlParserPrintFileContextInternal(cur, channel, data);
channel           521 third_party/libxml/src/runtest.c 	channel(data, "%s\n", err->str1);
channel           526 third_party/libxml/src/runtest.c 	channel(data, "%s\n", buf);
channel           250 third_party/libxml/src/schematron.c     xmlGenericErrorFunc channel = NULL;
channel           256 third_party/libxml/src/schematron.c         channel = ctxt->error;
channel           260 third_party/libxml/src/schematron.c     __xmlRaiseError(schannel, channel, data, ctxt, node, XML_FROM_SCHEMASP,
channel          1410 third_party/libxml/src/schematron.c         xmlGenericErrorFunc channel = NULL;
channel          1417 third_party/libxml/src/schematron.c                 channel = ctxt->error;
channel          1421 third_party/libxml/src/schematron.c         __xmlRaiseError(schannel, channel, data,
channel            60 third_party/libxml/src/valid.c     xmlGenericErrorFunc channel = NULL;
channel            65 third_party/libxml/src/valid.c         channel = ctxt->error;
channel            77 third_party/libxml/src/valid.c         __xmlRaiseError(NULL, channel, data,
channel            82 third_party/libxml/src/valid.c         __xmlRaiseError(NULL, channel, data,
channel           100 third_party/libxml/src/valid.c     xmlGenericErrorFunc channel = NULL;
channel           105 third_party/libxml/src/valid.c         channel = ctxt->error;
channel           117 third_party/libxml/src/valid.c         __xmlRaiseError(NULL, channel, data,
channel           122 third_party/libxml/src/valid.c         __xmlRaiseError(NULL, channel, data,
channel           147 third_party/libxml/src/valid.c     xmlGenericErrorFunc channel = NULL;
channel           152 third_party/libxml/src/valid.c         channel = ctxt->error;
channel           163 third_party/libxml/src/valid.c     __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error,
channel           190 third_party/libxml/src/valid.c     xmlGenericErrorFunc channel = NULL;
channel           195 third_party/libxml/src/valid.c         channel = ctxt->error;
channel           206 third_party/libxml/src/valid.c     __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error,
channel           231 third_party/libxml/src/valid.c     xmlGenericErrorFunc channel = NULL;
channel           236 third_party/libxml/src/valid.c         channel = ctxt->warning;
channel           247 third_party/libxml/src/valid.c     __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error,
channel           457 third_party/libxml/src/xmlIO.c     xmlGenericErrorFunc channel = NULL;
channel           466 third_party/libxml/src/xmlIO.c 	    channel = ctxt->sax->error;
channel           469 third_party/libxml/src/xmlIO.c 	    channel = ctxt->sax->warning;
channel           476 third_party/libxml/src/xmlIO.c     __xmlRaiseError(schannel, channel, data, ctxt, NULL, XML_FROM_IO,
channel          1891 third_party/libxml/src/xmlschemas.c     xmlGenericErrorFunc channel = NULL;
channel          1898 third_party/libxml/src/xmlschemas.c         channel = ctxt->error;
channel          1902 third_party/libxml/src/xmlschemas.c     __xmlRaiseError(schannel, channel, data, ctxt, node, XML_FROM_SCHEMASP,
channel          1957 third_party/libxml/src/xmlschemas.c     xmlGenericErrorFunc channel = NULL;
channel          1964 third_party/libxml/src/xmlschemas.c         channel = ctxt->error;
channel          1968 third_party/libxml/src/xmlschemas.c     __xmlRaiseError(schannel, channel, data, ctxt, node, XML_FROM_SCHEMASP,
channel          2030 third_party/libxml/src/xmlschemas.c     xmlGenericErrorFunc channel = NULL;
channel          2040 third_party/libxml/src/xmlschemas.c 		channel = vctxt->error;
channel          2042 third_party/libxml/src/xmlschemas.c 		channel = vctxt->warning;
channel          2081 third_party/libxml/src/xmlschemas.c 	    __xmlRaiseError(schannel, channel, data, ctxt,
channel          2092 third_party/libxml/src/xmlschemas.c 		channel = pctxt->error;
channel          2094 third_party/libxml/src/xmlschemas.c 		channel = pctxt->warning;
channel          2098 third_party/libxml/src/xmlschemas.c 	    __xmlRaiseError(schannel, channel, data, ctxt,
channel          1162 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc   EXPECT_EQ(&mock_channel_, stub_.channel());
channel          1166 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc   MockRpcChannel* channel = new MockRpcChannel;
channel          1168 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc   channel->destroyed_ = &destroyed;
channel          1171 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc     unittest::TestService::Stub owning_stub(channel,
channel           144 third_party/sqlite/src/src/tclsqlite.c   Tcl_Channel channel;      /* Channel identifier */
channel           176 third_party/sqlite/src/src/tclsqlite.c     Tcl_UnregisterChannel(pDb->interp, p->channel);
channel           361 third_party/sqlite/src/src/tclsqlite.c   p->channel = Tcl_CreateChannel(&IncrblobChannelType, zChannel, p, flags);
channel           362 third_party/sqlite/src/src/tclsqlite.c   Tcl_RegisterChannel(interp, p->channel);
channel           373 third_party/sqlite/src/src/tclsqlite.c   Tcl_SetResult(interp, (char *)Tcl_GetChannelName(p->channel), TCL_VOLATILE);
channel          1606 third_party/sqlite/src/src/test1.c     Tcl_Channel channel;
channel          1609 third_party/sqlite/src/src/test1.c     channel = Tcl_GetChannel(interp, z, &notUsed);
channel          1610 third_party/sqlite/src/src/test1.c     if( !channel ) return TCL_ERROR;
channel          1612 third_party/sqlite/src/src/test1.c     Tcl_Flush(channel);
channel          1613 third_party/sqlite/src/src/test1.c     Tcl_Seek(channel, 0, SEEK_SET);
channel          1615 third_party/sqlite/src/src/test1.c     instanceData = Tcl_GetChannelInstanceData(channel);
channel           125 ui/gfx/color_analysis_unittest.cc bool ChannelApproximatelyEqual(int expected, uint8_t channel) {
channel           126 ui/gfx/color_analysis_unittest.cc   return (abs(expected - static_cast<int>(channel)) <= 1);