Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DTelephoneInputType.cpp59 bool TelephoneInputType::isTelephoneField() const in isTelephoneField() function in WebCore::TelephoneInputType
DTelephoneInputType.h47 virtual bool isTelephoneField() const OVERRIDE;
DInputType.h96 virtual bool isTelephoneField() const;
DInputType.cpp697 bool InputType::isTelephoneField() const in isTelephoneField() function in WebCore::InputType
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLInputElement.h110 bool isTelephoneField() const;
DHTMLInputElement.cpp1615 bool HTMLInputElement::isTelephoneField() const in isTelephoneField() function in WebCore::HTMLInputElement
1617 return m_inputType->isTelephoneField(); in isTelephoneField()
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp2226 if (input->isTelephoneField()) in textInputType()