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

  /external/chromium/base/
message_loop.cc 125 message_histogram_(NULL),
540 if (enable_histogrammer_ && !message_histogram_
543 message_histogram_ = base::LinearHistogram::FactoryGet(
547 message_histogram_->kHexRangePrintingFlag);
548 message_histogram_->SetRangeDescriptions(event_descriptions_);
553 if (message_histogram_)
554 message_histogram_->Add(event);
message_loop.h 439 // If message_histogram_ is NULL, this is a no-op.
476 base::Histogram* message_histogram_; member in class:MessageLoop

Completed in 1135 milliseconds