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

  /external/chromium_org/content/child/indexed_db/
webidbfactory_impl.cc 19 WebIDBFactoryImpl::WebIDBFactoryImpl(ThreadSafeSender* thread_safe_sender)
22 WebIDBFactoryImpl::~WebIDBFactoryImpl() {}
24 void WebIDBFactoryImpl::getDatabaseNames(WebIDBCallbacks* callbacks,
32 void WebIDBFactoryImpl::open(const WebString& name,
48 void WebIDBFactoryImpl::deleteDatabase(const WebString& name,
webidbfactory_impl.h 21 class WebIDBFactoryImpl : public blink::WebIDBFactory {
23 explicit WebIDBFactoryImpl(ThreadSafeSender* thread_safe_sender);
24 virtual ~WebIDBFactoryImpl();

Completed in 2584 milliseconds