Home
last modified time | relevance | path

Searched defs:resultId (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
DJellyBeanAccessibilityInjector.java185 final int resultId = mResultIdCounter.getAndIncrement(); in performAction() local
199 private boolean getResultAndClear(int resultId) { in getResultAndClear()
222 private boolean waitForResultTimedLocked(int resultId) { in waitForResultTimedLocked()
249 final long resultId; in onResult() local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
DExtensionAPI.js648 resultId: this._id, property
667 …extensionServer.sendRequest({ command: commands.UpdateAuditProgress, resultId: this._id, progress:… property
672 extensionServer.sendRequest({ command: commands.StopAuditCategoryRun, resultId: this._id }); property