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

1 2

  /external/chromium_org/chrome/common/
chrome_version_info_chromeos.cc 21 case CHANNEL_CANARY:
45 chromeos_channel = CHANNEL_CANARY;
chrome_version_info_android.cc 17 case CHANNEL_CANARY: return "canary";
38 return CHANNEL_CANARY;
chrome_version_info.h 24 CHANNEL_CANARY, // Yellow
72 // CHANNEL_STABLE, CHANNEL_BETA, CHANNEL_DEV, or CHANNEL_CANARY. In unbranded
chrome_version_info_win.cc 59 return CHANNEL_CANARY;
terminate_on_heap_corruption_experiment_win.cc 31 if (channel == chrome::VersionInfo::CHANNEL_CANARY) {
  /external/chromium_org/chrome/browser/sync/glue/
chrome_report_unrecoverable_error.cc 17 if (channel != chrome::VersionInfo::CHANNEL_CANARY &&
local_device_info_provider_impl.cc 21 case chrome::VersionInfo::CHANNEL_CANARY:
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
environment_data_collection.cc 28 case VersionInfo::CHANNEL_CANARY:
29 return Process::CHANNEL_CANARY;
  /external/chromium_org/chrome/browser/omaha_query_params/
chrome_omaha_query_params_delegate.cc 55 case chrome::VersionInfo::CHANNEL_CANARY:
  /external/chromium_org/chrome/browser/services/gcm/
gcm_desktop_utils.cc 50 case chrome::VersionInfo::CHANNEL_CANARY:
51 return GCMClient::CHANNEL_CANARY;
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_disable_encryption_flag_browsertest.cc 77 channel == VersionInfo::CHANNEL_CANARY ||
media_capture_devices_dispatcher.cc 267 channel == chrome::VersionInfo::CHANNEL_CANARY ||
    [all...]
  /external/chromium_org/chrome/common/extensions/features/
chrome_channel_feature_filter_unittest.cc 74 IsAvailableInChannel("stable", VersionInfo::CHANNEL_CANARY));
86 IsAvailableInChannel("beta", VersionInfo::CHANNEL_CANARY));
98 IsAvailableInChannel("dev", VersionInfo::CHANNEL_CANARY));
110 IsAvailableInChannel("canary", VersionInfo::CHANNEL_CANARY));
122 IsAvailableInChannel("trunk", VersionInfo::CHANNEL_CANARY));
chrome_channel_feature_filter.cc 24 channels["canary"] = chrome::VersionInfo::CHANNEL_CANARY;
  /external/chromium_org/chrome/browser/
chrome_content_browser_client_unittest.cc 66 MaybeCopyDisableWebRtcEncryptionSwitch(VersionInfo::CHANNEL_CANARY);
sxs_linux.cc 44 case chrome::VersionInfo::CHANNEL_CANARY:
shell_integration.cc 118 if (chrome::VersionInfo::GetChannel() == chrome::VersionInfo::CHANNEL_CANARY)
upgrade_detector_impl.cc 102 channel == chrome::VersionInfo::CHANNEL_CANARY;
  /external/chromium_org/components/gcm_driver/
gcm_client.h 75 CHANNEL_CANARY,
  /external/chromium_org/chrome/browser/metrics/
chrome_metrics_service_client.cc 85 case chrome::VersionInfo::CHANNEL_CANARY:
86 return metrics::SystemProfileProto::CHANNEL_CANARY;
  /external/chromium_org/chrome/browser/ui/
hung_plugin_tab_helper.cc 357 if (channel == chrome::VersionInfo::CHANNEL_CANARY) {
  /external/chromium_org/google_apis/gcm/engine/
checkin_request_unittest.cc 124 checkin_proto::ChromeBuildProto::CHANNEL_CANARY);
  /external/chromium_org/chrome/browser/metrics/variations/
variations_service.cc 71 case chrome::VersionInfo::CHANNEL_CANARY:
  /external/chromium_org/chrome/browser/web_resource/
notification_promo.cc 91 case chrome::VersionInfo::CHANNEL_CANARY:
  /external/chromium_org/google_apis/gcm/tools/
mcs_probe.cc 431 checkin_proto::ChromeBuildProto::CHANNEL_CANARY);

Completed in 522 milliseconds

1 2