Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
DObjectPropertiesSection.js234 applyExpression: function(expression, updateInterface) argument
240 if (!updateInterface)
DScriptsPanel.js383 evaluateInSelectedCallFrame: function(code, updateInterface, objectGroup, callback) argument
389 if (typeof updateInterface === "undefined")
390 updateInterface = true;
396 if (updateInterface)
DStylesSidebarPane.js1313 applyStyleText: function(styleText, updateInterface) argument
1318 if (!styleTextLength && updateInterface) {
1340 if (updateInterface)
1362 if (updateInterface)
DWatchExpressionsSidebarPane.js269 applyExpression: function(expression, updateInterface) argument
/external/webkit/WebCore/
DChangeLog-2009-06-1695844 …(WebInspector.ScriptsPanel.prototype.evaluateInSelectedCallFrame): Added an updateInterface argume…