OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StorageNamespaceProxy
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebKit/chromium/src/
StorageNamespaceProxy.h
38
class
StorageNamespaceProxy
: public StorageNamespace {
40
StorageNamespaceProxy
(WebKit::WebStorageNamespace*, StorageType);
41
virtual ~
StorageNamespaceProxy
();
StorageNamespaceProxy.cpp
27
#include "
StorageNamespaceProxy
.h"
47
return adoptRef(new
StorageNamespaceProxy
(WebKit::webKitClient()->createLocalStorageNamespace(path, quota), LocalStorage));
54
return adoptRef(new
StorageNamespaceProxy
(webViewClient->createSessionStorageNamespace(), SessionStorage));
57
StorageNamespaceProxy
::
StorageNamespaceProxy
(WebKit::WebStorageNamespace* storageNamespace, StorageType storageType)
63
StorageNamespaceProxy
::~
StorageNamespaceProxy
()
67
PassRefPtr<StorageNamespace>
StorageNamespaceProxy
::copy()
79
PassRefPtr<StorageArea>
StorageNamespaceProxy
::storageArea(PassRefPtr<SecurityOrigin> origin)
84
void
StorageNamespaceProxy
::close(
[
all
...]
Completed in 419 milliseconds