Searched refs:RevokeHostQuota (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/browsing_data/
H A Dmock_browsing_data_quota_helper.h19 virtual void RevokeHostQuota(const std::string& host) OVERRIDE;
H A Dmock_browsing_data_quota_helper.cc25 void MockBrowsingDataQuotaHelper::RevokeHostQuota(const std::string& host) { function in class:MockBrowsingDataQuotaHelper
H A Dbrowsing_data_quota_helper.h67 virtual void RevokeHostQuota(const std::string& host) = 0;
H A Dbrowsing_data_quota_helper_impl.h31 virtual void RevokeHostQuota(const std::string& host) OVERRIDE;
H A Dbrowsing_data_quota_helper_unittest.cc103 void RevokeHostQuota(const std::string& host) { function in class:BrowsingDataQuotaHelperTest
104 helper_->RevokeHostQuota(host);
188 TEST_F(BrowsingDataQuotaHelperTest, RevokeHostQuota) {
196 RevokeHostQuota(kHost1);
H A Dbrowsing_data_quota_helper_impl.cc43 void BrowsingDataQuotaHelperImpl::RevokeHostQuota(const std::string& host) { function in class:BrowsingDataQuotaHelperImpl
47 base::Bind(&BrowsingDataQuotaHelperImpl::RevokeHostQuota, this, host));
H A Dcookies_tree_model.cc500 container->quota_helper_->RevokeHostQuota(quota_info_->host);

Completed in 100 milliseconds