Searched defs:supportsPlaceholder (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DBaseTextInputType.cpp67 bool BaseTextInputType::supportsPlaceholder() const function in class:blink::BaseTextInputType
H A DNumberInputType.cpp264 bool NumberInputType::supportsPlaceholder() const function in class:blink::NumberInputType
H A DInputType.cpp653 bool InputType::supportsPlaceholder() const function in class:blink::InputType
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.cpp1575 bool HTMLInputElement::supportsPlaceholder() const function in class:blink::HTMLInputElement
1577 return m_inputType->supportsPlaceholder();

Completed in 70 milliseconds