OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:misspellingEnd
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.cpp
265
Position
misspellingEnd
= m_end;
266
TextIterator::subrange(misspellingStart,
misspellingEnd
, currentChunkOffset + misspellingLocation, misspellingLength);
276
misspellingStart.containerNode()->document().markers().addMarker(misspellingStart,
misspellingEnd
, DocumentMarker::Spelling);
SpellChecker.cpp
318
Position
misspellingEnd
= spellingSearchEnd;
319
TextIterator::subrange(misspellingStart,
misspellingEnd
, misspellingOffset, misspelledWord.length());
320
frame().selection().setSelection(VisibleSelection(misspellingStart,
misspellingEnd
, DOWNSTREAM));
324
frame().document()->markers().addMarker(misspellingStart,
misspellingEnd
, DocumentMarker::Spelling);
[
all
...]
Completed in 111 milliseconds