Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp3325 static bool shouldSuppressKeyboard(const WebCore::Node* node) { in shouldSuppressKeyboard() function
3544 bool ime = !shouldSuppressKeyboard(node) && !inputElement->readOnly(); in initializeTextInput()