Home | History | Annotate | Download | only in webkit

Lines Matching refs:textGeneration

504             int textGeneration);
549 * @param textGeneration Text generation number when delete was pressed.
552 int textGeneration);
2257 String text, int textGeneration) {
2261 textGeneration, text);
2269 int textGeneration) {
2272 WebView.UPDATE_TEXT_SELECTION_MSG_ID, pointer, textGeneration,
2322 int selEnd, int textGeneration) {
2326 textGeneration, new TextSelectionData(selStart, selEnd))