Searched refs:isWord (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DTextUtils.js67 isWord: function(word) method in class:WebInspector.TextUtils
H A DCodeMirrorTextEditor.js652 return leftBound && rightBound && WebInspector.TextUtils.isWord(selectedText);
H A DDefaultTextEditor.js3441 return leftBound && rightBound && WebInspector.TextUtils.isWord(selectedText);

Completed in 85 milliseconds