Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DTextEditor.js365 WebInspector.TokenizerFactory = function() { } class in WebInspector
367 WebInspector.TokenizerFactory.prototype = {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
DCodeMirrorUtils.js133 WebInspector.CodeMirrorUtils.TokenizerFactory = function() { } class in WebInspector.CodeMirrorUtils
135 WebInspector.CodeMirrorUtils.TokenizerFactory.prototype = {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
DDOMSyntaxHighlighter.js81 …var tokenize = WebInspector.moduleManager.instance(WebInspector.TokenizerFactory).createTokenizer(…