OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findFirstMisspelling
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/editing/
TextCheckingHelper.h
81
String
findFirstMisspelling
(int& firstMisspellingOffset, bool markAll, RefPtr<Range>& firstMisspellingRange);
TextCheckingHelper.cpp
166
String TextCheckingHelper::
findFirstMisspelling
(int& firstMisspellingOffset, bool markAll, RefPtr<Range>& firstMisspellingRange)
576
// Use the "markAll" feature of
findFirstMisspelling
. Ignore the return value and the "out parameter";
579
findFirstMisspelling
(ignoredOffset, true, firstMisspellingRange);
Editor.cpp
[
all
...]
Completed in 268 milliseconds