Searched refs:TelephoneInputType (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/
H A DTelephoneInputType.cpp32 #include "TelephoneInputType.h"
39 const AtomicString& TelephoneInputType::formControlType() const
44 bool TelephoneInputType::shouldRespectSpeechAttribute()
49 bool TelephoneInputType::isTelephoneField() const
H A DTelephoneInputType.h38 class TelephoneInputType : public BaseTextInputType { class in namespace:WebCore
40 explicit TelephoneInputType(HTMLInputElement& element) : BaseTextInputType(element) { } function in class:WebCore::TelephoneInputType
H A DInputType.cpp71 #include "TelephoneInputType.h"
132 { nullptr, &InputTypeNames::telephone, &createInputType<TelephoneInputType> },

Completed in 88 milliseconds