Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dmatchbrackets.js16 function findMatchingBracket(cm, where, strict, config) { function
64 var match = ranges[i].empty() && findMatchingBracket(cm, ranges[i].head, false, config);
108 return findMatchingBracket(this, pos, strict, config);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Dexterns.js358 findMatchingBracket: function() { }, method in CodeMirror
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
DCodeMirrorTextEditor.js1492 var matchingBracket = codeMirror.findMatchingBracket(cursor);