HomeSort by relevance Sort by last modified time
    Searched refs:indexName (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer.h 61 int createIndex(const String& indexName, const String& tableName);
62 int createTempIndex(const String& indexName, const String& tableName);
63 int dropIndex(const String& indexName, const String& tableName);
64 int dropTempIndex(const String& indexName, const String& tableName);
87 int allowReindex(const String& indexName);
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
InspectorIndexedDBAgent.h 59 virtual void requestData(ErrorString*, const String& securityOrigin, const String& databaseName, const String& objectStoreName, const String& indexName, int skipCount, int pageSize, const RefPtr<JSONObject>* keyRange, PassRefPtrWillBeRawPtr<RequestDataCallback>) OVERRIDE;
InspectorIndexedDBAgent.cpp 222 static IDBIndex* indexForObjectStore(IDBObjectStore* idbObjectStore, const String& indexName)
225 IDBIndex* idbIndex = idbObjectStore->index(indexName, exceptionState);
492 static PassRefPtr<DataLoader> create(ScriptState* scriptState, PassRefPtrWillBeRawPtr<RequestDataCallback> requestCallback, const String& objectStoreName, const String& indexName, IDBKeyRange* idbKeyRange, int skipCount, unsigned pageSize)
494 return adoptRef(new DataLoader(scriptState, requestCallback, objectStoreName, indexName, idbKeyRange, skipCount, pageSize));
532 DataLoader(ScriptState* scriptState, PassRefPtrWillBeRawPtr<RequestDataCallback> requestCallback, const String& objectStoreName, const String& indexName, IDBKeyRange* idbKeyRange, int skipCount, unsigned pageSize)
536 , m_indexName(indexName)
666 void InspectorIndexedDBAgent::requestData(ErrorString* errorString, const String& securityOrigin, const String& databaseName, const String& objectStoreName, const String& indexName, int skipCount, int pageSize, const RefPtr<JSONObject>* keyRange, const PassRefPtrWillBeRawPtr<RequestDataCallback> requestCallback)
684 RefPtr<DataLoader> dataLoader = DataLoader::create(scriptState, requestCallback, objectStoreName, indexName, idbKeyRange, skipCount, pageSize);
  /external/chromium_org/third_party/icu/source/tools/toolutil/
writesrc.h 73 const char *indexName, const char *dataName,
writesrc.c 180 const char *indexName, const char *data32Name,
192 indexName,
193 indexName,
202 indexName,
  /external/icu/icu4c/source/tools/toolutil/
writesrc.h 73 const char *indexName, const char *dataName,
writesrc.c 180 const char *indexName, const char *data32Name,
192 indexName,
193 indexName,
202 indexName,
  /cts/suite/audio_quality/lib/src/task/
TaskCase.cpp 257 android::String8 indexName;
258 indexName.append(StringUtil::substr(orig, matchStart, matchEnd - matchStart));
260 if (!findIndex(indexName, val)) {
261 LOGE("TaskCase::translateVarName no index with name %s", indexName.string());
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
IndexedDBModel.js 367 * @param {string} indexName
373 loadIndexData: function(databaseId, objectStoreName, indexName, idbKeyRange, skipCount, pageSize, callback)
375 this._requestData(databaseId, databaseId.name, objectStoreName, indexName, idbKeyRange, skipCount, pageSize, callback);
382 * @param {string} indexName
388 _requestData: function(databaseId, databaseName, objectStoreName, indexName, idbKeyRange, skipCount, pageSize, callback)
416 this._agent.requestData(databaseId.securityOrigin, databaseName, objectStoreName, indexName, skipCount, pageSize, keyRange ? keyRange : undefined, innerCallback.bind(this));
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderVar.h 194 void appendArrayAccess(const char* indexName, SkString* out) const {
197 indexName,
  /external/skia/src/gpu/gl/
GrGLShaderVar.h 298 void appendArrayAccess(const char* indexName, SkString* out) const {
301 indexName,
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Renderable.java 84 public void setMesh(String mesh, String indexName) {
86 mMeshIndexName = indexName;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
ResourcesPanel.js     [all...]
  /external/jdiff/src/jdiff/
HTMLIndexes.java 164 private void emitIndexHeader(String indexName, int indexType,
167 String linkIndexName = indexName.toLowerCase();
169 if (indexName.compareTo("All Differences") == 0) {
174 h_.writeText("<table summary=\"Index for " + indexName + "\" width=\"100%\" class=\"index\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
186 h_.writeText("<b>" + indexName + "</b>"); }
188 h_.writeText("<a href=\"" + linkIndexName + "_index_all" + h_.reportFileExt + "\" class=\"hiddenlink\">" + indexName + "</a>");
191 h_.writeText("<a href=\"" + linkIndexName + "_index_all" + h_.reportFileExt + "\" class=\"staysblack\">All " + indexName + "</a>");
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtilsTest.java 319 int indexName = insertHelper.getColumnIndex("name");
326 DatabaseUtils.cursorStringToInsertHelper(cursor, "name", insertHelper, indexName);
  /external/guava/guava/lib/
jdiff.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.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.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 

Completed in 2729 milliseconds

1 2