OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 554 milliseconds