OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_log_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/metrics/
metrics_log_manager.cc
58
DCHECK(!
current_log_
);
59
current_log_
= log.Pass();
63
DCHECK(
current_log_
.get());
64
current_log_
->CloseLog();
66
current_log_
->GetEncodedLog(&log_data);
68
StoreLog(log_data,
current_log_
->log_type());
69
current_log_
.reset();
90
current_log_
->CloseLog();
91
current_log_
.reset();
96
paused_log_.reset(
current_log_
.release())
[
all
...]
metrics_log_manager.h
34
MetricsLog* current_log() { return
current_log_
.get(); }
101
scoped_ptr<MetricsLog>
current_log_
;
member in class:metrics::MetricsLogManager
Completed in 61 milliseconds