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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DCodeMirrorTextEditor.js535 function modeConstructor(config, parserConfig)
556 CodeMirror.defineMode(modeName, modeConstructor);
571 CodeMirror.defineMode(modeName, modeConstructor);
573 function modeConstructor(config, parserConfig) function

Completed in 66 milliseconds