Searched defs:StorageNamespace (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DStorageNamespace.h43 class StorageNamespace : public RefCounted<StorageNamespace> { class in namespace:WebCore
45 static PassRefPtr<StorageNamespace> localStorageNamespace(const String& path, unsigned quota);
46 static PassRefPtr<StorageNamespace> sessionStorageNamespace(Page*, unsigned quota);
48 virtual ~StorageNamespace() { }
50 virtual PassRefPtr<StorageNamespace> copy() = 0;

Completed in 304 milliseconds