Searched refs:shouldSuppressKeyboard (Results 1 – 1 of 1) sorted by relevance
3325 static bool shouldSuppressKeyboard(const WebCore::Node* node) { in shouldSuppressKeyboard() function3544 bool ime = !shouldSuppressKeyboard(node) && !inputElement->readOnly(); in initializeTextInput()