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

  /external/chromium_org/third_party/WebKit/Source/modules/quota/
DeprecatedStorageQuota.cpp 71 KURL storagePartition = KURL(KURL(), securityOrigin->toString());
73 Platform::current()->queryStorageUsageAndQuota(storagePartition, storageType, callbacks.release());
StorageQuota.cpp 96 KURL storagePartition = KURL(KURL(), securityOrigin->toString());
98 Platform::current()->queryStorageUsageAndQuota(storagePartition, stringToStorageQuotaType(type), callbacks.release());
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
LocalFileSystem.cpp 166 KURL storagePartition = KURL(KURL(), context->securityOrigin()->toString());
167 fileSystem()->openFileSystem(storagePartition, static_cast<WebFileSystemType>(type), callbacks->release());
191 KURL storagePartition = KURL(KURL(), context->securityOrigin()->toString());
192 fileSystem()->deleteFileSystem(storagePartition, static_cast<WebFileSystemType>(type), callbacks->release());

Completed in 63 milliseconds