Searched refs:isURLField (Results 1 – 11 of 11) sorted by relevance
48 virtual bool isURLField() const;
66 bool URLInputType::isURLField() const in isURLField() function in WebCore::URLInputType
108 virtual bool isURLField() const;
104 bool isURLField() const;
625 bool InputType::isURLField() const in isURLField() function in WebCore::InputType
1550 bool HTMLInputElement::isURLField() const in isURLField() function in WebCore::HTMLInputElement1552 return m_inputType->isURLField(); in isURLField()
664 if (inputElement->isURLField()) in setInputMethodState()
3476 priv->imh |= inputElement->isURLField() * EWK_IMH_URL; in ewk_view_input_method_state_set()
1874 in name of isUrlField to isURLField.
33930 (WebCore::HTMLInputElement::isURLField): Ditto.34031 (WebCore::InputType::isURLField): Added.34121 (WebCore::URLInputType::isURLField): Added.
3923 in name of isUrlField to isURLField.