Searched refs:indexName (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/Modules/webdatabase/
H A DDatabaseAuthorizer.h60 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);
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Dwritesrc.h73 const char *indexName, const char *dataName,
H A Dwritesrc.c180 const char *indexName, const char *data32Name,
192 indexName,
193 indexName,
202 indexName,
177 usrc_writeUTrie2Struct(FILE *f, const char *prefix, const UTrie2 *pTrie, const char *indexName, const char *data32Name, const char *postfix) argument
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorIndexedDBAgent.h63 virtual void requestData(ErrorString*, const String& securityOrigin, const String& databaseName, const String& objectStoreName, const String& indexName, int skipCount, int pageSize, const RefPtr<Inspector::InspectorObject>* keyRange, PassRefPtr<RequestDataCallback>) override;
H A DInspectorIndexedDBAgent.cpp232 static PassRefPtr<IDBIndex> indexForObjectStore(IDBObjectStore* idbObjectStore, const String& indexName) argument
235 RefPtr<IDBIndex> idbIndex = idbObjectStore->index(indexName, ec);
491 static PassRefPtr<DataLoader> create(ScriptExecutionContext* context, PassRefPtr<RequestDataCallback> requestCallback, const InjectedScript& injectedScript, const String& objectStoreName, const String& indexName, PassRefPtr<IDBKeyRange> idbKeyRange, int skipCount, unsigned pageSize) argument
493 return adoptRef(new DataLoader(context, requestCallback, injectedScript, objectStoreName, indexName, idbKeyRange, skipCount, pageSize));
532 DataLoader(ScriptExecutionContext* scriptExecutionContext, PassRefPtr<RequestDataCallback> requestCallback, const InjectedScript& injectedScript, const String& objectStoreName, const String& indexName, PassRefPtr<IDBKeyRange> idbKeyRange, int skipCount, unsigned pageSize) argument
537 , m_indexName(indexName)
642 void InspectorIndexedDBAgent::requestData(ErrorString* errorString, const String& securityOrigin, const String& databaseName, const String& objectStoreName, const String& indexName, int skipCount, int pageSize, const RefPtr<InspectorObject>* keyRange, PassRefPtr<RequestDataCallback> requestCallback) argument
661 RefPtr<DataLoader> dataLoader = DataLoader::create(document, requestCallback, injectedScript, objectStoreName, indexName, idbKeyRange, skipCount, pageSize);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-SearchKit/Examples/SearchKitExample1/
H A DAppController.py61 indexName = "My Arbitrary Index Name"
103 indexName,
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-SearchKit/Examples/SearchKitExample1/
H A DAppController.py61 indexName = "My Arbitrary Index Name"
103 indexName,
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-SearchKit-2.5.1/Examples/SearchKitExample1/
H A DAppController.py61 indexName = "My Arbitrary Index Name"
103 indexName,
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXlib.c99 char *indexName));
498 * o indexName - The name of the index.
502 AddLibIndexErrorInfo (interp, indexName)
504 char *indexName;
508 msg = ckalloc (strlen (indexName) + 60);
510 strcat (msg, indexName);
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/leveldb/
H A DIDBLevelDBCoding.h301 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, const String& indexName);
303 String indexName() const { return m_indexName; } function in class:WebCore::IDBLevelDBCoding::IndexNamesKey
H A DIDBLevelDBCoding.cpp1586 Vector<char> IndexNamesKey::encode(int64_t databaseId, int64_t objectStoreId, const String& indexName) argument
1592 ret.appendVector(encodeStringWithLength(indexName));
H A DIDBBackingStoreLevelDB.cpp1112 String indexName = decodeString(it->value().begin(), it->value().end()); local
1135 indexes->set(indexId, IDBIndexMetadata(indexName, indexId, keyPath, indexUnique, indexMultiEntry));
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DStorageManager.js164 indexName: objectStoreIndex && objectStoreIndex.name || "",
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexpect.c2234 #define out(indexName, value) \
2235 expDiagLog("%s: set %s(%s) \"",detail,EXPECT_OUT,indexName); \
2238 Tcl_SetVar2(interp, EXPECT_OUT,indexName,value,(bg ? TCL_GLOBAL_ONLY : 0));
2241 #define outuni(indexName, value,numchars) \
2242 expDiagLog("%s: set %s(%s) \"",detail,EXPECT_OUT,indexName); \
2245 Tcl_SetVar2Ex(interp, EXPECT_OUT,indexName,Tcl_NewUnicodeObj(value,numchars),(bg ? TCL_GLOBAL_ONLY : 0));
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeColumn.c1142 static CONST char *indexName[] = { local
1150 /* Number of arguments used by indexName[]. */
1154 /* Boolean: can indexName[] be followed by 1 or more qualifiers. */
1184 if (Tcl_GetIndexFromObj(NULL, elemPtr, indexName, NULL, 0, &index)
1329 /* No indexName[] was found. */
H A DtkTreeItem.c1853 static CONST char *indexName[] = { local
1862 /* Number of arguments used by indexName[]. */
1866 /* Boolean: can indexName[] be followed by 1 or more qualifiers. */
1903 if (Tcl_GetIndexFromObj(NULL, elemPtr, indexName, NULL, 0, &index)
2055 /* No indexName[] was found. */

Completed in 372 milliseconds