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

  /external/chromium_org/components/rappor/
rappor_metric.cc 11 RapporMetric::RapporMetric(const std::string& metric_name,
24 RapporMetric::~RapporMetric() {}
26 void RapporMetric::AddSample(const std::string& str) {
30 ByteVector RapporMetric::GetReport(const std::string& secret) const {
rappor_metric.h 18 // A RapporMetric is an object that collects string samples into a Bloom filter,
26 class RapporMetric {
32 RapporMetric(const std::string& metric_name,
35 ~RapporMetric();
56 DISALLOW_COPY_AND_ASSIGN(RapporMetric);

Completed in 90 milliseconds