Home
last modified time | relevance | path

Searched defs:createIndex (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBObjectStore.h77 …IDBIndex* createIndex(ScriptState* scriptState, const String& name, const String& keyPath, const D… in createIndex() function
81 …IDBIndex* createIndex(ScriptState* scriptState, const String& name, const Vector<String>& keyPath,… in createIndex() function
DIDBObjectStore.cpp386 IDBIndex* IDBObjectStore::createIndex(ScriptState* scriptState, const String& name, const IDBKeyPat… in createIndex() function in WebCore::IDBObjectStore
397 IDBIndex* IDBObjectStore::createIndex(ScriptState* scriptState, const String& name, const IDBKeyPat… in createIndex() function in WebCore::IDBObjectStore
/external/chromium_org/content/test/data/indexeddb/
Dindex_test.js109 function createIndex(expect_error) function
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DDatabaseAuthorizer.cpp173 int DatabaseAuthorizer::createIndex(const String&, const String& tableName) in createIndex() function in WebCore::DatabaseAuthorizer
/external/chromium_org/third_party/WebKit/public/platform/
DWebIDBDatabase.h65 …virtual void createIndex(long long transactionId, long long objectStoreId, long long indexId, cons… in createIndex() function
/external/chromium_org/content/child/indexed_db/
Dwebidbdatabase_impl.cc232 void WebIDBDatabaseImpl::createIndex(long long transaction_id, in createIndex() function in content::WebIDBDatabaseImpl