Searched defs:RapporService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/rappor/
H A Drappor_service.h40 class RapporService { class in namespace:rappor
42 // Constructs a RapporService.
44 // |pref_service| is longer than the lifetime of RapporService.
45 explicit RapporService(PrefService* pref_service);
46 virtual ~RapporService();
67 // Registers the names of all of the preferences used by RapporService in the
116 base::OneShotTimer<RapporService> log_rotation_timer_;
128 DISALLOW_COPY_AND_ASSIGN(RapporService);
H A Drappor_service.cc74 RapporService::RapporService(PrefService* pref_service) function in class:rappor::RapporService
82 RapporService::~RapporService() {
86 void RapporService::AddDailyObserver(
91 void RapporService::Start(net::URLRequestContextGetter* request_context,
96 << "RapporService not started.";
99 DVLOG(1) << "RapporService started. Reporting to " << server_url.spec();
108 &RapporService::OnLogInterval);
111 void RapporService
[all...]

Completed in 110 milliseconds