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

  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_quota_helper_impl.cc 25 return new BrowsingDataQuotaHelperImpl(
31 void BrowsingDataQuotaHelperImpl::StartFetching(
43 void BrowsingDataQuotaHelperImpl::RevokeHostQuota(const std::string& host) {
47 base::Bind(&BrowsingDataQuotaHelperImpl::RevokeHostQuota, this, host));
53 base::Bind(&BrowsingDataQuotaHelperImpl::DidRevokeHostQuota,
57 BrowsingDataQuotaHelperImpl::BrowsingDataQuotaHelperImpl(
70 BrowsingDataQuotaHelperImpl::~BrowsingDataQuotaHelperImpl() {}
72 void BrowsingDataQuotaHelperImpl::FetchQuotaInfo()
    [all...]
browsing_data_quota_helper_impl.h 28 class BrowsingDataQuotaHelperImpl : public BrowsingDataQuotaHelper {
34 BrowsingDataQuotaHelperImpl(base::MessageLoopProxy* ui_thread,
37 virtual ~BrowsingDataQuotaHelperImpl();
66 base::WeakPtrFactory<BrowsingDataQuotaHelperImpl> weak_factory_;
71 DISALLOW_COPY_AND_ASSIGN(BrowsingDataQuotaHelperImpl);
browsing_data_quota_helper_unittest.cc 43 helper_ = new BrowsingDataQuotaHelperImpl(

Completed in 43 milliseconds