HomeSort by relevance Sort by last modified time
    Searched refs:storagePartition (Results 1 - 5 of 5) 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/public/platform/
WebFileSystem.h 62 virtual void openFileSystem(const WebURL& storagePartition, const WebFileSystemType, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); }
77 virtual void deleteFileSystem(const WebURL& storagePartition, const WebFileSystemType, WebFileSystemCallbacks) { }
Platform.h 623 const WebURL& storagePartition,
  /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 190 milliseconds