Searched refs:skipCount (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DIndexedDBViews.js303 var skipCount = this._skipCount;
307 if (!force && this._lastKey === key && this._lastPageSize === pageSize && this._lastSkipCount === skipCount)
311 skipCount = 0;
316 this._lastSkipCount = skipCount;
330 data["number"] = i + skipCount;
340 this._pageBackButton.disabled = skipCount === 0;
346 this._model.loadIndexData(this._databaseId, this._objectStore.name, this._index.name, idbKeyRange, skipCount, pageSize, callback.bind(this));
348 this._model.loadObjectStoreData(this._databaseId, this._objectStore.name, idbKeyRange, skipCount, pageSize, callback.bind(this));
H A DIndexedDBModel.js330 * @param {number} skipCount
334 loadObjectStoreData: function(databaseId, objectStoreName, idbKeyRange, skipCount, pageSize, callback)
336 this._requestData(databaseId, databaseId.name, objectStoreName, "", idbKeyRange, skipCount, pageSize, callback);
344 * @param {number} skipCount
348 loadIndexData: function(databaseId, objectStoreName, indexName, idbKeyRange, skipCount, pageSize, callback)
350 this._requestData(databaseId, databaseId.name, objectStoreName, indexName, idbKeyRange, skipCount, pageSize, callback);
359 * @param {number} skipCount
363 _requestData: function(databaseId, databaseName, objectStoreName, indexName, idbKeyRange, skipCount, pageSize, callback)
391 IndexedDBAgent.requestData(databaseId.securityOrigin, databaseName, objectStoreName, indexName, skipCount, pageSize, keyRange ? keyRange : undefined, innerCallback.bind(this));
H A DHeapSnapshotGridNodes.js279 var skipCount = range.to - itemPosition;
280 insertionIndex += skipCount;
281 itemIndex += skipCount;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorIndexedDBAgent.h61 virtual void requestData(ErrorString*, const String& securityOrigin, const String& databaseName, const String& objectStoreName, const String& indexName, int skipCount, int pageSize, const RefPtr<JSONObject>* keyRange, PassRefPtr<RequestDataCallback>);
H A DInspectorIndexedDBAgent.cpp388 static PassRefPtr<OpenCursorCallback> create(InjectedScript injectedScript, PassRefPtr<RequestDataCallback> requestCallback, int skipCount, unsigned pageSize) argument
390 return adoptRef(new OpenCursorCallback(injectedScript, requestCallback, skipCount, pageSize));
458 OpenCursorCallback(InjectedScript injectedScript, PassRefPtr<RequestDataCallback> requestCallback, int skipCount, unsigned pageSize) argument
462 , m_skipCount(skipCount)
476 static PassRefPtr<DataLoader> create(ExecutionContext* context, PassRefPtr<RequestDataCallback> requestCallback, const InjectedScript& injectedScript, const String& objectStoreName, const String& indexName, PassRefPtr<IDBKeyRange> idbKeyRange, int skipCount, unsigned pageSize) argument
478 return adoptRef(new DataLoader(context, requestCallback, injectedScript, objectStoreName, indexName, idbKeyRange, skipCount, pageSize));
517 DataLoader(ExecutionContext* executionContext, PassRefPtr<RequestDataCallback> requestCallback, const InjectedScript& injectedScript, const String& objectStoreName, const String& indexName, PassRefPtr<IDBKeyRange> idbKeyRange, int skipCount, unsigned pageSize) argument
524 , m_skipCount(skipCount)
641 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, PassRefPtr<RequestDataCallback> requestCallback) argument
665 RefPtr<DataLoader> dataLoader = DataLoader::create(document, requestCallback, injectedScript, objectStoreName, indexName, idbKeyRange, skipCount, pageSiz
[all...]
/external/skia/tests/
H A Dskia_test.cpp229 int skipCount = 0; local
236 ++skipCount;
253 toRun, failCount, skipCount);
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java1091 int skipCount = stackEntryPresent1 ? 1 : 0;
1097 newOpcode = (byte)(InstructionConstants.OP_DUP + skipCount);
1099 else if (skipCount == 1)
1122 int skipCount = (stackEntryPresent1 ? 1 : 0) +
1129 newOpcode = (byte)(InstructionConstants.OP_DUP + skipCount);
1131 else if (skipCount == 1)
1136 else if (skipCount == 2)
1176 int skipCount = stackEntryPresent2 ? 1 : 0;
1182 newOpcode = (byte)(InstructionConstants.OP_DUP2 + skipCount);
1184 else if (skipCount >
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 976 milliseconds