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

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

Completed in 95 milliseconds