Searched defs:PresentationBreakpoint (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
H A DDebuggerPresentationModel.js127 var breakpoint = new WebInspector.PresentationBreakpoint(sourceFile, breakpointData.lineNumber, breakpointData.condition, breakpointData.enabled);
293 var breakpoint = new WebInspector.PresentationBreakpoint(sourceFile, lineNumber, condition, enabled);
602 WebInspector.PresentationBreakpoint = function(sourceFile, lineNumber, condition, enabled)
611 WebInspector.PresentationBreakpoint.prototype = {

Completed in 59 milliseconds