HomeSort by relevance Sort by last modified time
    Searched defs:rappor (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/chrome/browser/metrics/rappor/
sampling.h 12 namespace rappor { namespace
19 // Records the domain and registry of a url to a Rappor metric.
20 // If the Rappor service is NULL, such as during tests, this call does nothing.
24 } // namespace rappor
sampling_unittest.cc 5 #include "chrome/browser/metrics/rappor/sampling.h"
10 namespace rappor { namespace
24 // Make sure recording a sample during tests, when the Rappor service is NULL,
30 } // namespace rappor
sampling.cc 5 #include "chrome/browser/metrics/rappor/sampling.h"
8 #include "components/rappor/rappor_service.h"
12 namespace rappor { namespace
30 rappor::ETLD_PLUS_ONE_RAPPOR_TYPE,
34 } // namespace rappor
  /external/chromium_org/components/rappor/
bloom_filter_unittest.cc 5 #include "components/rappor/bloom_filter.h"
7 #include "components/rappor/byte_vector_utils.h"
10 namespace rappor { namespace
54 } // namespace rappor
rappor_parameters.cc 5 #include "components/rappor/rappor_parameters.h"
10 namespace rappor { namespace
25 } // namespace rappor
rappor_pref_names.h 8 namespace rappor { namespace
11 // Alphabetical list of preference names specific to the Rappor
19 } // namespace rappor
bloom_filter.h 12 #include "components/rappor/byte_vector_utils.h"
14 namespace rappor { namespace
50 } // namespace rappor
rappor_pref_names.cc 5 #include "components/rappor/rappor_pref_names.h"
7 namespace rappor { namespace
11 const char kRapporCohortDeprecated[] = "rappor.cohort";
14 const char kRapporCohortSeed[] = "rappor.cohort_seed";
17 const char kRapporLastDailySample[] = "rappor.last_daily_sample";
23 const char kRapporSecret[] = "rappor.secret";
26 } // namespace rappor
bloom_filter.cc 5 #include "components/rappor/bloom_filter.h"
10 namespace rappor { namespace
46 } // namespace rappor
rappor_metric.h 12 #include "components/rappor/bloom_filter.h"
13 #include "components/rappor/byte_vector_utils.h"
14 #include "components/rappor/rappor_parameters.h"
16 namespace rappor { namespace
24 // For a full description of the rappor metrics, see
25 // http://www.chromium.org/developers/design-documents/rappor
65 } // namespace rappor
byte_vector_utils.h 12 #include "components/rappor/rappor_parameters.h"
15 namespace rappor { namespace
113 } // namespace rappor
byte_vector_utils_unittest.cc 5 #include "components/rappor/byte_vector_utils.h"
11 namespace rappor { namespace
137 } // namespace rappor
log_uploader.h 24 namespace rappor { namespace
100 } // namespace rappor
rappor_metric.cc 5 #include "components/rappor/rappor_metric.h"
10 namespace rappor { namespace
73 } // namespace rappor
rappor_metric_unittest.cc 5 #include "components/rappor/rappor_metric.h"
13 namespace rappor { namespace
99 } // namespace rappor
rappor_parameters.h 10 namespace rappor { namespace
18 // An object describing a rappor metric and the parameters used to generate it.
20 // For a full description of the rappor metrics, see
21 // http://www.chromium.org/developers/design-documents/rappor
48 } // namespace rappor
rappor_service.h 24 namespace rappor { namespace
38 // This class provides an interface for recording samples for rappor metrics,
55 // Records a sample of the rappor metric specified by |metric_name|.
86 // Records a sample of the rappor metric specified by |parameters|.
131 } // namespace rappor
rappor_service_unittest.cc 5 #include "components/rappor/rappor_service.h"
9 #include "components/rappor/byte_vector_utils.h"
10 #include "components/rappor/proto/rappor_metric.pb.h"
11 #include "components/rappor/rappor_parameters.h"
12 #include "components/rappor/rappor_pref_names.h"
15 namespace rappor { namespace
71 } // namespace rappor
log_uploader_unittest.cc 5 #include "components/rappor/log_uploader.h"
13 namespace rappor { namespace
154 } // namespace rappor
log_uploader.cc 5 #include "components/rappor/log_uploader.h"
40 namespace rappor { namespace
111 UMA_HISTOGRAM_SPARSE_SLOWLY("Rappor.FailedUploadErrorCode",
113 DVLOG(1) << "Rappor server upload failed with error: "
119 UMA_HISTOGRAM_SPARSE_SLOWLY("Rappor.UploadResponseCode", response_code);
135 UMA_HISTOGRAM_ENUMERATION("Rappor.DiscardReason",
161 } // namespace rappor
byte_vector_utils.cc 5 #include "components/rappor/byte_vector_utils.h"
14 namespace rappor { namespace
225 } // namespace rappor
rappor_service.cc 5 #include "components/rappor/rappor_service.h"
15 #include "components/rappor/log_uploader.h"
16 #include "components/rappor/proto/rappor_metric.pb.h"
17 #include "components/rappor/rappor_metric.h"
18 #include "components/rappor/rappor_pref_names.h"
21 namespace rappor { namespace
30 const char kMimeType[] = "application/vnd.chrome.rappor";
32 const char kRapporDailyEventHistogram[] = "Rappor.DailyEvent.IntervalType";
34 // Constants for the RAPPOR rollout field trial.
43 // The rappor server's URL
    [all...]
  /external/chromium_org/chrome/browser/
browser_process.h 92 namespace rappor { namespace
122 virtual rappor::RapporService* rappor_service() = 0;
  /external/chromium_org/chrome/browser/metrics/
metrics_services_manager.h 24 namespace rappor { namespace
46 rappor::RapporService* GetRapporService();
77 // The RapporService, for RAPPOR metric uploads.
78 scoped_ptr<rappor::RapporService> rappor_service_;
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_actions.h 25 namespace rappor { namespace
104 InjectionType DidInjectAd(rappor::RapporService* rappor_service) const;
187 // Uploads the URL to RAPPOR (preserving privacy) if this might have been an
189 void MaybeUploadUrl(rappor::RapporService* rappor_service) const;

Completed in 138 milliseconds

1 2