Searched defs:placeholderElement (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DTextFieldInputType.cpp304 HTMLElement* TextFieldInputType::placeholderElement() const function in class:WebCore::TextFieldInputType
H A DHTMLTextAreaElement.cpp510 HTMLElement* HTMLTextAreaElement::placeholderElement() const function in class:WebCore::HTMLTextAreaElement
H A DInputType.cpp591 HTMLElement* InputType::placeholderElement() const function in class:WebCore::InputType
H A DHTMLInputElement.cpp213 HTMLElement* HTMLInputElement::placeholderElement() const function in class:WebCore::HTMLInputElement
215 return m_inputType->placeholderElement();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControlSingleLine.cpp182 HTMLElement* placeholderElement = inputElement()->placeholderElement(); local
183 if (RenderBox* placeholderBox = placeholderElement ? placeholderElement->renderBox() : 0) {
256 if (HTMLElement* placeholder = inputElement()->placeholderElement())

Completed in 1022 milliseconds