Home
last modified time | relevance | path

Searched refs:formControlType (Results 1 – 25 of 65) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLInputElement.cpp400 if (m_inputType->formControlType() == newTypeName) in updateType()
482 const AtomicString& HTMLInputElement::formControlType() const in formControlType() function in blink::HTMLInputElement
484 return m_inputType->formControlType(); in formControlType()
515 …tion(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does … in selectionStartForBinding()
524 …tion(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does … in selectionEndForBinding()
533 …tion(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does … in selectionDirectionForBinding()
542 …tion(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does … in setSelectionStartForBinding()
551 …tion(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does … in setSelectionEndForBinding()
560 …tion(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does … in setSelectionDirectionForBinding()
569 …tion(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does … in setSelectionRangeForBinding()
[all …]
DHTMLFormControlElement.h74 const AtomicString& type() const { return formControlType(); } in type()
76 virtual const AtomicString& formControlType() const = 0;
DHTMLKeygenElement.h50 virtual const AtomicString& formControlType() const OVERRIDE;
DHTMLOutputElement.h61 virtual const AtomicString& formControlType() const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DButtonInputType.cpp44 const AtomicString& ButtonInputType::formControlType() const in formControlType() function in blink::ButtonInputType
DTelephoneInputType.cpp49 const AtomicString& TelephoneInputType::formControlType() const in formControlType() function in blink::TelephoneInputType
DButtonInputType.h44 virtual const AtomicString& formControlType() const OVERRIDE;
DTelephoneInputType.h45 virtual const AtomicString& formControlType() const OVERRIDE;
DTextInputType.h45 virtual const AtomicString& formControlType() const OVERRIDE;
DURLInputType.h45 virtual const AtomicString& formControlType() const OVERRIDE;
DResetInputType.h44 virtual const AtomicString& formControlType() const OVERRIDE;
DResetInputType.cpp49 const AtomicString& ResetInputType::formControlType() const in formControlType() function in blink::ResetInputType
DURLInputType.cpp51 const AtomicString& URLInputType::formControlType() const in formControlType() function in blink::URLInputType
DSubmitInputType.h44 virtual const AtomicString& formControlType() const OVERRIDE;
DCheckboxInputType.h44 virtual const AtomicString& formControlType() const OVERRIDE;
DTextInputType.cpp59 const AtomicString& TextInputType::formControlType() const in formControlType() function in blink::TextInputType
DPasswordInputType.h45 virtual const AtomicString& formControlType() const OVERRIDE;
DPasswordInputType.cpp56 const AtomicString& PasswordInputType::formControlType() const in formControlType() function in blink::PasswordInputType
DEmailInputType.h45 virtual const AtomicString& formControlType() const OVERRIDE;
DRadioInputType.h44 virtual const AtomicString& formControlType() const OVERRIDE;
DSubmitInputType.cpp50 const AtomicString& SubmitInputType::formControlType() const in formControlType() function in blink::SubmitInputType
DSearchInputType.h52 virtual const AtomicString& formControlType() const OVERRIDE;
DHiddenInputType.h44 virtual const AtomicString& formControlType() const OVERRIDE;
DWeekInputType.h52 virtual const AtomicString& formControlType() const OVERRIDE;
DDateInputType.h54 virtual const AtomicString& formControlType() const OVERRIDE;

123