Searched refs:createSessionStorageNamespace (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebStorageNamespace.h51 WEBKIT_API static WebStorageNamespace* createSessionStorageNamespace(unsigned quota);
H A DWebViewClient.h85 // so any subsequent calls to createSessionStorageNamespace conform to the
104 virtual WebStorageNamespace* createSessionStorageNamespace(unsigned quota) { return 0; } function in class:WebKit::WebViewClient
/external/webkit/Source/WebKit/chromium/src/
H A DWebStorageNamespaceImpl.cpp48 WebStorageNamespace* WebStorageNamespace::createSessionStorageNamespace(unsigned quota) function in class:WebKit::WebStorageNamespace
H A DStorageNamespaceProxy.cpp53 return adoptRef(new StorageNamespaceProxy(webViewClient->createSessionStorageNamespace(quota), SessionStorage));
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.h116 virtual WebKit::WebStorageNamespace* createSessionStorageNamespace(unsigned quota);
H A DWebViewHost.cpp249 WebStorageNamespace* WebViewHost::createSessionStorageNamespace(unsigned quota) function in class:WebViewHost
251 return WebKit::WebStorageNamespace::createSessionStorageNamespace(quota);

Completed in 119 milliseconds