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

/external/webkit/WebKit/android/nav/
H A DCachedRoot.h96 void setTextGeneration(int textGeneration) { mTextGeneration = textGeneration; } argument
104 int textGeneration() const { return mTextGeneration; } function in class:android::CachedRoot
/external/webkit/WebKit/android/jni/
H A DWebViewCore.cpp1696 void WebViewCore::deleteSelection(int start, int end, int textGeneration) argument
1714 m_textGeneration = textGeneration;
1719 int textGeneration)
1734 m_textGeneration = textGeneration;
2649 jint textGeneration)
2655 viewImpl->deleteSelection(start, end, textGeneration);
2670 jint textGeneration)
2678 oldEnd, webcoreString, start, end, textGeneration);
1717 replaceTextfieldText(int oldStart, int oldEnd, const WebCore::String& replace, int start, int end, int textGeneration) argument
2648 DeleteSelection(JNIEnv *env, jobject obj, jint start, jint end, jint textGeneration) argument
2668 ReplaceTextfieldText(JNIEnv *env, jobject obj, jint oldStart, jint oldEnd, jstring replace, jint start, jint end, jint textGeneration) argument

Completed in 16 milliseconds