HomeSort by relevance Sort by last modified time
    Searched defs:SourceFrame (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SourceFrame.js 36 WebInspector.SourceFrame = function(contentProvider)
71 WebInspector.SourceFrame.createSearchRegex = function(query, modifiers)
93 WebInspector.SourceFrame.Events = {
98 WebInspector.SourceFrame.prototype = {
415 * @this {WebInspector.SourceFrame}
422 var regex = WebInspector.SourceFrame.createSearchRegex(query);
567 var regex = WebInspector.SourceFrame.createSearchRegex(query, "g");
720 inheritScrollPositions: function(sourceFrame)
722 this._textEditor.inheritScrollPositions(sourceFrame._textEditor);
746 this.dispatchEventToListeners(WebInspector.SourceFrame.Events.SelectionChanged, textRange)
    [all...]
UISourceCodeFrame.js 31 * @extends {WebInspector.SourceFrame}
37 WebInspector.SourceFrame.call(this, this._uiSourceCode);
55 WebInspector.SourceFrame.prototype.wasShown.call(this);
63 WebInspector.SourceFrame.prototype.willHide.call(this);
104 WebInspector.SourceFrame.prototype.onTextChanged.call(this, oldRange, newRange);
191 WebInspector.SourceFrame.prototype.populateTextAreaContextMenu.call(this, contextMenu, lineNumber);
201 __proto__: WebInspector.SourceFrame.prototype
ResourceView.js 80 * @extends {WebInspector.SourceFrame}
87 WebInspector.SourceFrame.call(this, resource);
101 __proto__: WebInspector.SourceFrame.prototype

Completed in 2605 milliseconds