HomeSort by relevance Sort by last modified time
    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 44 milliseconds