Home | History | Annotate | Download | only in editing

Lines Matching refs:selectedString

1997     String selectedString = frame()->selectedText();
1998 int length = selectedString.length();
2007 client()->checkSpellingOfString(selectedString.characters(), length, &misspellingLocation, &misspellingLength);
2017 client()->updateSpellingUIWithMisspelledWord(selectedString);
2093 String selectedString = frame()->selectedText();
2094 ASSERT(selectedString.length() != 0);
2098 client()->getGuessesForWord(selectedString, guesses);