Home | History | Annotate | Download | only in editing

Lines Matching refs:selectedString

1845     String selectedString = selectedText();
1846 int length = selectedString.length();
1855 textChecker()->checkSpellingOfString(selectedString
1865 client()->updateSpellingUIWithMisspelledWord(selectedString);
1894 String selectedString = selectedText();
1895 ASSERT(selectedString.length());
1899 textChecker()->getGuessesForWord(selectedString, String(), guesses);