Home
last modified time | relevance | path

Searched refs:showKeyboard (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/android/plugins/
DANPWindowInterface.cpp97 ASSIGN(i, showKeyboard); in ANPWindowInterfaceV0_Init()
Dandroid_npapi.h679 void (*showKeyboard)(NPP instance, bool value); member
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h454 void requestKeyboard(bool showKeyboard);
DWebViewCore.cpp1065 void WebViewCore::requestKeyboard(bool showKeyboard) in requestKeyboard() argument
1073 env->CallVoidMethod(javaObject.get(), m_javaGlue->m_requestKeyboard, showKeyboard); in requestKeyboard()
3541 bool showKeyboard = true; in initializeTextInput() local
3559 showKeyboard = false; in initializeTextInput()
3562 requestKeyboard(showKeyboard); in initializeTextInput()