OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createSessionStorageNamespace
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/chromium/src/
WebStorageNamespaceImpl.cpp
48
WebStorageNamespace* WebStorageNamespace::
createSessionStorageNamespace
(unsigned quota)
/external/webkit/Source/WebKit/chromium/public/
WebViewClient.h
85
// so any subsequent calls to
createSessionStorageNamespace
conform to the
104
virtual WebStorageNamespace*
createSessionStorageNamespace
(unsigned quota) { return 0; }
/external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp
249
WebStorageNamespace* WebViewHost::
createSessionStorageNamespace
(unsigned quota)
251
return WebKit::WebStorageNamespace::
createSessionStorageNamespace
(quota);
[
all
...]
Completed in 32 milliseconds