Searched refs:updateInterface (Results 1 – 5 of 5) sorted by relevance
234 applyExpression: function(expression, updateInterface) argument240 if (!updateInterface)
383 evaluateInSelectedCallFrame: function(code, updateInterface, objectGroup, callback) argument389 if (typeof updateInterface === "undefined")390 updateInterface = true;396 if (updateInterface)
1313 applyStyleText: function(styleText, updateInterface) argument1318 if (!styleTextLength && updateInterface) {1340 if (updateInterface)1362 if (updateInterface)
269 applyExpression: function(expression, updateInterface) argument
95844 …(WebInspector.ScriptsPanel.prototype.evaluateInSelectedCallFrame): Added an updateInterface argume…