Searched refs:supportsPlaceholder (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DBaseTextInputType.h48 virtual bool supportsPlaceholder() const OVERRIDE FINAL;
H A DBaseTextInputType.cpp67 bool BaseTextInputType::supportsPlaceholder() const function in class:blink::BaseTextInputType
H A DNumberInputType.h69 virtual bool supportsPlaceholder() const OVERRIDE;
H A DInputType.h172 virtual bool supportsPlaceholder() const;
H A DNumberInputType.cpp264 bool NumberInputType::supportsPlaceholder() const function in class:blink::NumberInputType
H A DTextFieldInputType.cpp445 if (!supportsPlaceholder())
H A DInputType.cpp653 bool InputType::supportsPlaceholder() const function in class:blink::InputType
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextFormControlElement.h61 virtual bool supportsPlaceholder() const = 0;
H A DHTMLTextAreaElement.h86 virtual bool supportsPlaceholder() const OVERRIDE { return true; }
H A DHTMLTextFormControlElement.cpp84 if (supportsPlaceholder())
92 if (supportsPlaceholder())
146 return supportsPlaceholder()
161 if (!supportsPlaceholder())
H A DHTMLInputElement.h321 virtual bool supportsPlaceholder() const OVERRIDE FINAL;
H A DHTMLInputElement.cpp1575 bool HTMLInputElement::supportsPlaceholder() const function in class:blink::HTMLInputElement
1577 return m_inputType->supportsPlaceholder();

Completed in 128 milliseconds