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

  /external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_handler.h 42 void ReportStatistics(const Statistics& stats);
quota_internals_proxy.h 55 void ReportStatistics(const Statistics& stats);
quota_internals_handler.cc 69 void QuotaInternalsHandler::ReportStatistics(const Statistics& stats) {
quota_internals_proxy.cc 71 ReportStatistics(stats);
94 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 675 void AutomaticProfileResetter::ReportStatistics(uint32 satisfied_criteria_mask,
690 ReportStatistics(results->satisfied_criteria_mask,
  /external/chromium_org/v8/src/
spaces.h     [all...]
heap.cc 340 new_space_.ReportStatistics();
346 new_space_.ReportStatistics();
429 new_space_.ReportStatistics();
432 if (FLAG_log_gc) new_space_.ReportStatistics();
    [all...]
spaces.cc 858 void MemoryAllocator::ReportStatistics() {
    [all...]
  /external/v8/src/
spaces.h 983 void ReportStatistics();
    [all...]
heap.cc 301 new_space_.ReportStatistics();
307 new_space_.ReportStatistics();
371 new_space_.ReportStatistics();
374 if (FLAG_log_gc) new_space_.ReportStatistics();
    [all...]
spaces.cc 694 void MemoryAllocator::ReportStatistics() {
    [all...]

Completed in 347 milliseconds