Home
last modified time | relevance | path

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

/external/webkit/Tools/DumpRenderTree/chromium/
DMockSpellCheck.cpp77 int wordEnd = stringText.find(isNotASCIIAlpha, wordOffset); in spellCheckWord() local
78 int wordLength = wordEnd == -1 ? stringText.length() - wordOffset : wordEnd - wordOffset; in spellCheckWord()
/external/webkit/Source/WebCore/editing/
DVisibleSelection.cpp297 VisiblePosition wordEnd(endOfWord(originalEnd, side)); in setStartAndEndFromBaseAndExtentRespectingGranularity() local
298 VisiblePosition end(wordEnd); in setStartAndEndFromBaseAndExtentRespectingGranularity()
303 end = wordEnd.next(); in setStartAndEndFromBaseAndExtentRespectingGranularity()
311 end = wordEnd; in setStartAndEndFromBaseAndExtentRespectingGranularity()
315 end = wordEnd; in setStartAndEndFromBaseAndExtentRespectingGranularity()
/external/webkit/Source/WebCore/inspector/front-end/
DTextEditorModel.js190 …e(lineNumber, this.wordStart(lineNumber, column, true), lineNumber, this.wordEnd(lineNumber, colum…
201 wordEnd: function(lineNumber, column, gapless) method in WebInspector.TextEditorModel