Searched defs:createIndex (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/test/data/indexeddb/
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);
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBObjectStore.h77 IDBIndex* createIndex(ScriptState* scriptState, const String& name, const String& keyPath, const Dictionary& options, ExceptionState& exceptionState) function in class:WebCore::IDBObjectStore
79 return createIndex(scriptState, name, IDBKeyPath(keyPath), options, exceptionState);
81 IDBIndex* createIndex(ScriptState* scriptState, const String& name, const Vector<String>& keyPath, const Dictionary& options, ExceptionState& exceptionState) function in class:WebCore::IDBObjectStore
83 return createIndex(scriptState, name, IDBKeyPath(keyPath), options, exceptionState);
110 IDBIndex* createIndex(ScriptState*, const String& name, const IDBKeyPath&, const Dictionary&, ExceptionState&);
111 IDBIndex* createIndex(ScriptState*, const String& name, const IDBKeyPath&, bool unique, bool multiEntry, ExceptionState&);
H A DIDBObjectStore.cpp386 IDBIndex* IDBObjectStore::createIndex(ScriptState* scriptState, const String& name, const IDBKeyPath& keyPath, const Dictionary& options, ExceptionState& exceptionState) function in class:WebCore::IDBObjectStore
394 return createIndex(scriptState, name, keyPath, unique, multiEntry, exceptionState);
397 IDBIndex* IDBObjectStore::createIndex(ScriptState* scriptState, const String& name, const IDBKeyPath& keyPath, bool unique, bool multiEntry, ExceptionState& exceptionState) function in class:WebCore::IDBObjectStore
399 IDB_TRACE("IDBObjectStore::createIndex");
439 backendDB()->createIndex(m_transaction->id(), id(), indexId, name, keyPath, unique, multiEntry);
/external/chromium_org/content/child/indexed_db/
H A Dwebidbdatabase_impl.cc232 void WebIDBDatabaseImpl::createIndex(long long transaction_id, function in class:content::WebIDBDatabaseImpl
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabaseAuthorizer.cpp173 int DatabaseAuthorizer::createIndex(const String&, const String& tableName) function in class:WebCore::DatabaseAuthorizer
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebIDBDatabase.h65 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/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/ ...

Completed in 2075 milliseconds