Searched refs:createIndex (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/content/test/data/indexeddb/
H A Dbug_109187.js15 window.index1 = store.createIndex('index1Name', 'prop1');
16 window.index2 = store.createIndex(
H A Dindex_test.js102 request = objectStore.createIndex('myIndex', 'aKey', {unique: true});
109 function createIndex(expect_error) function
113 window.index = objectStore.createIndex('myIndex', 'aKey', {unique: true});
123 createIndex(false);
H A Dobject_store_test.js99 objectStore.createIndex('fname_index', 'fname');
100 objectStore.createIndex('lname_index', 'fname');
H A Dcursor_prefetch.js22 store.createIndex('index', '');
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBObjectStore.h78 IDBIndex* createIndex(ScriptState* scriptState, const String& name, const String& keyPath, const IDBIndexParameters& options, ExceptionState& exceptionState) function in class:blink::IDBObjectStore
80 return createIndex(scriptState, name, IDBKeyPath(keyPath), options, exceptionState);
82 IDBIndex* createIndex(ScriptState* scriptState, const String& name, const Vector<String>& keyPath, const IDBIndexParameters& options, ExceptionState& exceptionState) function in class:blink::IDBObjectStore
84 return createIndex(scriptState, name, IDBKeyPath(keyPath), options, exceptionState);
111 IDBIndex* createIndex(ScriptState*, const String& name, const IDBKeyPath&, const IDBIndexParameters&, ExceptionState&);
H A DIDBObjectStore.idl53 [CallWith=ScriptState, RaisesException] IDBIndex createIndex(DOMString name, DOMString keyPath, optional IDBIndexParameters options);
54 [CallWith=ScriptState, RaisesException] IDBIndex createIndex(DOMString name, sequence<DOMString> keyPath, optional IDBIndexParameters options);
H A DIDBObjectStore.cpp407 IDBIndex* IDBObjectStore::createIndex(ScriptState* scriptState, const String& name, const IDBKeyPath& keyPath, const IDBIndexParameters& options, ExceptionState& exceptionState) function in class:blink::IDBObjectStore
409 IDB_TRACE("IDBObjectStore::createIndex");
449 backendDB()->createIndex(m_transaction->id(), id(), indexId, name, keyPath, options.unique(), options.multiEntry());
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebIDBDatabase.h59 virtual void createIndex(long long transactionId, long long objectStoreId, long long indexId, const WebString& name, const WebIDBKeyPath&, bool unique, bool multiEntry) { BLINK_ASSERT_NOT_REACHED(); } function in class:blink::WebIDBDatabase
/external/chromium_org/tools/perf/page_sets/endure/
H A Dindexeddb_app.js65 syncStore.createIndex('doc-index', 'docid');
69 docStore.createIndex(
74 userEventStore.createIndex('doc-index', 'docid');
/external/chromium_org/content/child/indexed_db/
H A Dwebidbdatabase_impl.h90 virtual void createIndex(long long transactionId,
H A Dwebidbdatabase_impl.cc238 void WebIDBDatabaseImpl::createIndex(long long transaction_id, function in class:content::WebIDBDatabaseImpl
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabaseAuthorizer.h61 int createIndex(const String& indexName, const String& tableName);
H A DDatabaseAuthorizer.cpp173 int DatabaseAuthorizer::createIndex(const String&, const String& tableName) function in class:blink::DatabaseAuthorizer
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteDatabase.cpp276 return auth->createIndex(parameter1, parameter2);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 8110 milliseconds