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

/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp2923 void WebViewCore::deleteSelection(int start, int end, int textGeneration) argument
2941 m_textGeneration = textGeneration;
2946 int textGeneration)
2965 m_textGeneration = textGeneration;
4543 jint start, jint end, jint textGeneration)
4546 viewImpl->deleteSelection(start, end, textGeneration);
4566 jint textGeneration)
4571 oldEnd, webcoreString, start, end, textGeneration);
2944 replaceTextfieldText(int oldStart, int oldEnd, const WTF::String& replace, int start, int end, int textGeneration) argument
4542 DeleteSelection(JNIEnv* env, jobject obj, jint nativeClass, jint start, jint end, jint textGeneration) argument
4564 ReplaceTextfieldText(JNIEnv* env, jobject obj, jint nativeClass, jint oldStart, jint oldEnd, jstring replace, jint start, jint end, jint textGeneration) argument

Completed in 62 milliseconds