Searched defs:SetTempQuota (Results 1 - 2 of 2) sorted by path

/external/chromium_org/content/browser/fileapi/
H A Dfile_system_browsertest.cc58 SetTempQuota(
64 static void SetTempQuota(int64 bytes, scoped_refptr<QuotaManager> qm) { function in class:content::FileSystemBrowserTestWithLowQuota
68 base::Bind(&FileSystemBrowserTestWithLowQuota::SetTempQuota, bytes,
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_browsertest.cc115 SetTempQuota(kTemporaryStorageQuotaSize,
120 static void SetTempQuota(int64 bytes, scoped_refptr<QuotaManager> qm) { function in class:content::IndexedDBBrowserTest
124 base::Bind(&IndexedDBBrowserTest::SetTempQuota, bytes, qm));

Completed in 265 milliseconds