Searched refs:modeConstructor (Results 1 - 2 of 2) 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
H A Dexterns.js503 CodeMirror.defineMode = function(modeName, modeConstructor) { };

Completed in 37 milliseconds