OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:markMisspellings
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.h
64
void
markMisspellings
(const VisibleSelection&, RefPtrWillBeRawPtr<Range>& firstMisspellingRange);
SpellChecker.cpp
371
markMisspellings
(wordSelection, misspellingRange);
404
markMisspellings
(VisibleSelection(startOfWord(wordStart, LeftWordIfOnBoundary), endOfWord(wordStart, RightWordIfOnBoundary)), misspellingRange);
479
void SpellChecker::
markMisspellings
(const VisibleSelection& selection, RefPtrWillBeRawPtr<Range>& firstMisspellingRange)
667
markMisspellings
(spellingSelection, firstMisspellingRange);
[
all
...]
Completed in 206 milliseconds