Home
last modified time | relevance | path

Searched refs:PleaseWaitMessage (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DPleaseWaitMessage.js31 WebInspector.PleaseWaitMessage = function() class in WebInspector
42 WebInspector.PleaseWaitMessage.prototype = {
54 var instance = WebInspector.PleaseWaitMessage.prototype.instance;
62 if (!("_instance" in WebInspector.PleaseWaitMessage.prototype))
63 … WebInspector.PleaseWaitMessage.prototype._instance = new WebInspector.PleaseWaitMessage();
64 return WebInspector.PleaseWaitMessage.prototype._instance;
69 var instance = WebInspector.PleaseWaitMessage.prototype.instance;
86 var instance = WebInspector.PleaseWaitMessage.prototype.instance;
103 WebInspector.PleaseWaitMessage.prototype.show(element, cancelCallback);
DDetailedHeapshotView.js312 …WebInspector.PleaseWaitMessage.prototype.show(this.element, this.searchCancelled.bind(this, pathsC… class in WebInspector
317 WebInspector.PleaseWaitMessage.prototype.hide();
347 WebInspector.PleaseWaitMessage.prototype.hide();
726 …WebInspector.PleaseWaitMessage.prototype.startAction(this.currentView.element, showDiffData.bind(t…
809 …WebInspector.PleaseWaitMessage.prototype.startAction(this.currentView.element, loadData.bind(this)…
DDetailedHeapshotGridNodes.js50 …WebInspector.PleaseWaitMessage.prototype.startAction(this.dataGrid.element, doPopulate.bind(this)); class in WebInspector
148 … WebInspector.PleaseWaitMessage.prototype.startAction(this.dataGrid.element, doSort.bind(this));
/external/webkit/Source/WebCore/
DWebCore.gypi6234 'inspector/front-end/PleaseWaitMessage.js',
DChangeLog-2011-02-16358 * inspector/front-end/PleaseWaitMessage.js:
359 (WebInspector.PleaseWaitMessage.prototype.get instance):
8357 * inspector/front-end/PleaseWaitMessage.js: Added.
8358 (WebInspector.PleaseWaitMessage):
DChangeLog13756 * inspector/front-end/PleaseWaitMessage.js:
13757 (WebInspector.PleaseWaitMessage.prototype.showAndWaitFor):
13758 (WebInspector.PleaseWaitMessage.prototype.unlistenAndHide):
22584 * inspector/front-end/PleaseWaitMessage.js: