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

/external/chromium_org/components/metrics/
H A Dpersisted_logs.cc22 PersistedLogs::LogReadStatus MakeRecallStatusHistogram(
23 PersistedLogs::LogReadStatus status) {
25 status, PersistedLogs::END_RECALL_STATUS);
49 void PersistedLogs::LogHashPair::Init(const std::string& log_data) {
68 PersistedLogs::PersistedLogs(PrefService* local_state, function in class:metrics::PersistedLogs
84 PersistedLogs::~PersistedLogs() {}
86 void PersistedLogs::SerializeLogs() const {
91 PersistedLogs
[all...]
H A Dpersisted_logs.h20 class PersistedLogs { class in namespace:metrics
40 // Constructs a PersistedLogs that stores data in |local_state| under the
43 // is longer than the lifetime of PersistedLogs.
50 PersistedLogs(PrefService* local_state,
55 ~PersistedLogs();
103 // lifetime of the PersistedLogs object.
136 DISALLOW_COPY_AND_ASSIGN(PersistedLogs);

Completed in 173 milliseconds