OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DOMStorageSession
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/dom_storage/
dom_storage_session.h
23
class CONTENT_EXPORT
DOMStorageSession
24
: public base::RefCountedThreadSafe<
DOMStorageSession
> {
26
// Constructs a |
DOMStorageSession
| and allocates new IDs for it.
27
explicit
DOMStorageSession
(DOMStorageContextImpl* context);
29
// Constructs a |
DOMStorageSession
| and assigns |persistent_namespace_id|
31
DOMStorageSession
(DOMStorageContextImpl* context,
34
// Constructs a |
DOMStorageSession
| as an alias of
36
explicit
DOMStorageSession
(
DOMStorageSession
* master_dom_storage_session);
45
DOMStorageSession
* Clone()
[
all
...]
dom_storage_session.cc
37
DOMStorageSession
::
DOMStorageSession
(DOMStorageContextImpl* context)
48
DOMStorageSession
::
DOMStorageSession
(DOMStorageContextImpl* context,
60
DOMStorageSession
::
DOMStorageSession
(
61
DOMStorageSession
* master_dom_storage_session)
76
void
DOMStorageSession
::SetShouldPersist(bool should_persist) {
80
bool
DOMStorageSession
::should_persist() const {
84
bool
DOMStorageSession
::IsFromContext(DOMStorageContextImpl* context)
[
all
...]
Completed in 185 milliseconds