Home
last modified time | relevance | path

Searched refs:highlightBreakpoint (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DBreakpointsSidebarPane.js163 highlightBreakpoint: function(breakpoint) method in WebInspector.JavaScriptBreakpointsSidebarPane
469 highlightBreakpoint: function(url) method in WebInspector.XHRBreakpointsSidebarPane
770 highlightBreakpoint: function(eventName, targetName) method in WebInspector.EventListenerBreakpointsSidebarPane
DSourcesPanel.js306 this.sidebarPanes.jsBreakpoints.highlightBreakpoint(breakpoint);
311 WebInspector.domBreakpointsSidebarPane.highlightBreakpoint(details.auxData);
316 this.sidebarPanes.eventListenerBreakpoints.highlightBreakpoint(eventName, targetName);
320 this.sidebarPanes.xhrBreakpoints.highlightBreakpoint(details.auxData["breakpointURL"]);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
DDOMBreakpointsSidebarPane.js311 highlightBreakpoint: function(auxData) method in WebInspector.DOMBreakpointsSidebarPane