Searched refs:cancelCallback (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/inspector/front-end/ |
D | PleaseWaitMessage.js | 46 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/ |
D | alert_overlay.js | 66 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/ |
D | alert_overlay.js | 55 title, message, okTitle, cancelTitle, okCallback, cancelCallback) { argument 72 cancelButton.clickCallback = cancelCallback;
|
/external/webkit/Source/WebCore/dom/ |
D | ScriptedAnimationController.h | 53 void cancelCallback(CallbackId);
|
D | ScriptedAnimationController.cpp | 71 void ScriptedAnimationController::cancelCallback(CallbackId id) in cancelCallback() function in WebCore::ScriptedAnimationController
|
D | Document.cpp | 5049 m_scriptedAnimationController->cancelCallback(id); in webkitCancelRequestAnimationFrame()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 609 (WebCore::ScriptedAnimationController::cancelCallback):
|