Searched defs:createIndex (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
D | IDBObjectStore.h | 77 …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
|
D | IDBObjectStore.cpp | 386 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/ |
D | index_test.js | 109 function createIndex(expect_error) function
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
D | DatabaseAuthorizer.cpp | 173 int DatabaseAuthorizer::createIndex(const String&, const String& tableName) in createIndex() function in WebCore::DatabaseAuthorizer
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebIDBDatabase.h | 65 …virtual void createIndex(long long transactionId, long long objectStoreId, long long indexId, cons… in createIndex() function
|
/external/chromium_org/content/child/indexed_db/ |
D | webidbdatabase_impl.cc | 232 void WebIDBDatabaseImpl::createIndex(long long transaction_id, in createIndex() function in content::WebIDBDatabaseImpl
|