OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_log_type_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/common/metrics/
metrics_log_manager.cc
43
current_log_type_
(MetricsLogBase::NO_LOG),
57
current_log_type_
= log_type;
62
DCHECK_NE(MetricsLogBase::NO_LOG,
current_log_type_
);
67
StoreLog(&compressed_log,
current_log_type_
, NORMAL_STORE);
69
current_log_type_
= MetricsLogBase::NO_LOG;
110
current_log_type_
= MetricsLogBase::NO_LOG;
117
paused_log_type_ =
current_log_type_
;
118
current_log_type_
= MetricsLogBase::NO_LOG;
123
DCHECK_EQ(MetricsLogBase::NO_LOG,
current_log_type_
);
125
current_log_type_
= paused_log_type_
[
all
...]
metrics_log_manager.h
180
LogType
current_log_type_
;
member in class:MetricsLogManager
Completed in 23 milliseconds