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

  /external/chromium_org/components/metrics/
persisted_logs.cc 22 PersistedLogs::LogReadStatus MakeRecallStatusHistogram(
23 PersistedLogs::LogReadStatus status) {
25 status, PersistedLogs::END_RECALL_STATUS);
49 void PersistedLogs::LogHashPair::Init(const std::string& log_data) {
68 void PersistedLogs::LogHashPair::Clear() {
73 void PersistedLogs::LogHashPair::Swap(PersistedLogs::LogHashPair* input) {
78 PersistedLogs::PersistedLogs(PrefService* local_state,
96 PersistedLogs::~PersistedLogs() {
    [all...]
persisted_logs.h 20 class PersistedLogs {
45 // Constructs a PersistedLogs that stores data in |local_state| under the
48 // is longer than the lifetime of PersistedLogs.
55 PersistedLogs(PrefService* local_state,
61 ~PersistedLogs();
129 // lifetime of the PersistedLogs object.
179 DISALLOW_COPY_AND_ASSIGN(PersistedLogs);

Completed in 97 milliseconds