HomeSort by relevance Sort by last modified time
    Searched refs:findFirstMisspelling (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.h 83 String findFirstMisspelling(int& firstMisspellingOffset, bool markAll, RefPtr<Range>& firstMisspellingRange);
TextCheckingHelper.cpp 233 String TextCheckingHelper::findFirstMisspelling(int& firstMisspellingOffset, bool markAll, RefPtr<Range>& firstMisspellingRange)
509 // Use the "markAll" feature of findFirstMisspelling. Ignore the return value and the "out parameter";
512 findFirstMisspelling(ignoredOffset, true, firstMisspellingRange);
Editor.cpp     [all...]

Completed in 903 milliseconds