HomeSort by relevance Sort by last modified time
    Searched defs:GetChannel (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/chrome/common/
chrome_version_info_android.cc 15 switch (GetChannel()) {
22 NOTREACHED() << "Unknown channel " << GetChannel();
27 VersionInfo::Channel VersionInfo::GetChannel() {
chrome_version_info_chromeos.cc 31 VersionInfo::Channel VersionInfo::GetChannel() {
chrome_version_info_posix.cc 33 VersionInfo::Channel VersionInfo::GetChannel() {
chrome_version_info_win.cc 43 VersionInfo::Channel VersionInfo::GetChannel() {
  /external/chromium_org/chromeos/dbus/
fake_update_engine_client.cc 49 void FakeUpdateEngineClient::GetChannel(bool get_current_channel,
  /external/chromium_org/chrome/browser/ui/webui/help/
version_updater_chromeos.cc 140 void VersionUpdaterCros::GetChannel(bool get_current_channel,
146 update_engine_client->GetChannel(get_current_channel, cb);
  /external/chromium_org/content/child/npapi/
np_channel_base.cc 49 NPChannelBase* NPChannelBase::GetChannel(
  /external/chromium_org/content/public/test/
mock_render_process_host.cc 203 IPC::ChannelProxy* MockRenderProcessHost::GetChannel() {
mock_render_thread.cc 67 IPC::SyncChannel* MockRenderThread::GetChannel() {
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
transport.cc 130 TransportChannelImpl* Transport::GetChannel(const std::string& name) {
session.cc 74 TransportChannel* TransportProxy::GetChannel(const std::string& name) {
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,
531 return transproxy->GetChannel(channel_name);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport.cc 226 TransportChannelImpl* Transport::GetChannel(int component) {
session.cc 67 TransportChannel* TransportProxy::GetChannel(int component) {
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,
456 return transproxy->GetChannel(component);
    [all...]
session_unittest.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc     [all...]
  /external/chromium_org/content/renderer/
render_thread_impl.cc 560 IPC::SyncChannel* RenderThreadImpl::GetChannel() {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakemediaengine.h 738 FakeVoiceMediaChannel* GetChannel(size_t index) {
840 FakeVideoMediaChannel* GetChannel(size_t index) {
910 return voice_.GetChannel(index);
914 return video_.GetChannel(index);
990 FakeDataMediaChannel* GetChannel(size_t index) {
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 238 function GetChannel: Integer;
257 property Channel: Integer read GetChannel write SetChannel;
516 function GetChannel: Integer;
618 property Channel: Integer read GetChannel write SetChannel;
665 function GetChannel: Integer;
678 property Channel: Integer read GetChannel write SetChannel;
    [all...]

Completed in 1225 milliseconds