Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DURLInputType.h48 virtual bool isURLField() const;
DURLInputType.cpp66 bool URLInputType::isURLField() const in isURLField() function in WebCore::URLInputType
DInputType.h108 virtual bool isURLField() const;
DHTMLInputElement.h104 bool isURLField() const;
DInputType.cpp625 bool InputType::isURLField() const in isURLField() function in WebCore::InputType
DHTMLInputElement.cpp1550 bool HTMLInputElement::isURLField() const in isURLField() function in WebCore::HTMLInputElement
1552 return m_inputType->isURLField(); in isURLField()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.cpp664 if (inputElement->isURLField()) in setInputMethodState()
/external/webkit/Source/WebKit/efl/ewk/
Dewk_view.cpp3476 priv->imh |= inputElement->isURLField() * EWK_IMH_URL; in ewk_view_input_method_state_set()
/external/webkit/Source/WebKit/efl/
DChangeLog1874 in name of isUrlField to isURLField.
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1633930 (WebCore::HTMLInputElement::isURLField): Ditto.
34031 (WebCore::InputType::isURLField): Added.
34121 (WebCore::URLInputType::isURLField): Added.
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-163923 in name of isUrlField to isURLField.