HomeSort by relevance Sort by last modified time
    Searched refs:CHANNEL_STABLE (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/chrome/common/
chrome_version_info_chromeos.cc 15 case CHANNEL_STABLE:
39 chromeos_channel = CHANNEL_STABLE;
chrome_version_info_android.cc 20 case CHANNEL_STABLE: return std::string();
32 return CHANNEL_STABLE;
chrome_version_info.h 27 CHANNEL_STABLE // Full-spectrum
72 // CHANNEL_STABLE, CHANNEL_BETA, CHANNEL_DEV, or CHANNEL_CANARY. In unbranded
chrome_version_info_posix.cc 30 channel = VersionInfo::CHANNEL_STABLE;
chrome_version_info_win.cc 53 return CHANNEL_STABLE;
  /external/chromium_org/chrome/common/extensions/features/
feature_channel.cc 11 const VersionInfo::Channel kDefaultChannel = VersionInfo::CHANNEL_STABLE;
chrome_channel_feature_filter_unittest.cc 80 IsAvailableInChannel("stable", VersionInfo::CHANNEL_STABLE));
92 IsAvailableInChannel("beta", VersionInfo::CHANNEL_STABLE));
104 IsAvailableInChannel("dev", VersionInfo::CHANNEL_STABLE));
116 IsAvailableInChannel("canary", VersionInfo::CHANNEL_STABLE));
128 IsAvailableInChannel("trunk", VersionInfo::CHANNEL_STABLE));
213 ScopedCurrentChannel current_channel(VersionInfo::CHANNEL_STABLE);
chrome_channel_feature_filter.cc 27 channels["stable"] = chrome::VersionInfo::CHANNEL_STABLE;
  /external/chromium_org/chromecast/metrics/
platform_metrics_providers_simple.cc 15 return ::metrics::SystemProfileProto::CHANNEL_STABLE;
  /external/chromium_org/chrome/browser/
chrome_browser_field_trials_mobile.cc 37 chrome::VersionInfo::GetChannel() == chrome::VersionInfo::CHANNEL_STABLE;
chrome_content_browser_client_unittest.cc 85 MaybeCopyDisableWebRtcEncryptionSwitch(VersionInfo::CHANNEL_STABLE);
sxs_linux.cc 53 case chrome::VersionInfo::CHANNEL_STABLE:
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
environment_data_collection.cc 34 case VersionInfo::CHANNEL_STABLE:
35 return Process::CHANNEL_STABLE;
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_manager_browsertest.cc 68 extensions::ScopedCurrentChannel channel(chrome::VersionInfo::CHANNEL_STABLE);
  /external/chromium_org/chrome/browser/omaha_query_params/
chrome_omaha_query_params_delegate.cc 46 case chrome::VersionInfo::CHANNEL_STABLE:
  /external/chromium_org/chrome/browser/services/gcm/
gcm_desktop_utils.cc 56 case chrome::VersionInfo::CHANNEL_STABLE:
57 return GCMClient::CHANNEL_STABLE;
  /external/chromium_org/extensions/browser/api/app_window/
app_window_apitest.cc 147 extensions::ScopedCurrentChannel channel(chrome::VersionInfo::CHANNEL_STABLE);
165 extensions::ScopedCurrentChannel channel(chrome::VersionInfo::CHANNEL_STABLE);
  /external/chromium_org/chrome/browser/history/
chrome_history_client.cc 69 return channel != chrome::VersionInfo::CHANNEL_STABLE &&
  /external/chromium_org/chrome/browser/sync/glue/
local_device_info_provider_impl.cc 27 case chrome::VersionInfo::CHANNEL_STABLE:
  /external/chromium_org/chrome/browser/apps/
app_window_browsertest.cc 258 extensions::ScopedCurrentChannel channel(chrome::VersionInfo::CHANNEL_STABLE);
  /external/chromium_org/components/gcm_driver/
gcm_client.h 72 CHANNEL_STABLE,
  /external/chromium_org/chrome/browser/prerender/
prerender_field_trial.cc 101 if (channel == chrome::VersionInfo::CHANNEL_STABLE ||
258 if (channel == chrome::VersionInfo::CHANNEL_STABLE ||
  /external/chromium_org/chrome/browser/metrics/
chrome_metrics_service_client.cc 91 case chrome::VersionInfo::CHANNEL_STABLE:
92 return metrics::SystemProfileProto::CHANNEL_STABLE;
  /external/chromium_org/chrome/app/
chrome_crash_reporter_client.cc 350 chrome::VersionInfo::GetChannel() == chrome::VersionInfo::CHANNEL_STABLE;
  /external/chromium_org/chrome/browser/ui/webui/
flags_ui.cc 192 channel == chrome::VersionInfo::CHANNEL_STABLE);

Completed in 1499 milliseconds

1 2