RapporService      82 chrome/browser/browser_process.h class RapporService;
RapporService     107 chrome/browser/browser_process.h   virtual rappor::RapporService* rappor_service() = 0;
RapporService     421 chrome/browser/browser_process_impl.cc rappor::RapporService* BrowserProcessImpl::rappor_service() {
RapporService     424 chrome/browser/browser_process_impl.cc     rappor_service_.reset(new rappor::RapporService());
RapporService      76 chrome/browser/browser_process_impl.h   virtual rappor::RapporService* rappor_service() OVERRIDE;
RapporService     162 chrome/browser/browser_process_impl.h   scoped_ptr<rappor::RapporService> rappor_service_;
RapporService     251 chrome/browser/prefs/browser_prefs.cc   rappor::RapporService::RegisterPrefs(registry);
RapporService     102 chrome/test/base/testing_browser_process.cc rappor::RapporService* TestingBrowserProcess::rappor_service() {
RapporService      60 chrome/test/base/testing_browser_process.h   virtual rappor::RapporService* rappor_service() OVERRIDE;
RapporService      59 components/rappor/rappor_service.cc RapporService::RapporService() : cohort_(-1) {}
RapporService      61 components/rappor/rappor_service.cc RapporService::~RapporService() {
RapporService      65 components/rappor/rappor_service.cc void RapporService::Start(PrefService* pref_service,
RapporService      78 components/rappor/rappor_service.cc       &RapporService::OnLogInterval);
RapporService      81 components/rappor/rappor_service.cc void RapporService::OnLogInterval() {
RapporService      93 components/rappor/rappor_service.cc                             &RapporService::OnLogInterval);
RapporService      97 components/rappor/rappor_service.cc void RapporService::RegisterPrefs(PrefRegistrySimple* registry) {
RapporService     102 components/rappor/rappor_service.cc void RapporService::LoadCohort(PrefService* pref_service) {
RapporService     115 components/rappor/rappor_service.cc void RapporService::LoadSecret(PrefService* pref_service) {
RapporService     132 components/rappor/rappor_service.cc bool RapporService::ExportMetrics(RapporReports* reports) {
RapporService     153 components/rappor/rappor_service.cc bool RapporService::IsInitialized() const {
RapporService     157 components/rappor/rappor_service.cc void RapporService::RecordSample(const std::string& metric_name,
RapporService     167 components/rappor/rappor_service.cc void RapporService::RecordSampleInternal(const std::string& metric_name,
RapporService     175 components/rappor/rappor_service.cc RapporMetric* RapporService::LookUpMetric(const std::string& metric_name,
RapporService      39 components/rappor/rappor_service.h class RapporService {
RapporService      41 components/rappor/rappor_service.h   RapporService();
RapporService      42 components/rappor/rappor_service.h   virtual ~RapporService();
RapporService     105 components/rappor/rappor_service.h   base::OneShotTimer<RapporService> log_rotation_timer_;
RapporService     114 components/rappor/rappor_service.h   DISALLOW_COPY_AND_ASSIGN(RapporService);
RapporService      14 components/rappor/rappor_service_unittest.cc class TestRapporService : public RapporService {