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

  /external/webkit/Source/WebCore/storage/
IDBObjectStore.h 64 PassRefPtr<IDBIndex> createIndex(const String& name, const String& keyPath, ExceptionCode& ec) { return createIndex(name, keyPath, OptionsObject(), ec); }
74 PassRefPtr<IDBIndex> createIndex(const String& name, const String& keyPath, const OptionsObject&, ExceptionCode&);
IDBObjectStore.cpp 125 PassRefPtr<IDBIndex> IDBObjectStore::createIndex(const String& name, const String& keyPath, const OptionsObject& options, ExceptionCode& ec)
130 RefPtr<IDBIndexBackendInterface> index = m_objectStore->createIndex(name, keyPath, unique, m_transaction->backend(), ec);
DatabaseAuthorizer.cpp 176 int DatabaseAuthorizer::createIndex(const String&, const String& tableName)
IDBObjectStoreBackendImpl.cpp 369 PassRefPtr<IDBIndexBackendInterface> IDBObjectStoreBackendImpl::createIndex(const String& name, const String& keyPath, bool unique, IDBTransactionBackendInterface* transaction, ExceptionCode& ec)
398 if (!objectStore->m_backingStore->createIndex(objectStore->m_databaseId, objectStore->id(), index->name(), index->keyPath(), index->unique(), id)) {
IDBSQLiteBackingStore.cpp 565 bool IDBSQLiteBackingStore::createIndex(int64_t, int64_t objectStoreId, const String& name, const String& keyPath, bool isUnique, int64_t& indexId)
    [all...]
IDBLevelDBBackingStore.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebIDBObjectStoreImpl.cpp 90 WebIDBIndex* WebIDBObjectStoreImpl::createIndex(const WebString& name, const WebString& keyPath, bool unique, const WebIDBTransaction& transaction, WebExceptionCode& ec)
92 RefPtr<IDBIndexBackendInterface> index = m_objectStore->createIndex(name, keyPath, unique, transaction.getIDBTransactionBackendInterface(), ec);
IDBObjectStoreBackendProxy.cpp 109 PassRefPtr<IDBIndexBackendInterface> IDBObjectStoreBackendProxy::createIndex(const String& name, const String& keyPath, bool unique, IDBTransactionBackendInterface* transaction, ExceptionCode& ec)
114 WebIDBIndex* index = m_webIDBObjectStore->createIndex(name, keyPath, unique, *transactionProxy->getWebIDBTransaction(), ec);
  /external/webkit/Source/WebKit/chromium/public/
WebIDBObjectStore.h 73 virtual WebIDBIndex* createIndex(const WebString& name, const WebString& keyPath, bool unique, const WebIDBTransaction&, WebExceptionCode&)
  /libcore/luni/src/test/java/libcore/icu/
AlphabeticIndexTest.java 22 private static AlphabeticIndex.ImmutableIndex createIndex(Locale locale) {
35 AlphabeticIndex.ImmutableIndex en = createIndex(Locale.ENGLISH);
41 AlphabeticIndex.ImmutableIndex ja = createIndex(Locale.JAPANESE);
68 AlphabeticIndex.ImmutableIndex ko = createIndex(Locale.KOREAN);
78 AlphabeticIndex.ImmutableIndex cs = createIndex(new Locale("cs"));
92 AlphabeticIndex.ImmutableIndex fr = createIndex(Locale.FRENCH);
99 AlphabeticIndex.ImmutableIndex da = createIndex(new Locale("da"));
108 AlphabeticIndex.ImmutableIndex de = createIndex(Locale.GERMAN);
118 AlphabeticIndex.ImmutableIndex th = createIndex(new Locale("th"));
126 AlphabeticIndex.ImmutableIndex ar = createIndex(new Locale("ar"))
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
DBHelper.java 148 static String createIndex(String tableName, String columnName) {
206 db.execSQL(createIndex(Message.TABLE_NAME, columnName));
451 db.execSQL(createIndex(Attachment.TABLE_NAME, AttachmentColumns.MESSAGE_KEY));
482 db.execSQL(createIndex(Body.TABLE_NAME, BodyColumns.MESSAGE_KEY));
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java     [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java     [all...]
  /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 
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 445 milliseconds