Home
last modified time | relevance | path

Searched refs:displayNameForURL (Results 1 – 10 of 10) sorted by relevance

/external/webkit/WebCore/inspector/front-end/
DBreakpoint.js68 …var displayName = (this.url ? WebInspector.displayNameForURL(this.url) : WebInspector.UIString("(p…
DCallStackSidebarPane.js73 … subtitle = WebInspector.displayNameForURL(scriptOrResource.sourceURL || scriptOrResource.url);
DTimelinePanel.js240 return WebInspector.displayNameForURL(record.data.url);
244 … return sendRequestRecord ? WebInspector.displayNameForURL(sendRequestRecord.data.url) : "";
DProfileDataGridTree.js99 var fileName = WebInspector.displayNameForURL(this.profileNode.url);
DConsoleView.js777 urlElement.textContent = WebInspector.displayNameForURL(this.url) + ":" + this.line;
779 urlElement.textContent = WebInspector.displayNameForURL(this.url);
DScriptsPanel.js700 …option.text = (script.sourceURL ? WebInspector.displayNameForURL(script.sourceURL) : WebInspector.…
DStylesSidebarPane.js431 subtitle = WebInspector.linkifyURL(url, WebInspector.displayNameForURL(url));
Dinspector.js1428 WebInspector.displayNameForURL = function(url) function
/external/webkit/WebCore/
DChangeLog-2008-08-1017348 … (WebInspector.ConsoleMessage.prototype.toMessageElement): Call WebInspector.displayNameForURL
17351 (WebInspector.ProfileDataGridNode.prototype.createCell): Use WebInspector.displayNameForURL.
17356 … (WebInspector.ScriptsPanel.prototype._addScriptToFilesMenu): Use WebInspector.displayNameForURL.
17360 (WebInspector.displayNameForURL): Added.
DChangeLog-2009-06-1633697 Instead enclose the link in parentheses and use displayNameForURL