Searched refs:canShowSourceLineForURL (Results 1 – 5 of 5) sorted by relevance
371 canShowSourceLineForURL: function(url) method in WebInspector.Panel
625 if (WebInspector.canShowSourceLineForURL(anchor.href, anchor.preferredPanel)) {1457 if (panel && panel.canShowSourceLineForURL(url))1460 return panel.canShowSourceLineForURL(url) ? panel : null;1463 WebInspector.canShowSourceLineForURL = function(url, preferredPanel) function
511 canShowSourceLineForURL: function(url) method in WebInspector.ScriptsPanel
455 canShowSourceLineForURL: function(url) method in WebInspector.ResourcesPanel
20199 (WebInspector.Panel.prototype.canShowSourceLineForURL):20204 (WebInspector.ResourcesPanel.prototype.canShowSourceLineForURL):20208 (WebInspector.ScriptsPanel.prototype.canShowSourceLineForURL):20215 (WebInspector.canShowSourceLineForURL):