Home
last modified time | relevance | path

Searched refs:idbDatabase (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/storage/
DIDBRequest.cpp200 RefPtr<IDBDatabase> idbDatabase = IDBDatabase::create(scriptExecutionContext(), backend); in onSuccess() local
201 idbDatabase->open(); in onSuccess()
203 m_result = IDBAny::create(idbDatabase.release()); in onSuccess()
221 …rontend = IDBTransaction::create(scriptExecutionContext(), backend, m_source->idbDatabase().get()); in onSuccess()
226 m_source->idbDatabase()->setSetVersionTransaction(frontend.get()); in onSuccess()
DIDBAny.h85 PassRefPtr<IDBDatabase> idbDatabase();
DIDBAny.cpp74 PassRefPtr<IDBDatabase> IDBAny::idbDatabase() in idbDatabase() function in WebCore::IDBAny
/external/webkit/Source/WebCore/bindings/js/
DJSEventTarget.cpp165 if (IDBDatabase* idbDatabase = target->toIDBDatabase()) in toJS() local
166 return toJS(exec, idbDatabase); in toJS()
DJSIDBAnyCustom.cpp67 return toJS(exec, globalObject, idbAny->idbDatabase()); in toJS()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8IDBAnyCustom.cpp61 return toV8(impl->idbDatabase()); in toV8()
/external/webkit/Source/WebCore/bindings/v8/
DV8DOMWrapper.cpp384 if (IDBDatabase* idbDatabase = target->toIDBDatabase()) in convertEventTargetToV8Object() local
385 return toV8(idbDatabase); in convertEventTargetToV8Object()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0687960 (WebCore::IDBAny::idbDatabase):