Searched defs:textGeneration (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java8009 int textGeneration, WebViewCore.TextSelectionData data) {
8010 if (textGeneration == mTextGeneration) {
8008 updateTextSelectionFromMessage(int nodePointer, int textGeneration, WebViewCore.TextSelectionData data) argument
H A DWebViewCore.java637 int newStart, int newEnd, int textGeneration);
676 * @param textGeneration Text generation number when delete was pressed.
679 int end, int textGeneration);
2777 private void updateTextfield(int ptr, String text, int textGeneration) { argument
2781 textGeneration, text).sendToTarget();
2793 int textGeneration, int selectionPtr) {
2796 WebViewClassic.UPDATE_TEXT_SELECTION_MSG_ID, pointer, textGeneration,
635 nativeReplaceTextfieldText( int nativeClass, int oldStart, int oldEnd, String replace, int newStart, int newEnd, int textGeneration) argument
678 nativeDeleteSelection(int nativeClass, int start, int end, int textGeneration) argument
2792 updateTextSelection(int pointer, int start, int end, int textGeneration, int selectionPtr) argument

Completed in 148 milliseconds