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

  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_quota_helper.cc 9 BrowsingDataQuotaHelper::QuotaInfo::QuotaInfo()
14 BrowsingDataQuotaHelper::QuotaInfo::QuotaInfo(const std::string& host)
20 BrowsingDataQuotaHelper::QuotaInfo::QuotaInfo(const std::string& host,
29 BrowsingDataQuotaHelper::QuotaInfo::~QuotaInfo() {}
33 const BrowsingDataQuotaHelper* helper) {
37 BrowsingDataQuotaHelper::BrowsingDataQuotaHelper(
42 BrowsingDataQuotaHelper::~BrowsingDataQuotaHelper() {
45 bool BrowsingDataQuotaHelper::QuotaInfo::operator <
    [all...]
browsing_data_quota_helper.h 17 class BrowsingDataQuotaHelper;
21 static void Destruct(const BrowsingDataQuotaHelper* helper);
33 class BrowsingDataQuotaHelper
34 : public base::RefCountedThreadSafe<BrowsingDataQuotaHelper,
63 static BrowsingDataQuotaHelper* Create(Profile* profile);
70 explicit BrowsingDataQuotaHelper(base::MessageLoopProxy* io_thread_);
71 virtual ~BrowsingDataQuotaHelper();
74 friend class base::DeleteHelper<BrowsingDataQuotaHelper>;
78 DISALLOW_COPY_AND_ASSIGN(BrowsingDataQuotaHelper);

Completed in 69 milliseconds