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

/external/chromium_org/content/public/browser/
H A Dsession_storage_namespace.h17 // This is a ref-counted class that represents a SessionStorageNamespace.
19 class SessionStorageNamespace class in namespace:content
20 : public base::RefCountedThreadSafe<SessionStorageNamespace> {
22 // Returns the ID of the |SessionStorageNamespace|. The ID is unique among all
23 // SessionStorageNamespace objects, but not unique across browser runs.
26 // Returns the persistent ID for the |SessionStorageNamespace|. The ID is
48 virtual SessionStorageNamespace* CreateAlias() = 0;
71 SessionStorageNamespace* other,
74 // Indicates whether this SessionStorageNamespace is an alias of |other|,
76 virtual bool IsAliasOf(SessionStorageNamespace* othe
[all...]

Completed in 88 milliseconds