HomeSort by relevance Sort by last modified time
    Searched defs:RapporService (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/rappor/
rappor_service.h 40 class RapporService {
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);
rappor_service.cc 74 RapporService::RapporService(PrefService* pref_service)
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::OnLogInterval()
    [all...]

Completed in 3762 milliseconds