Searched refs:isEmailField (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DEmailInputType.h48 virtual bool isEmailField() const;
H A DEmailInputType.cpp88 bool EmailInputType::isEmailField() const function in class:WebCore::EmailInputType
H A DHTMLInputElement.h98 bool isEmailField() const;
H A DInputType.h94 virtual bool isEmailField() const;
H A DInputType.cpp595 bool InputType::isEmailField() const function in class:WebCore::InputType
H A DHTMLInputElement.cpp1524 bool HTMLInputElement::isEmailField() const function in class:WebCore::HTMLInputElement
1526 return m_inputType->isEmailField();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp662 if (inputElement->isEmailField())
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreFrameBridge.cpp996 else if (input->isTextField() || input->isEmailField())
1713 else if (input->isTextField() || input->isEmailField())
H A DWebViewCore.cpp3311 if (htmlInput->isEmailField())
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_view.cpp3475 priv->imh |= inputElement->isEmailField() * EWK_IMH_EMAIL;

Completed in 204 milliseconds