Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
DCodeMirrorTextEditor.js1694 _isWordChar: function(char) method in WebInspector.CodeMirrorTextEditor.AutocompleteController
1715 var words = WebInspector.TextUtils.textToWords(text, this._isWordChar.bind(this));
1729 var words = WebInspector.TextUtils.textToWords(text, this._isWordChar.bind(this));
1794 …his._textEditor._wordRangeForCursorPosition(lineNumber, columnNumber, this._isWordChar.bind(this));