Searched defs:formControlType (Results 26 - 43 of 43) sorted by relevance

12

/external/webkit/Source/WebCore/html/
H A DImageInputType.cpp45 const AtomicString& ImageInputType::formControlType() const function in class:WebCore::ImageInputType
H A DRadioInputType.cpp44 const AtomicString& RadioInputType::formControlType() const function in class:WebCore::RadioInputType
H A DTimeInputType.cpp54 const AtomicString& TimeInputType::formControlType() const function in class:WebCore::TimeInputType
H A DFileInputType.cpp52 const AtomicString& FileInputType::formControlType() const function in class:WebCore::FileInputType
H A DHTMLMeterElement.cpp63 const AtomicString& HTMLMeterElement::formControlType() const function in class:WebCore::HTMLMeterElement
H A DHTMLProgressElement.cpp67 const AtomicString& HTMLProgressElement::formControlType() const function in class:WebCore::HTMLProgressElement
H A DMonthInputType.cpp54 const AtomicString& MonthInputType::formControlType() const function in class:WebCore::MonthInputType
H A DHTMLOptionElement.cpp105 const AtomicString& HTMLOptionElement::formControlType() const function in class:WebCore::HTMLOptionElement
H A DNumberInputType.cpp61 const AtomicString& NumberInputType::formControlType() const function in class:WebCore::NumberInputType
H A DRangeInputType.cpp73 const AtomicString& RangeInputType::formControlType() const function in class:WebCore::RangeInputType
H A DHTMLTextAreaElement.cpp89 const AtomicString& HTMLTextAreaElement::formControlType() const function in class:WebCore::HTMLTextAreaElement
H A DHTMLSelectElement.cpp66 const AtomicString& HTMLSelectElement::formControlType() const function in class:WebCore::HTMLSelectElement
H A DHTMLInputElement.cpp144 if (element->formControlType() != type())
453 if (m_inputType->formControlType() == newType->formControlType())
520 const AtomicString& HTMLInputElement::formControlType() const function in class:WebCore::HTMLInputElement
522 return m_inputType->formControlType();
/external/webkit/Source/WebCore/wml/
H A DWMLOptGroupElement.cpp52 const AtomicString& WMLOptGroupElement::formControlType() const function in class:WebCore::WMLOptGroupElement
H A DWMLOptionElement.cpp51 const AtomicString& WMLOptionElement::formControlType() const function in class:WebCore::WMLOptionElement
H A DWMLInputElement.cpp115 const AtomicString& WMLInputElement::formControlType() const function in class:WebCore::WMLInputElement
H A DWMLSelectElement.cpp62 const AtomicString& WMLSelectElement::formControlType() const function in class:WebCore::WMLSelectElement
/external/webkit/Source/WebCore/dom/
H A DElement.h328 virtual const AtomicString& formControlType() const { return nullAtom; } function in class:WebCore::Element

Completed in 358 milliseconds

12