Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
DScriptView.js67 …urceFrame.addEventListener("syntax highlighting complete", this._syntaxHighlightingComplete, this);
100 _syntaxHighlightingComplete: WebInspector.SourceView.prototype._syntaxHighlightingComplete property in WebInspector.ScriptView
DSourceView.js112 …urceFrame.addEventListener("syntax highlighting complete", this._syntaxHighlightingComplete, this);
304 _syntaxHighlightingComplete: function(event) method in WebInspector.SourceView
/external/webkit/WebCore/
DChangeLog-2009-06-1686128 … (WebInspector.SourceView.prototype._syntaxHighlightingComplete): Call _sourceFrameSetupFinished.