HomeSort by relevance Sort by last modified time
    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 73 milliseconds