OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createLocalStorageNamespace
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebKit/chromium/src/
WebStorageNamespaceImpl.cpp
43
WebStorageNamespace* WebStorageNamespace::
createLocalStorageNamespace
(const WebString& path, unsigned quota)
/external/webkit/WebKit/chromium/public/
WebKitClient.h
88
virtual WebStorageNamespace*
createLocalStorageNamespace
(const WebString& path, unsigned quota) { return 0; }
Completed in 327 milliseconds