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

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBFactory.h 64 IDBOpenDBRequest* openInternal(ScriptState*, const String& name, int64_t version, ExceptionState&);
IDBFactory.cpp 101 return openInternal(scriptState, name, version, exceptionState);
104 IDBOpenDBRequest* IDBFactory::openInternal(ScriptState* scriptState, const String& name, int64_t version, ExceptionState& exceptionState)
135 return openInternal(scriptState, name, IDBDatabaseMetadata::NoIntVersion, exceptionState);

Completed in 1853 milliseconds