HomeSort by relevance Sort by last modified time
    Searched defs:createIndex (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/content/test/data/indexeddb/
index_test.js 102 request = objectStore.createIndex('myIndex', 'aKey', {unique: true});
109 function createIndex(expect_error)
113 window.index = objectStore.createIndex('myIndex', 'aKey', {unique: true});
123 createIndex(false);
  /external/chromium_org/content/child/indexed_db/
webidbdatabase_impl.cc 232 void WebIDBDatabaseImpl::createIndex(long long transaction_id,
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBObjectStore.h 77 IDBIndex* createIndex(ScriptState* scriptState, const String& name, const String& keyPath, const Dictionary& options, ExceptionState& exceptionState)
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)
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&);
IDBObjectStore.cpp 386 IDBIndex* IDBObjectStore::createIndex(ScriptState* scriptState, const String& name, const IDBKeyPath& keyPath, const Dictionary& options, ExceptionState& exceptionState)
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)
399 IDB_TRACE("IDBObjectStore::createIndex");
439 backendDB()->createIndex(m_transaction->id(), id(), indexId, name, keyPath, unique, multiEntry);
  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBDatabase.h 65 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(); }
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer.cpp 173 int DatabaseAuthorizer::createIndex(const String&, const String& tableName)
  /libcore/luni/src/test/java/libcore/icu/
AlphabeticIndexTest.java 22 private static AlphabeticIndex.ImmutableIndex createIndex(Locale locale) {
34 AlphabeticIndex.ImmutableIndex en = createIndex(Locale.ENGLISH);
40 AlphabeticIndex.ImmutableIndex ja = createIndex(Locale.JAPANESE);
71 AlphabeticIndex.ImmutableIndex ko = createIndex(Locale.KOREAN);
81 AlphabeticIndex.ImmutableIndex cs = createIndex(new Locale("cs"));
95 AlphabeticIndex.ImmutableIndex fr = createIndex(Locale.FRENCH);
102 AlphabeticIndex.ImmutableIndex da = createIndex(new Locale("da"));
111 AlphabeticIndex.ImmutableIndex de = createIndex(Locale.GERMAN);
122 AlphabeticIndex.ImmutableIndex th = createIndex(new Locale("th"));
130 AlphabeticIndex.ImmutableIndex ar = createIndex(new Locale("ar"))
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
DBHelper.java 208 static String createIndex(String tableName, String columnName) {
354 db.execSQL(createIndex(Message.TABLE_NAME, columnName));
441 db.execSQL(createIndex(tableName, MessageChangeLogTable.MESSAGE_KEY));
442 db.execSQL(createIndex(tableName, MessageChangeLogTable.ACCOUNT_KEY));
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java     [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java     [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 555 milliseconds