HomeSort by relevance Sort by last modified time
    Searched defs:GetChannel (Results 1 - 24 of 24) 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 57 VersionInfo::Channel VersionInfo::GetChannel() {
chrome_version_info_win.cc 41 VersionInfo::Channel VersionInfo::GetChannel() {
  /external/chromium_org/chrome/browser/services/gcm/
gcm_desktop_utils.cc 45 GCMClient::ChromeChannel GetChannel() {
46 chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
72 chrome_build_info.channel = GetChannel();
  /external/chromium_org/components/metrics/
test_metrics_service_client.cc 40 SystemProfileProto::Channel TestMetricsServiceClient::GetChannel() {
  /external/chromium_org/chromeos/dbus/
fake_update_engine_client.cc 74 void FakeUpdateEngineClient::GetChannel(bool get_current_channel,
  /external/chromium_org/third_party/webrtc/voice_engine/
channel_manager.cc 74 ChannelOwner ChannelManager::GetChannel(int32_t channel_id) {
131 Channel* ChannelManager::Iterator::GetChannel() {
  /external/chromium_org/chromecast/metrics/
cast_metrics_service_client.cc 65 ::metrics::SystemProfileProto::Channel CastMetricsServiceClient::GetChannel() {
  /external/chromium_org/chrome/browser/ui/webui/help/
version_updater_chromeos.cc 169 void VersionUpdaterCros::GetChannel(bool get_current_channel,
175 update_engine_client->GetChannel(get_current_channel, cb);
  /external/chromium_org/components/component_updater/test/
test_configurator.cc 84 std::string TestConfigurator::GetChannel() const {
  /external/chromium_org/chrome/browser/component_updater/
chrome_component_updater_configurator.cc 126 virtual std::string GetChannel() const OVERRIDE;
235 std::string ChromeConfigurator::GetChannel() const {
  /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/content/child/npapi/
np_channel_base.cc 64 NPChannelBase* NPChannelBase::GetChannel(
  /external/chromium_org/content/public/test/
mock_render_process_host.cc 186 IPC::ChannelProxy* MockRenderProcessHost::GetChannel() {
mock_render_thread.cc 69 IPC::SyncChannel* MockRenderThread::GetChannel() {
  /external/chromium_org/ppapi/generators/
idl_release.py 243 def GetChannel(self, release):
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport.cc 279 TransportChannelImpl* Transport::GetChannel(int 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_unittest.cc     [all...]
  /external/chromium_org/content/renderer/
render_thread_impl.cc 740 IPC::SyncChannel* RenderThreadImpl::GetChannel() {
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc     [all...]
  /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/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 2819 milliseconds