Home | History | Annotate | Download | only in jni

Lines Matching refs:textGeneration

1696 void WebViewCore::deleteSelection(int start, int end, int textGeneration)
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);