Home
last modified time | relevance | path

Searched defs:creationCallback (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/storage/
DDatabase.cpp67 …onCallbackTask> create(PassRefPtr<Database> database, PassRefPtr<DatabaseCallback> creationCallbac… in create()
90 … unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, in openDatabase()
DDatabaseSync.cpp50 … unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCode& ec) in openDatabaseSync()
/external/webkit/Source/WebCore/workers/
DWorkerContext.cpp293 …nst String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallbac… in openDatabase()
312 …nst String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallbac… in openDatabaseSync()
/external/webkit/Source/WebCore/page/
DDOMWindow.cpp1360 …nst String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallbac… in openDatabase()