Home
last modified time | relevance | path

Searched refs:editingCancelled (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DMetricsSidebarPane.js221 cancelHandler: this.editingCancelled.bind(this)
225 editingCancelled: function(element, context) method in WebInspector.MetricsSidebarPane
234 return this.editingCancelled(element, context); // nothing changed, so cancel
238 return this.editingCancelled(element, context); // nothing changed, so cancel
DObjectPropertiesSection.js262 cancelHandler: this.editingCancelled.bind(this)
274 editingCancelled: function(element, context) method in WebInspector.ObjectPropertyTreeElement
283 return this.editingCancelled(element, context); // nothing changed, so cancel
DWatchExpressionsSidebarPane.js246 cancelHandler: this.editingCancelled.bind(this)
250 editingCancelled: function(element, context) method in WebInspector.WatchExpressionTreeElement
Dinspector.js1511 function editingCancelled() { function
1550 editingCancelled.call(element);
1580 cancel: editingCancelled.bind(element),
DElementsTreeOutline.js940 function editingCancelled() function
951 cancelHandler: editingCancelled.bind(this)
DStylesSidebarPane.js1617 cancelHandler: this.editingCancelled.bind(this),
1778 editingCancelled: function(element, context) method in WebInspector.StylePropertyTreeElement
/external/webkit/Source/WebCore/
DChangeLog-2009-06-167484 Fix the call to editingCancelled to be this._editingCancelled, since
7485 editingCancelled doesn't exist and throws an exception.
95058 editingCancelled, this fixes an exception.
95079 (WebInspector.StylePropertyTreeElement.prototype.editingCancelled):
95102 (WebInspector.MetricsSidebarPane.prototype.editingCancelled):
95830 (WebInspector.ObjectPropertyTreeElement.prototype.editingCancelled): Call editingEnded
95832 (WebInspector.ObjectPropertyTreeElement.prototype.editingCommitted): Call editingCancelled
DChangeLog-2010-01-2958336 (WebInspector.WatchExpressionTreeElement.prototype.editingCancelled):
58844 (WebInspector.startEditing.editingCancelled):
59854 WebInspector.CSSStyleDeclaration. Call editingSelectorCancelled instead of editingCancelled.
59862 (WebInspector.startEditing.editingCancelled): Ceck for null/undefined callbacks.
77547 (WebInspector.BlankStylePropertiesSection.prototype.editingCancelled):
DChangeLog-2008-08-10966 instead of editingCancelled.
993 (WebInspector.StylePropertyTreeElement.prototype.editingCancelled):
1806 (WebInspector.StylePropertyTreeElement.prototype.editingCancelled):
42832 (WebInspector.StylePropertyTreeElement.editingCancelled):
DChangeLog-2010-05-2430476 …(WebInspector.ElementsTreeElement.prototype._startEditingTagName.editingCancelled): remove extra l…
DChangeLog15217 (WebInspector.MetricsSidebarPane.prototype.editingCancelled):