OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_storagenamespace
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
StorageNamespaceProxy.cpp
61
:
m_storageNamespace
(storageNamespace)
71
return adoptPtr(new StorageAreaProxy(adoptPtr(
m_storageNamespace
->createStorageArea(origin->toString())), SessionStorage));
76
return
m_storageNamespace
&&
m_storageNamespace
->isSameNamespace(sessionNamespace);
StorageNamespaceProxy.h
47
OwnPtr<WebKit::WebStorageNamespace>
m_storageNamespace
;
Completed in 41 milliseconds