Home
last modified time | relevance | path

Searched refs:m_textGeneration (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/android/jni/
DWebViewCore.cpp308 m_textGeneration = 0; in WebViewCore()
1102 reinterpret_cast<int>(node), selStart, selEnd, m_textGeneration); in requestKeyboardWithSelection()
1433 m_temp->setTextGeneration(m_textGeneration); in updateFrameCache()
1714 m_textGeneration = textGeneration; in deleteSelection()
1734 m_textGeneration = textGeneration; in replaceTextfieldText()
1762 m_textGeneration = generation; in passToJs()
2397 rtc->selectionStart(), rtc->selectionEnd(), m_textGeneration); in updateTextSelection()
2409 (int) ptr, true, 0, m_textGeneration); in updateTextfield()
2416 (int) ptr, false, string, m_textGeneration); in updateTextfield()
DWebViewCore.h524 int m_textGeneration; variable