OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StorageNamespaceProxy
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
StorageNamespaceProxy.h
36
// Instances of
StorageNamespaceProxy
are only used to interact with
38
class
StorageNamespaceProxy
: public StorageNamespace {
40
explicit
StorageNamespaceProxy
(PassOwnPtr<blink::WebStorageNamespace>);
41
virtual ~
StorageNamespaceProxy
();
StorageNamespaceProxy.cpp
27
#include "
StorageNamespaceProxy
.h"
57
return adoptPtr(new
StorageNamespaceProxy
(adoptPtr(webViewClient->createSessionStorageNamespace())));
60
StorageNamespaceProxy
::
StorageNamespaceProxy
(PassOwnPtr<blink::WebStorageNamespace> storageNamespace)
65
StorageNamespaceProxy
::~
StorageNamespaceProxy
()
69
PassOwnPtr<StorageArea>
StorageNamespaceProxy
::storageArea(SecurityOrigin* origin)
74
bool
StorageNamespaceProxy
::isSameNamespace(const blink::WebStorageNamespace& sessionNamespace)
StorageAreaProxy.cpp
30
#include "
StorageNamespaceProxy
.h"
177
StorageNamespaceProxy
* proxy = static_cast<
StorageNamespaceProxy
*>((*it)->sessionStorage(dontCreateIfMissing));
webkit.target.darwin-arm.mk
139
third_party/WebKit/Source/web/
StorageNamespaceProxy
.cpp \
webkit.target.darwin-mips.mk
139
third_party/WebKit/Source/web/
StorageNamespaceProxy
.cpp \
webkit.target.darwin-x86.mk
139
third_party/WebKit/Source/web/
StorageNamespaceProxy
.cpp \
webkit.target.linux-arm.mk
139
third_party/WebKit/Source/web/
StorageNamespaceProxy
.cpp \
webkit.target.linux-mips.mk
139
third_party/WebKit/Source/web/
StorageNamespaceProxy
.cpp \
webkit.target.linux-x86.mk
139
third_party/WebKit/Source/web/
StorageNamespaceProxy
.cpp \
Completed in 119 milliseconds