HomeSort by relevance Sort by last modified time
    Searched refs:message_histogram_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/message_loop/
message_loop.cc 134 message_histogram_(NULL),
148 message_histogram_(NULL),
535 if (enable_histogrammer_ && !message_histogram_
538 message_histogram_ = LinearHistogram::FactoryGetWithRangeDescription(
542 message_histogram_->kHexRangePrintingFlag,
550 if (message_histogram_)
551 message_histogram_->Add(event);
message_loop.h 442 // If message_histogram_ is NULL, this is a no-op.
483 HistogramBase* message_histogram_; member in class:base::MessageLoop

Completed in 1218 milliseconds