Searched refs:mTextGeneration (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebView.java450 private int mTextGeneration; field in class:WebView
452 /* package */ void incrementTextGeneration() { mTextGeneration++; }
4808 mTextGeneration++;
4811 mWebViewCore.sendMessage(EventHub.DELETE_SELECTION, mTextGeneration, 0,
4899 mTextGeneration = 0;
7801 mTextGeneration++;
7802 arg.mTextGeneration = mTextGeneration;
7815 mTextGeneration++;
7816 mWebViewCore.sendMessage(EventHub.PASS_TO_JS, mTextGeneration,
[all...]
H A DWebViewCore.java787 int mTextGeneration; field in class:WebViewCore.ReplaceTextData
1336 rep.mTextGeneration);

Completed in 81 milliseconds