Home
last modified time | relevance | path

Searched refs:updateInterface (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DObjectPropertiesSection.js290 applyExpression: function(expression, updateInterface) argument
296 if (!updateInterface)
DWatchExpressionsSidebarPane.js259 applyExpression: function(expression, updateInterface) argument
DStylesSidebarPane.js1913 applyStyleText: function(styleText, updateInterface) argument
1919 …if (!styleTextLength && updateInterface && this._newProperty && !this._hasBeenAppliedToPageViaUpDo…
1936 if (updateInterface)
1948 if (updateInterface)
1956 this.property.setText(styleText, updateInterface, callback.bind(this));
/external/webkit/Source/WebCore/
DChangeLog7424 …(WebInspector.StylePropertyTreeElement.prototype.styleText.updateInterface.majorChange.isRevert.or…
DChangeLog-2009-06-1695844 …(WebInspector.ScriptsPanel.prototype.evaluateInSelectedCallFrame): Added an updateInterface argume…