Searched refs:showKeyboard (Results 1 – 4 of 4) sorted by relevance
97 ASSIGN(i, showKeyboard); in ANPWindowInterfaceV0_Init()
679 void (*showKeyboard)(NPP instance, bool value); member
454 void requestKeyboard(bool showKeyboard);
1065 void WebViewCore::requestKeyboard(bool showKeyboard) in requestKeyboard() argument1073 env->CallVoidMethod(javaObject.get(), m_javaGlue->m_requestKeyboard, showKeyboard); in requestKeyboard()3541 bool showKeyboard = true; in initializeTextInput() local3559 showKeyboard = false; in initializeTextInput()3562 requestKeyboard(showKeyboard); in initializeTextInput()