HomeSort by relevance Sort by last modified time
    Searched refs:MockBrowsingDataQuotaHelper (Results 1 - 3 of 3) 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();
cookies_tree_model_unittest.cc 65 new MockBrowsingDataQuotaHelper(profile_.get());
351 scoped_refptr<MockBrowsingDataQuotaHelper>
    [all...]

Completed in 30 milliseconds