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

/external/webkit/Source/WebKit/chromium/public/
H A DWebStorageNamespace.h41 // WebStorageNamespace represents a collection of StorageAreas. Typically, you'll have
44 class WebStorageNamespace { class in namespace:WebKit
46 // Create a new WebStorageNamespace. LocalStorageNamespaces require a path to specify
50 WEBKIT_API static WebStorageNamespace* createLocalStorageNamespace(const WebString& backingDirectoryPath, unsigned quota);
51 WEBKIT_API static WebStorageNamespace* createSessionStorageNamespace(unsigned quota);
63 virtual ~WebStorageNamespace() { }
71 virtual WebStorageNamespace* copy() = 0;

Completed in 56 milliseconds