Home
last modified time | relevance | path

Searched defs:callbackId (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
Dmathjax.js51 cvox.MathJax.postMessage = function(cmd, callbackId, args) { argument
94 cvox.MathJax.getAllJax = function(callbackId) { argument
105 cvox.MathJax.registerSignal = function(callbackId, signal) { argument
119 cvox.MathJax.getMathmlCallback_ = function(callbackId) { argument
150 cvox.MathJax.texToMml = function(callbackId, tex, cvoxId) { argument
165 cvox.MathJax.asciiMathToMml = function(callbackId, asciiMath, cvoxId) { argument
178 cvox.MathJax.isActive = function(callbackId) { argument
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwQuotaManagerBridge.java106 int callbackId = getNextId(); in getOrigins() local
117 int callbackId = getNextId(); in getQuotaForOrigin() local
128 int callbackId = getNextId(); in getUsageForOrigin() local
135 private void onGetOriginsCallback(int callbackId, String[] origin, long[] usages, in onGetOriginsCallback()
145 int callbackId, boolean isQuota, long usage, long quota) { in onGetUsageAndQuotaForOriginCallback()
160 private native void nativeGetOrigins(long nativeAwQuotaManagerBridgeImpl, int callbackId); in nativeGetOrigins()
162 String origin, int callbackId, boolean isQuota); in nativeGetUsageAndQuotaForOrigin()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
Dapi_implementation.js119 function setupEndCallback_(properties, callbackId) { argument
140 callbackId, textString, queueMode, properties) { argument
175 callbackId, nodeRef, queueMode, properties) { argument
297 cvox.ApiImplementation.getCurrentNode = function(callbackId) { argument
350 cvox.ApiImplementation.getBuild = function(callbackId) { argument
362 cvox.ApiImplementation.getVersion = function(callbackId) { argument
381 cvox.ApiImplementation.getCvoxModKeys = function(callbackId) { argument
394 cvox.ApiImplementation.isKeyShortcut = function(callbackId, keyEvent) { argument
/external/chromium_org/chrome/renderer/resources/extensions/
Dapp_custom_bindings.js49 function onInstallStateResponse(state, callbackId) { argument
/external/chromium_org/chrome/browser/resources/chromeos/network/
Dnetwork_config.js47 callbackId: 1, property
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DAsyncCallStackTracker.cpp180 void AsyncCallStackTracker::didRequestAnimationFrame(ExecutionContext* context, int callbackId, con… in didRequestAnimationFrame()
191 void AsyncCallStackTracker::didCancelAnimationFrame(ExecutionContext* context, int callbackId) in didCancelAnimationFrame()
201 void AsyncCallStackTracker::willFireAnimationFrame(ExecutionContext* context, int callbackId) in willFireAnimationFrame()
DTimelineRecordFactory.cpp222 PassRefPtr<JSONObject> TimelineRecordFactory::createAnimationFrameData(int callbackId) in createAnimationFrameData()
DInspectorDebuggerAgent.cpp765 void InspectorDebuggerAgent::didRequestAnimationFrame(Document* document, int callbackId) in didRequestAnimationFrame()
771 void InspectorDebuggerAgent::didCancelAnimationFrame(Document* document, int callbackId) in didCancelAnimationFrame()
777 bool InspectorDebuggerAgent::willFireAnimationFrame(Document* document, int callbackId) in willFireAnimationFrame()
DInspectorTimelineAgent.cpp888 void InspectorTimelineAgent::didRequestAnimationFrame(Document* document, int callbackId) in didRequestAnimationFrame()
893 void InspectorTimelineAgent::didCancelAnimationFrame(Document* document, int callbackId) in didCancelAnimationFrame()
898 bool InspectorTimelineAgent::willFireAnimationFrame(Document* document, int callbackId) in willFireAnimationFrame()
DInspectorTraceEvents.cpp221 …t::ConvertableToTraceFormat> InspectorAnimationFrameEvent::data(Document* document, int callbackId) in data()
/external/chromium_org/content/browser/resources/service_worker/
Dserviceworker_internals.js68 function onOperationComplete(status, callbackId) { argument