HomeSort by relevance Sort by last modified time
    Searched refs:GetChannel (Results 51 - 75 of 107) sorted by null

1 23 4 5

  /external/chromium_org/components/component_updater/
update_checker.cc 72 config.GetChannel(),
  /external/chromium_org/content/child/npapi/
np_channel_base.h 131 static NPChannelBase* GetChannel(
  /external/chromium_org/content/public/test/
mock_render_process_host.h 66 virtual IPC::ChannelProxy* GetChannel() OVERRIDE;
mock_render_thread.h 41 virtual IPC::SyncChannel* GetChannel() OVERRIDE;
mock_render_process_host.cc 186 IPC::ChannelProxy* MockRenderProcessHost::GetChannel() {
mock_render_thread.cc 69 IPC::SyncChannel* MockRenderThread::GetChannel() {
  /external/chromium_org/chrome/browser/prerender/
prerender_field_trial.cc 100 chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
257 chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport.h 269 // Note: GetChannel may lead to race conditions, since the mutex is not held
271 TransportChannelImpl* GetChannel(int component);
272 // Note: HasChannel does not lead to race conditions, unlike GetChannel.
274 return (NULL != GetChannel(component));
session.cc 71 TransportChannel* TransportProxy::GetChannel(int component) {
79 ASSERT(GetChannel(component) == NULL);
103 TransportChannel* channel = GetChannel(component);
208 TransportChannelImpl* impl = transport_->get()->GetChannel(component);
534 TransportChannel* BaseSession::GetChannel(const std::string& content_name,
540 return transproxy->GetChannel(component);
    [all...]
session.h 127 TransportChannel* GetChannel(int component);
360 virtual TransportChannel* GetChannel(const std::string& content_name,
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakemediaengine.h 789 FakeVoiceMediaChannel* GetChannel(size_t index) {
906 FakeVideoMediaChannel* GetChannel(size_t index) {
978 return voice_.GetChannel(index);
981 return video_.GetChannel(index);
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
transmit_mixer.cc 309 Channel* channel = it.GetChannel();
423 Channel* channelPtr = it.GetChannel();
437 voe::ChannelOwner ch = _channelManagerPtr->GetChannel(voe_channels[i]);
458 Channel* channelPtr = it.GetChannel();
470 voe::ChannelOwner ch = _channelManagerPtr->GetChannel(voe_channels[i]);
    [all...]
  /external/chromium_org/chrome/browser/metrics/
chrome_metrics_service_client.cc 190 metrics::SystemProfileProto::Channel ChromeMetricsServiceClient::GetChannel() {
191 return AsProtobufChannel(chrome::VersionInfo::GetChannel());
  /external/chromium_org/chrome/browser/password_manager/
chrome_password_manager_client.cc 94 chrome::VersionInfo::GetChannel() ==
247 switch (chrome::VersionInfo::GetChannel()) {
chrome_password_manager_client_unittest.cc 205 if (chrome::VersionInfo::GetChannel() == chrome::VersionInfo::CHANNEL_UNKNOWN)
  /external/chromium_org/chrome/browser/ui/webui/help/
help_handler.cc 374 // First argument to GetChannel() is a flag that indicates whether
377 version_updater_->GetChannel(true,
379 version_updater_->GetChannel(false,
  /external/chromium_org/chromeos/dbus/
update_engine_client.cc 188 virtual void GetChannel(bool get_current_channel,
329 // Called when a response for GetChannel() is received.
428 virtual void GetChannel(bool get_current_channel,
  /external/chromium_org/ppapi/generators/
idl_c_header.py 297 channel = node.GetProperty('FILE').release_map.GetChannel(rel)
305 channel = node.GetProperty('FILE').release_map.GetChannel(rel)
idl_c_proto.py 564 channel = node.GetProperty('FILE').release_map.GetChannel(release)
577 channel = node.GetProperty('FILE').release_map.GetChannel(release)
616 channel = node.GetProperty('FILE').release_map.GetChannel(rel)
641 channel = node.GetProperty('FILE').release_map.GetChannel(rel)
  /external/chromium_org/chrome/app/
chrome_crash_reporter_client.cc 350 chrome::VersionInfo::GetChannel() == chrome::VersionInfo::CHANNEL_STABLE;
  /external/chromium_org/chrome/browser/extensions/
chrome_extensions_browser_client.cc 53 SetCurrentChannel(chrome::VersionInfo::GetChannel());
  /external/chromium_org/chrome/browser/
shell_integration.cc 118 if (chrome::VersionInfo::GetChannel() == chrome::VersionInfo::CHANNEL_CANARY)
  /external/chromium_org/chrome/browser/ui/webui/
flags_ui.cc 190 chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.h 121 virtual IPC::ChannelProxy* GetChannel() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/
hung_plugin_tab_helper.cc 356 chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();

Completed in 441 milliseconds

1 23 4 5