OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
PersistedLogs
::
PersistedLogs
(PrefService* local_state,
84
PersistedLogs
::~
PersistedLogs
() {}
86
void
PersistedLogs
::SerializeLogs() const {
91
PersistedLogs
::LogReadStatus PersistedLogs::DeserializeLogs()
[
all
...]
persisted_logs.h
20
class
PersistedLogs
{
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 72 milliseconds