Home | History | Annotate | Download | only in jni

Lines Matching defs:showKeyboard

1075 void WebViewCore::requestKeyboard(bool showKeyboard)
1083 env->CallVoidMethod(javaObject.get(), m_javaGlue->m_requestKeyboard, showKeyboard);
3494 bool showKeyboard = true;
3512 showKeyboard = false;
3515 requestKeyboard(showKeyboard);