Searched refs:carrier_id (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_tamper_detection.cc25 // |http_histogram| by |carrier_id|; then reports the total counts to
29 scheme_is_https, https_histogram, http_histogram, carrier_id) \
32 UMA_HISTOGRAM_SPARSE_SLOWLY(https_histogram, carrier_id); \
35 UMA_HISTOGRAM_SPARSE_SLOWLY(http_histogram, carrier_id); \
56 unsigned carrier_id = 0; local
58 base::StringToUint(net::android::GetTelephonyNetworkOperator(), &carrier_id); local
62 headers, scheme_is_https, carrier_id);
77 carrier_id);
113 carrier_id);
123 const unsigned carrier_id)
120 DataReductionProxyTamperDetection( const net::HttpResponseHeaders* headers, const bool is_secure, const unsigned carrier_id) argument
[all...]
H A Ddata_reduction_proxy_tamper_detection.h74 // by |carrier_id|; |scheme_is_https| determines which histogram to report
79 unsigned carrier_id);
/external/chromium_org/chrome/browser/chromeos/status/
H A Ddata_promo_notification.cc89 std::string carrier_id = device ? device->home_provider_id() : ""; local
90 if (carrier_id.empty()) {
100 return config->GetCarrier(carrier_id);
/external/chromium_org/chrome/browser/chromeos/
H A Dmobile_config.h147 const MobileConfig::Carrier* GetCarrier(const std::string& carrier_id) const;
H A Dmobile_config.cc221 const std::string& carrier_id) const {
222 CarrierIdMap::const_iterator id_iter = carrier_id_map_.find(carrier_id);

Completed in 127 milliseconds