Home
last modified time | relevance | path

Searched defs:createSessionStorageNamespace (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebStorageNamespaceImpl.cpp48 WebStorageNamespace* WebStorageNamespace::createSessionStorageNamespace(unsigned quota) in createSessionStorageNamespace() function in WebKit::WebStorageNamespace
/external/webkit/Source/WebKit/chromium/public/
DWebViewClient.h104 virtual WebStorageNamespace* createSessionStorageNamespace(unsigned quota) { return 0; } in createSessionStorageNamespace() function
/external/webkit/Tools/DumpRenderTree/chromium/
DWebViewHost.cpp249 WebStorageNamespace* WebViewHost::createSessionStorageNamespace(unsigned quota) in createSessionStorageNamespace() function in WebViewHost