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

  /external/chromium_org/media/filters/
decoder_stream_traits.h 40 static void ReportStatistics(const StatisticsCB& statistics_cb,
62 static void ReportStatistics(const StatisticsCB& statistics_cb,
decoder_stream_traits.cc 30 void DecoderStreamTraits<DemuxerStream::AUDIO>::ReportStatistics(
67 void DecoderStreamTraits<DemuxerStream::VIDEO>::ReportStatistics(
decoder_stream.cc 333 StreamTraits::ReportStatistics(statistics_cb_, buffer_size);
  /external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_handler.h 42 void ReportStatistics(const Statistics& stats);
quota_internals_handler.cc 68 void QuotaInternalsHandler::ReportStatistics(const Statistics& stats) {
quota_internals_proxy.h 55 void ReportStatistics(const Statistics& stats);
quota_internals_proxy.cc 72 ReportStatistics(stats);
95 RELAY_TO_HANDLER(ReportStatistics, const Statistics&)
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter_unittest.cc 67 MOCK_METHOD2(ReportStatistics, void(uint32, uint32));
589 EXPECT_CALL(resetter(), ReportStatistics(0x03u, 0x01u));
691 EXPECT_CALL(resetter(), ReportStatistics(0x1fu, 0x00u));
707 EXPECT_CALL(resetter(), ReportStatistics(0x15u, 0x01u));
724 EXPECT_CALL(resetter(), ReportStatistics(0x0au, 0x01u));
743 EXPECT_CALL(resetter(), ReportStatistics(0x03u, 0x01u));
766 EXPECT_CALL(resetter(), ReportStatistics(0x03u, 0x01u));
785 EXPECT_CALL(resetter(), ReportStatistics(0x03u, 0x03u));
    [all...]
automatic_profile_resetter.h 203 virtual void ReportStatistics(uint32 satisfied_criteria_mask,
automatic_profile_resetter.cc 677 void AutomaticProfileResetter::ReportStatistics(uint32 satisfied_criteria_mask,
692 ReportStatistics(results->satisfied_criteria_mask,
  /external/chromium_org/v8/src/heap/
heap.cc 300 new_space_.ReportStatistics();
306 new_space_.ReportStatistics();
402 new_space_.ReportStatistics();
405 if (FLAG_log_gc) new_space_.ReportStatistics();
    [all...]
spaces.h     [all...]
spaces.cc 796 void MemoryAllocator::ReportStatistics() {
    [all...]

Completed in 113 milliseconds