Home
last modified time | relevance | path

Searched refs:cancelCallback (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DPleaseWaitMessage.js46 var cancelCallback = this._cancelCallback;
48 cancelCallback();
67 show: function(element, cancelCallback) argument
77 if (cancelCallback) {
79 instance._cancelCallback = cancelCallback;
84 startAction: function(element, actionCallback, cancelCallback) argument
103 WebInspector.PleaseWaitMessage.prototype.show(element, cancelCallback); argument
/external/chromium/chrome/browser/resources/options/
Dalert_overlay.js66 if (this.cancelCallback != undefined) {
67 this.cancelCallback.call();
101 title, message, okTitle, cancelTitle, okCallback, cancelCallback) { argument
132 alertOverlay.cancelCallback = cancelCallback;
/external/chromium-trace/src/shared/js/cr/ui/
Dalert_overlay.js55 title, message, okTitle, cancelTitle, okCallback, cancelCallback) { argument
72 cancelButton.clickCallback = cancelCallback;
/external/webkit/Source/WebCore/dom/
DScriptedAnimationController.h53 void cancelCallback(CallbackId);
DScriptedAnimationController.cpp71 void ScriptedAnimationController::cancelCallback(CallbackId id) in cancelCallback() function in WebCore::ScriptedAnimationController
DDocument.cpp5049 m_scriptedAnimationController->cancelCallback(id); in webkitCancelRequestAnimationFrame()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-16609 (WebCore::ScriptedAnimationController::cancelCallback):