Searched defs:GetChannel (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/common/
H A Dchrome_version_info_android.cc15 switch (GetChannel()) {
22 NOTREACHED() << "Unknown channel " << GetChannel();
27 VersionInfo::Channel VersionInfo::GetChannel() { function in class:chrome::VersionInfo
H A Dchrome_version_info_posix.cc33 VersionInfo::Channel VersionInfo::GetChannel() { function in class:chrome::VersionInfo
H A Dchrome_version_info_chromeos.cc31 VersionInfo::Channel VersionInfo::GetChannel() { function in class:chrome::VersionInfo
H A Dchrome_version_info_win.cc43 VersionInfo::Channel VersionInfo::GetChannel() { function in class:chrome::VersionInfo
/external/chromium_org/chromeos/dbus/
H A Dfake_update_engine_client.cc49 void FakeUpdateEngineClient::GetChannel(bool get_current_channel, function in class:chromeos::FakeUpdateEngineClient
/external/chromium_org/chrome/browser/ui/webui/help/
H A Dversion_updater_chromeos.cc140 void VersionUpdaterCros::GetChannel(bool get_current_channel, function in class:VersionUpdaterCros
146 update_engine_client->GetChannel(get_current_channel, cb);
/external/chromium_org/content/child/npapi/
H A Dnp_channel_base.cc49 NPChannelBase* NPChannelBase::GetChannel( function in class:content::NPChannelBase
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dtransport.cc130 TransportChannelImpl* Transport::GetChannel(const std::string& name) { function in class:cricket::Transport
H A Dsession.cc74 TransportChannel* TransportProxy::GetChannel(const std::string& name) { function in class:cricket::TransportProxy
80 ASSERT(GetChannel(name) == NULL);
97 TransportChannel* channel = GetChannel(name);
141 TransportChannelImpl* impl = transport_->GetChannel(name);
525 TransportChannel* Session::GetChannel(const std::string& content_name, function in class:cricket::Session
531 return transproxy->GetChannel(channel_name);
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.cc203 IPC::ChannelProxy* MockRenderProcessHost::GetChannel() { function in class:content::MockRenderProcessHost
H A Dmock_render_thread.cc67 IPC::SyncChannel* MockRenderThread::GetChannel() { function in class:content::MockRenderThread
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransport.cc226 TransportChannelImpl* Transport::GetChannel(int component) { function in class:cricket::Transport
H A Dsession.cc67 TransportChannel* TransportProxy::GetChannel(int component) { function in class:cricket::TransportProxy
73 ASSERT(GetChannel(component) == NULL);
96 TransportChannel* channel = GetChannel(component);
194 TransportChannelImpl* impl = transport_->get()->GetChannel(component);
450 TransportChannel* BaseSession::GetChannel(const std::string& content_name, function in class:cricket::BaseSession
456 return transproxy->GetChannel(component);
H A Dsession_unittest.cc988 session->GetChannel(content_name, component);
992 cricket::TransportChannel* GetChannel(const std::string& content_name, function in class:TestClient
995 return session->GetChannel(content_name, component);
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.cc1388 IPC::ChannelProxy* RenderProcessHostImpl::GetChannel() { function in class:content::RenderProcessHostImpl
/external/chromium_org/content/renderer/
H A Drender_thread_impl.cc560 IPC::SyncChannel* RenderThreadImpl::GetChannel() { function in class:content::RenderThreadImpl
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakemediaengine.h738 FakeVoiceMediaChannel* GetChannel(size_t index) { function in class:cricket::FakeVoiceEngine
840 FakeVideoMediaChannel* GetChannel(size_t index) { function in class:cricket::FakeVideoEngine
910 return voice_.GetChannel(index);
914 return video_.GetChannel(index);
990 FakeDataMediaChannel* GetChannel(size_t index) { function in class:cricket::FakeDataEngine
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas238 function GetChannel: Integer; function
257 property Channel: Integer read GetChannel write SetChannel;
516 function GetChannel: Integer; function
618 property Channel: Integer read GetChannel write SetChannel;
665 function GetChannel: Integer; function
678 property Channel: Integer read GetChannel write SetChannel;
1824 function GetChannel: Integer;
1864 function GetChannel: Integer; virtual;
1908 function GetChannel: Integer; virtual;
3708 function TRecognizerSharedState.GetChannel
[all...]

Completed in 1478 milliseconds