HomeSort by relevance Sort by last modified time
    Searched refs:CHANNEL_STABLE (Results 1 - 25 of 31) 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.cc 26 channels["stable"] = chrome::VersionInfo::CHANNEL_STABLE;
  /external/chromium_org/chrome/browser/safe_browsing/
environment_data_collection.cc 34 case VersionInfo::CHANNEL_STABLE:
35 return Process::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/services/gcm/
gcm_desktop_utils.cc 51 case chrome::VersionInfo::CHANNEL_STABLE:
52 return GCMClient::CHANNEL_STABLE;
  /external/chromium_org/chrome/browser/omaha_query_params/
omaha_query_params.cc 137 case chrome::VersionInfo::CHANNEL_STABLE:
  /external/chromium_org/components/gcm_driver/
gcm_client.h 71 CHANNEL_STABLE,
  /external/chromium_org/chrome/browser/apps/
app_window_browsertest.cc 256 extensions::ScopedCurrentChannel channel(chrome::VersionInfo::CHANNEL_STABLE);
  /external/chromium_org/chrome/browser/prerender/
prerender_field_trial.cc 91 if (channel == chrome::VersionInfo::CHANNEL_STABLE ||
230 if (channel == chrome::VersionInfo::CHANNEL_STABLE ||
  /external/chromium_org/extensions/common/features/
simple_feature_unittest.cc 704 IsAvailableInChannel("stable", VersionInfo::CHANNEL_STABLE));
716 IsAvailableInChannel("beta", VersionInfo::CHANNEL_STABLE));
728 IsAvailableInChannel("dev", VersionInfo::CHANNEL_STABLE));
740 IsAvailableInChannel("canary", VersionInfo::CHANNEL_STABLE));
    [all...]
base_feature_provider_unittest.cc 196 ScopedCurrentChannel current_channel(VersionInfo::CHANNEL_STABLE);
  /external/chromium_org/chrome/browser/metrics/
chrome_metrics_service_client.cc 84 case chrome::VersionInfo::CHANNEL_STABLE:
85 return metrics::SystemProfileProto::CHANNEL_STABLE;
thread_watcher.cc 547 if (channel == chrome::VersionInfo::CHANNEL_STABLE) {
568 } else if (channel != chrome::VersionInfo::CHANNEL_STABLE) {
    [all...]
  /external/chromium_org/chrome/app/
chrome_breakpad_client.cc 344 chrome::VersionInfo::GetChannel() == chrome::VersionInfo::CHANNEL_STABLE;
  /external/chromium_org/chrome/browser/sync/glue/
device_info.cc 37 case chrome::VersionInfo::CHANNEL_STABLE:
  /external/chromium_org/chrome/browser/ui/webui/
flags_ui.cc 192 channel == chrome::VersionInfo::CHANNEL_STABLE);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
core_oobe_handler.cc 331 if (channel == chrome::VersionInfo::CHANNEL_STABLE ||
  /external/chromium_org/chrome/browser/metrics/variations/
variations_service.cc 75 case chrome::VersionInfo::CHANNEL_STABLE:

Completed in 1158 milliseconds

1 2