Searched refs:rappor (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/components/rappor/
H A Drappor_pref_names.cc5 #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
H A Drappor_pref_names.h8 namespace rappor { namespace
19 } // namespace rappor
H A Drappor_parameters.cc5 #include "components/rappor/rappor_parameters.h"
10 namespace rappor { namespace
25 } // namespace rappor
H A Drappor_parameters.h10 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
H A Dbloom_filter.h12 #include "components/rappor/byte_vector_utils.h"
14 namespace rappor { namespace
50 } // namespace rappor
H A Drappor_metric.h12 #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
H A Dbloom_filter.cc5 #include "components/rappor/bloom_filter.h"
10 namespace rappor { namespace
46 } // namespace rappor
H A Dbloom_filter_unittest.cc5 #include "components/rappor/bloom_filter.h"
7 #include "components/rappor/byte_vector_utils.h"
10 namespace rappor { namespace
54 } // namespace rappor
H A Drappor_service.cc5 #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";
43 // The rappor server's URL.
44 const char kDefaultServerUrl[] = "https://clients4.google.com/rappor";
66 rappor
[all...]
H A Dbyte_vector_utils.h12 #include "components/rappor/rappor_parameters.h"
15 namespace rappor { namespace
113 } // namespace rappor
H A Dlog_uploader.h24 namespace rappor { namespace
100 } // namespace rappor
H A Drappor_metric.cc5 #include "components/rappor/rappor_metric.h"
10 namespace rappor { namespace
73 } // namespace rappor
H A Drappor_metric_unittest.cc5 #include "components/rappor/rappor_metric.h"
13 namespace rappor { namespace
99 } // namespace rappor
H A Drappor_service.h24 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
H A Drappor_service_unittest.cc5 #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
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dad_injection_unittest.cc8 #include "components/rappor/byte_vector_utils.h"
9 #include "components/rappor/proto/rappor_metric.pb.h"
10 #include "components/rappor/rappor_service.h"
36 class TestRapporService : public rappor::RapporService {
45 rappor::RapporReports GetReports();
52 : rappor::RapporService(&prefs_) {
55 SetSecretForTesting(rappor::HmacByteVectorGenerator::GenerateEntropyInput());
60 rappor::RapporReports TestRapporService::GetReports() {
61 rappor::RapporReports result;
62 rappor
[all...]
H A Dactivity_actions.h25 namespace rappor { namespace
104 InjectionType DidInjectAd(rappor::RapporService* rappor_service) const;
189 void MaybeUploadUrl(rappor::RapporService* rappor_service) const;
/external/chromium_org/chrome/browser/metrics/rappor/
H A Dsampling.h12 namespace rappor { namespace
24 } // namespace rappor
H A Dsampling.cc5 #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
H A Dsampling_unittest.cc5 #include "chrome/browser/metrics/rappor/sampling.h"
10 namespace rappor { namespace
30 } // namespace rappor
/external/chromium_org/chrome/browser/metrics/
H A Dmetrics_services_manager.h24 namespace rappor { namespace
46 rappor::RapporService* GetRapporService();
78 scoped_ptr<rappor::RapporService> rappor_service_;
H A Dmetrics_services_manager.cc19 #include "components/rappor/rappor_service.h"
38 rappor::RapporService* MetricsServicesManager::GetRapporService() {
41 rappor_service_.reset(new rappor::RapporService(local_state_));
/external/chromium_org/chrome/browser/
H A Dbrowser_process.h92 namespace rappor { namespace
122 virtual rappor::RapporService* rappor_service() = 0;
/external/chromium_org/chrome/browser/prefs/
H A Dpref_metrics_service.cc15 #include "chrome/browser/metrics/rappor/sampling.h"
35 // Record a sample for the Settings.NewTabPage rappor metric.
44 rappor::SampleDomainAndRegistryFromGURL("Settings.NewTabPage", ntp_url);
97 rappor::SampleDomainAndRegistryFromGURL("Settings.HomePage2",
123 rappor::SampleDomainAndRegistryFromGURL("Settings.FirstStartupPage",
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_info_message_filter.cc25 #include "components/rappor/rappor_service.h"
108 rappor::RapporService* rappor_service = g_browser_process->rappor_service();
115 "Plugins.SilverlightOriginUrl", rappor::ETLD_PLUS_ONE_RAPPOR_TYPE,
122 "Plugins.FlashOriginUrl", rappor::ETLD_PLUS_ONE_RAPPOR_TYPE,
127 "Plugins.FlashUrl", rappor::ETLD_PLUS_ONE_RAPPOR_TYPE,

Completed in 331 milliseconds

12