Searched refs:placeholderElement (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControlSingleLine.cpp115 HTMLElement* placeholderElement = inputElement()->placeholderElement(); local
116 if (RenderBox* placeholderBox = placeholderElement ? placeholderElement->renderBox() : 0)
170 HTMLElement* placeholderElement = inputElement()->placeholderElement(); local
171 if (RenderBox* placeholderBox = placeholderElement ? placeholderElement->renderBox() : 0) {
239 if (HTMLElement* placeholder = inputElement()->placeholderElement())
H A DRenderTextControl.cpp294 HTMLElement* placeholder = toHTMLTextFormControlElement(node())->placeholderElement();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextFormControlElement.h64 HTMLElement* placeholderElement() const;
H A DHTMLTextFormControlElement.cpp154 HTMLElement* HTMLTextFormControlElement::placeholderElement() const function in class:blink::HTMLTextFormControlElement
163 if (!placeholderElement() || placeholderValueChanged)
165 HTMLElement* placeholder = placeholderElement();
H A DHTMLTextAreaElement.cpp558 HTMLElement* placeholder = placeholderElement();
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DTextFieldInputType.cpp447 HTMLElement* placeholder = element().placeholderElement();
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp607 return toHTMLTextFormControlElement(element)->placeholderElement()->textContent();

Completed in 683 milliseconds