Home | History | Annotate | Download | only in js

Lines Matching refs:prototype

74 devtools.ToolsAgent.prototype.reset = function()
86 devtools.ToolsAgent.prototype.evaluateJavaScript = function(script, opt_callback)
95 devtools.ToolsAgent.prototype.getDebuggerAgent = function()
104 devtools.ToolsAgent.prototype.getProfilerAgent = function()
115 devtools.ToolsAgent.prototype.frameNavigate_ = function(url)
134 devtools.ToolsAgent.prototype.dispatchOnClient_ = function(message)
147 devtools.ToolsAgent.prototype.evaluate = function(expr)
256 WebInspector.ScriptView.prototype.setupSourceFrameIfNeeded = function()
280 WebInspector.ScriptView.prototype.didResolveScriptSource_ = function()
302 var oldShow = WebInspector.ScriptsPanel.prototype.show;
303 WebInspector.ScriptsPanel.prototype.show = function()
314 var oldShow = WebInspector.ProfilesPanel.prototype.show;
315 WebInspector.ProfilesPanel.prototype.show = function()
322 WebInspector.ProfilesPanel.prototype.show = oldShow;
333 return String.vsprintf(string, Array.prototype.slice.call(arguments, 1));
353 var original = WebInspector.ScriptsPanel.prototype._addScriptToFilesMenu;
354 WebInspector.ScriptsPanel.prototype._addScriptToFilesMenu = function(script)
396 var orig = InjectedScriptAccess.prototype.getProperties;
397 InjectedScriptAccess.prototype.getProperties = function(objectProxy, ignoreHasOwnProperty, abbreviate, callback)
411 InjectedScriptAccess.prototype.evaluateInCallFrame = function(callFrameId, code, objectGroup, callback)
435 var orig = WebInspector.ConsoleMessage.prototype.setMessageBody;
436 WebInspector.ConsoleMessage.prototype.setMessageBody = function(args)
449 var orig = InjectedScriptAccess.prototype.getCompletions;
450 InjectedScriptAccess.prototype.getCompletions = function(expressionString, includeInspectorCommandLineAPI, callFrameId, reportCompletions)
462 WebInspector.ElementsPanel.prototype._nodeSearchButtonClicked = function( event)
476 WebInspector.TestController.prototype.runAfterPendingDispatches = function(callback)