OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_log_
(Results
1 - 3
of
3
) sorted by null
/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 41 milliseconds