Home | History | Annotate | Download | only in front-end

Lines Matching refs:sourceFrame

35     this.sourceFrame = new WebInspector.SourceFrame(this.contentElement, this._addBreakpoint.bind(this), this._removeBreakpoint.bind(this));
44 this.sourceFrame.visible = true;
51 this.sourceFrame.visible = false;
57 if (this.sourceFrame)
58 this.sourceFrame.resize();
79 this.sourceFrame.setContent(this.resource.mimeType, content, this.resource.url);
124 this.sourceFrame.clearMarkedRange();
137 this._searchResults = this.sourceFrame.findSearchMatches(query);
199 this.sourceFrame.revealLine(lineNumber);
205 this.sourceFrame.highlightLine(lineNumber);
210 this.sourceFrame.addMessage(msg);
215 this.sourceFrame.clearMessages();
224 this.sourceFrame.markAndRevealRange(foundRange);