Home | History | Annotate | Download | only in indexed_db

Lines Matching defs:IndexedDBContextImpl

39 const base::FilePath::CharType IndexedDBContextImpl::kIndexedDBDirectory[] =
98 IndexedDBContextImpl::IndexedDBContextImpl(
114 IndexedDBFactory* IndexedDBContextImpl::GetIDBFactory() {
125 std::vector<GURL> IndexedDBContextImpl::GetAllOrigins() {
137 std::vector<IndexedDBInfo> IndexedDBContextImpl::GetAllOriginsInfo() {
161 ListValue* IndexedDBContextImpl::GetAllOriginsDetails() {
249 int64 IndexedDBContextImpl::GetOriginDiskUsage(const GURL& origin_url) {
257 base::Time IndexedDBContextImpl::GetOriginLastModified(const GURL& origin_url) {
268 void IndexedDBContextImpl::DeleteForOrigin(const GURL& origin_url) {
287 void IndexedDBContextImpl::ForceClose(const GURL& origin_url) {
306 size_t IndexedDBContextImpl::GetConnectionCount(const GURL& origin_url) {
317 base::FilePath IndexedDBContextImpl::GetFilePath(const GURL& origin_url) {
322 base::FilePath IndexedDBContextImpl::GetFilePathForTesting(
327 void IndexedDBContextImpl::SetTaskRunnerForTesting(
333 void IndexedDBContextImpl::ConnectionOpened(const GURL& origin_url,
353 void IndexedDBContextImpl::ConnectionClosed(const GURL& origin_url,
373 void IndexedDBContextImpl::TransactionComplete(const GURL& origin_url) {
380 bool IndexedDBContextImpl::WouldBeOverQuota(const GURL& origin_url,
390 bool IndexedDBContextImpl::IsOverQuota(const GURL& origin_url) {
395 quota::QuotaManagerProxy* IndexedDBContextImpl::quota_manager_proxy() {
399 IndexedDBContextImpl::~IndexedDBContextImpl() {
429 base::FilePath IndexedDBContextImpl::GetIndexedDBFilePath(
436 int64 IndexedDBContextImpl::ReadUsageFromDisk(const GURL& origin_url) const {
444 void IndexedDBContextImpl::EnsureDiskUsageCacheInitialized(
450 void IndexedDBContextImpl::QueryDiskAndUpdateQuotaUsage(
468 void IndexedDBContextImpl::GotUsageAndQuota(const GURL& origin_url,
480 base::Bind(&IndexedDBContextImpl::GotUpdatedQuota,
487 void IndexedDBContextImpl::GotUpdatedQuota(const GURL& origin_url,
494 void IndexedDBContextImpl::QueryAvailableQuota(const GURL& origin_url) {
502 &IndexedDBContextImpl::QueryAvailableQuota, this, origin_url));
512 base::Bind(&IndexedDBContextImpl::GotUsageAndQuota, this, origin_url));
515 std::set<GURL>* IndexedDBContextImpl::GetOriginSet() {
529 void IndexedDBContextImpl::ResetCaches() {
535 base::TaskRunner* IndexedDBContextImpl::TaskRunner() const {