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

  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_quota_helper.cc 11 MockBrowsingDataQuotaHelper::MockBrowsingDataQuotaHelper(Profile* profile)
15 MockBrowsingDataQuotaHelper::~MockBrowsingDataQuotaHelper() {}
17 void MockBrowsingDataQuotaHelper::StartFetching(
22 void MockBrowsingDataQuotaHelper::RevokeHostQuota(const std::string& host) {
25 void MockBrowsingDataQuotaHelper::AddHost(
37 void MockBrowsingDataQuotaHelper::AddQuotaSamples() {
42 void MockBrowsingDataQuotaHelper::Notify() {
mock_browsing_data_quota_helper.h 14 class MockBrowsingDataQuotaHelper : public BrowsingDataQuotaHelper {
16 explicit MockBrowsingDataQuotaHelper(Profile* profile);
29 virtual ~MockBrowsingDataQuotaHelper();

Completed in 116 milliseconds