createIndex       365 Source/modules/indexeddb/IDBObjectStore.cpp PassRefPtr<IDBIndex> IDBObjectStore::createIndex(ExecutionContext* context, const String& name, const IDBKeyPath& keyPath, const Dictionary& options, ExceptionState& exceptionState)
createIndex       376 Source/modules/indexeddb/IDBObjectStore.cpp PassRefPtr<IDBIndex> IDBObjectStore::createIndex(ExecutionContext* context, const String& name, const IDBKeyPath& keyPath, bool unique, bool multiEntry, ExceptionState& exceptionState)
createIndex       173 Source/modules/webdatabase/DatabaseAuthorizer.cpp int DatabaseAuthorizer::createIndex(const String&, const String& tableName)