Searched refs:ReportStatistics (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/media/filters/
H A Ddecoder_stream_traits.h40 static void ReportStatistics(const StatisticsCB& statistics_cb,
62 static void ReportStatistics(const StatisticsCB& statistics_cb,
H A Ddecoder_stream_traits.cc30 void DecoderStreamTraits<DemuxerStream::AUDIO>::ReportStatistics( function in class:media::DecoderStreamTraits
67 void DecoderStreamTraits<DemuxerStream::VIDEO>::ReportStatistics( function in class:media::DecoderStreamTraits
H A Ddecoder_stream.cc333 StreamTraits::ReportStatistics(statistics_cb_, buffer_size);
/external/chromium_org/chrome/browser/ui/webui/quota_internals/
H A Dquota_internals_handler.h42 void ReportStatistics(const Statistics& stats);
H A Dquota_internals_handler.cc68 void QuotaInternalsHandler::ReportStatistics(const Statistics& stats) { function in class:quota_internals::QuotaInternalsHandler
H A Dquota_internals_proxy.h55 void ReportStatistics(const Statistics& stats);
H A Dquota_internals_proxy.cc72 ReportStatistics(stats);
95 RELAY_TO_HANDLER(ReportStatistics, const Statistics&)
/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter_unittest.cc67 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));
805 EXPECT_CALL(resetter(), ReportStatistics(0x03u, 0x05u));
825 EXPECT_CALL(resetter(), ReportStatistics(
[all...]
H A Dautomatic_profile_resetter.h203 virtual void ReportStatistics(uint32 satisfied_criteria_mask,
H A Dautomatic_profile_resetter.cc677 void AutomaticProfileResetter::ReportStatistics(uint32 satisfied_criteria_mask, function in class:AutomaticProfileResetter
692 ReportStatistics(results->satisfied_criteria_mask,
/external/chromium_org/v8/src/heap/
H A Dheap.cc300 new_space_.ReportStatistics();
306 new_space_.ReportStatistics();
402 new_space_.ReportStatistics();
405 if (FLAG_log_gc) new_space_.ReportStatistics();
4422 isolate_->memory_allocator()->ReportStatistics();
4424 new_space_.ReportStatistics();
4426 old_pointer_space_->ReportStatistics();
4428 old_data_space_->ReportStatistics();
4430 code_space_->ReportStatistics();
4432 map_space_->ReportStatistics();
[all...]
H A Dspaces.h1044 void ReportStatistics();
1817 void ReportStatistics();
2519 void ReportStatistics();
2772 void ReportStatistics();
H A Dspaces.cc796 void MemoryAllocator::ReportStatistics() { function in class:v8::internal::MemoryAllocator
1897 void NewSpace::ReportStatistics() { function in class:v8::NewSpace
2723 void PagedSpace::ReportStatistics() { function in class:v8::PagedSpace
3054 void LargeObjectSpace::ReportStatistics() { function in class:v8::LargeObjectSpace

Completed in 379 milliseconds