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/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 640 const WebURL& storagePartition,
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
LocalFileSystem.cpp 143 KURL storagePartition = KURL(KURL(), context->securityOrigin()->toString());
144 blink::Platform::current()->fileSystem()->openFileSystem(storagePartition, static_cast<blink::WebFileSystemType>(type), callbacks->release());
159 KURL storagePartition = KURL(KURL(), context->securityOrigin()->toString());
160 blink::Platform::current()->fileSystem()->deleteFileSystem(storagePartition, static_cast<blink::WebFileSystemType>(type), callbacks->release());
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
DeprecatedStorageQuota.cpp 72 KURL storagePartition = KURL(KURL(), securityOrigin->toString());
74 blink::Platform::current()->queryStorageUsageAndQuota(storagePartition, storageType, callbacks.release());
StorageQuota.cpp 98 KURL storagePartition = KURL(KURL(), securityOrigin->toString());
100 blink::Platform::current()->queryStorageUsageAndQuota(storagePartition, stringToStorageQuotaType(type), callbacks.release());

Completed in 136 milliseconds