HomeSort by relevance Sort by last modified time
    Searched refs:message_histogram_ (Results 1 - 4 of 4) 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
  /external/chromium_org/base/message_loop/
message_loop.cc 145 message_histogram_(NULL),
567 if (enable_histogrammer_ && !message_histogram_
570 message_histogram_ = LinearHistogram::FactoryGetWithRangeDescription(
574 message_histogram_->kHexRangePrintingFlag,
582 if (message_histogram_)
583 message_histogram_->Add(event);
message_loop.h 474 // If message_histogram_ is NULL, this is a no-op.
515 HistogramBase* message_histogram_; member in class:base::MessageLoop

Completed in 84 milliseconds