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

  /external/webkit/Source/WebKit/chromium/src/
WebIDBFactoryImpl.cpp 32 #include "WebIDBFactoryImpl.h"
49 return new WebIDBFactoryImpl();
52 WebIDBFactoryImpl::WebIDBFactoryImpl()
57 WebIDBFactoryImpl::~WebIDBFactoryImpl()
61 void WebIDBFactoryImpl::open(const WebString& name, WebIDBCallbacks* callbacks, const WebSecurityOrigin& origin, WebFrame*, const WebString& dataDir, unsigned long long maximumSize, BackingStoreType backingStoreType)
WebIDBFactoryImpl.h 42 class WebIDBFactoryImpl : public WebIDBFactory {
44 WebIDBFactoryImpl();
45 virtual ~WebIDBFactoryImpl();

Completed in 183 milliseconds