Searched refs:indexName (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebCore/storage/ |
D | DatabaseAuthorizer.h | 60 int createIndex(const String& indexName, const String& tableName); 61 int createTempIndex(const String& indexName, const String& tableName); 62 int dropIndex(const String& indexName, const String& tableName); 63 int dropTempIndex(const String& indexName, const String& tableName); 86 int allowReindex(const String& indexName);
|
D | IDBLevelDBBackingStore.cpp | 1085 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, const String& indexName) in encode() argument 1091 ret.append(encodeStringWithLength(indexName)); in encode() 1103 String indexName() const { return m_indexName; } in indexName() function in WebCore::__anon278c03fd0111::IndexNamesKey 1944 String indexName = decodeString(it->value().begin(), it->value().end()); in getIndexes() local 1961 foundNames.append(indexName); in getIndexes()
|
/external/webkit/LayoutTests/storage/indexeddb/ |
D | objectstore-clear-expected.txt | 13 store.createIndex('indexName', '') 14 PASS store.indexNames.contains('indexName') is true 22 index = store.index('indexName')
|
D | objectstore-basics-expected.txt | 26 index = store.createIndex('indexName', 'x', {unique: true}) 28 PASS store.indexNames.contains('indexName') is true 29 index = store.index('indexName') 42 PASS store.indexNames is ['indexName'] 46 PASS store.indexNames.contains('indexName') is true 47 PASS store.indexNames[0] is "indexName"
|
D | objectstore-removeobjectstore-expected.txt | 13 store.createIndex('indexName', '') 14 PASS store.indexNames.contains('indexName') is true 29 PASS event.target.source.indexNames.contains('indexName') is false
|
D | queued-commands-expected.txt | 14 store.createIndex('indexName', 'x')
|
D | index-basics-expected.txt | 14 store.createIndex('indexName', 'x') 18 PASS indexObject.name is "indexName"
|
D | duplicates-expected.txt | 14 store.createIndex('indexName', 'x') 58 store.createIndex('indexName', 'x')
|
/external/icu4c/tools/toolutil/ |
D | writesrc.c | 175 const char *indexName, const char *data32Name, in usrc_writeUTrie2Struct() argument 187 indexName, in usrc_writeUTrie2Struct() 188 indexName, in usrc_writeUTrie2Struct() 197 indexName, in usrc_writeUTrie2Struct()
|
D | writesrc.h | 73 const char *indexName, const char *dataName,
|
/external/jdiff/src/jdiff/ |
D | HTMLIndexes.java | 164 private void emitIndexHeader(String indexName, int indexType, in emitIndexHeader() argument 167 String linkIndexName = indexName.toLowerCase(); in emitIndexHeader() 169 if (indexName.compareTo("All Differences") == 0) { in emitIndexHeader() 174 …h_.writeText("<table summary=\"Index for " + indexName + "\" width=\"100%\" class=\"index\" borde… in emitIndexHeader() 186 h_.writeText("<b>" + indexName + "</b>"); } in emitIndexHeader() 188 …linkIndexName + "_index_all" + h_.reportFileExt + "\" class=\"hiddenlink\">" + indexName + "</a>"); in emitIndexHeader() 191 …IndexName + "_index_all" + h_.reportFileExt + "\" class=\"staysblack\">All " + indexName + "</a>"); in emitIndexHeader()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 9663 (WebCore::IDBLevelDBCoding::IndexNamesKey::indexName): 17944 (WebCore::KeyPrefix::IndexNamesKey::indexName):
|