OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StorageNamespaceProxy
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
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)
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
();
Completed in 38 milliseconds