OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_log_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/common/metrics/
metrics_log_manager.cc
55
DCHECK(!
current_log_
.get());
56
current_log_
.reset(log);
61
DCHECK(
current_log_
.get());
63
current_log_
->CloseLog();
68
current_log_
.reset();
108
current_log_
->CloseLog();
109
current_log_
.reset();
116
paused_log_.reset(
current_log_
.release());
122
DCHECK(!
current_log_
.get());
124
current_log_
.reset(paused_log_.release())
[
all
...]
metrics_log_manager.h
68
MetricsLogBase* current_log() { return
current_log_
.get(); }
172
// Compresses |
current_log_
| into |compressed_log|.
179
scoped_ptr<MetricsLogBase>
current_log_
;
member in class:MetricsLogManager
/external/chromium/chrome/browser/metrics/
metrics_service.cc
582
DCHECK(
current_log_
);
590
current_log_
->RecordUserAction(*Details<const char*>(details).ptr());
642
MetricsLog* current_log =
current_log_
->AsMetricsLog();
662
if (
current_log_
)
663
DVLOG(1) << "METRICS: NUMBER OF EVENTS = " <<
current_log_
->num_events();
[
all
...]
/external/chromium/chrome/common/
metrics_helpers.cc
422
current_log_
(NULL) {
430
if (
current_log_
) {
431
delete
current_log_
;
432
current_log_
= NULL;
484
DCHECK(
current_log_
);
491
current_log_
->RecordHistogramDelta(histogram, snapshot);
metrics_helpers.h
261
MetricsLogBase*
current_log_
;
member in class:MetricsServiceBase
Completed in 48 milliseconds