HomeSort by relevance Sort by last modified time
    Searched refs:createSessionStorageNamespace (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebStorageNamespace.h 51 WEBKIT_API static WebStorageNamespace* createSessionStorageNamespace(unsigned quota);
WebViewClient.h 85 // so any subsequent calls to createSessionStorageNamespace conform to the
104 virtual WebStorageNamespace* createSessionStorageNamespace(unsigned quota) { return 0; }
  /external/webkit/Source/WebKit/chromium/src/
WebStorageNamespaceImpl.cpp 48 WebStorageNamespace* WebStorageNamespace::createSessionStorageNamespace(unsigned quota)
StorageNamespaceProxy.cpp 53 return adoptRef(new StorageNamespaceProxy(webViewClient->createSessionStorageNamespace(quota), SessionStorage));
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.h 116 virtual WebKit::WebStorageNamespace* createSessionStorageNamespace(unsigned quota);
WebViewHost.cpp 249 WebStorageNamespace* WebViewHost::createSessionStorageNamespace(unsigned quota)
251 return WebKit::WebStorageNamespace::createSessionStorageNamespace(quota);
    [all...]

Completed in 28 milliseconds