Searched refs:findMatchingBracket (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
D | matchbrackets.js | 16 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/ |
D | externs.js | 358 findMatchingBracket: function() { }, method in CodeMirror
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/ |
D | CodeMirrorTextEditor.js | 1492 var matchingBracket = codeMirror.findMatchingBracket(cursor);
|