OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IDBFactoryBackendProxy
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
IDBFactoryBackendProxy.h
44
class
IDBFactoryBackendProxy
: public WebCore::IDBFactoryBackendInterface {
47
virtual ~
IDBFactoryBackendProxy
();
54
IDBFactoryBackendProxy
();
IDBFactoryBackendProxy.cpp
30
#include "
IDBFactoryBackendProxy
.h"
63
PassRefPtr<IDBFactoryBackendInterface>
IDBFactoryBackendProxy
::create()
65
return adoptRef(new
IDBFactoryBackendProxy
());
68
IDBFactoryBackendProxy
::
IDBFactoryBackendProxy
()
73
IDBFactoryBackendProxy
::~
IDBFactoryBackendProxy
()
112
bool
IDBFactoryBackendProxy
::allowIndexedDB(ScriptExecutionContext* context, const String& name, const WebSecurityOrigin& origin, PassRefPtr<IDBCallbacks> callbacks)
145
void
IDBFactoryBackendProxy
::getDatabaseNames(PassRefPtr<IDBCallbacks> prpCallbacks, const String& databaseIdentifier, ScriptExecutionContext* context)
155
void
IDBFactoryBackendProxy
::open(const String& name, int64_t version, int64_t transactionId, PassRefPtr<IDBCallbacks> prpCall (…)
[
all
...]
WebKit.cpp
34
#include "
IDBFactoryBackendProxy
.h"
164
WebCore::setIDBFactoryBackendInterfaceCreateFunction(WebKit::
IDBFactoryBackendProxy
::create);
webkit.target.darwin-arm.mk
101
third_party/WebKit/Source/web/
IDBFactoryBackendProxy
.cpp \
webkit.target.darwin-mips.mk
101
third_party/WebKit/Source/web/
IDBFactoryBackendProxy
.cpp \
webkit.target.darwin-x86.mk
101
third_party/WebKit/Source/web/
IDBFactoryBackendProxy
.cpp \
webkit.target.linux-arm.mk
101
third_party/WebKit/Source/web/
IDBFactoryBackendProxy
.cpp \
webkit.target.linux-mips.mk
101
third_party/WebKit/Source/web/
IDBFactoryBackendProxy
.cpp \
webkit.target.linux-x86.mk
101
third_party/WebKit/Source/web/
IDBFactoryBackendProxy
.cpp \
Completed in 343 milliseconds