Home
last modified time | relevance | path

Searched refs:isPlaceholderEmpty (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextFormControlElement.h93 bool isPlaceholderEmpty() const;
DHTMLTextFormControlElement.cpp132 bool HTMLTextFormControlElement::isPlaceholderEmpty() const in isPlaceholderEmpty() function in WebCore::HTMLTextFormControlElement
143 && !isPlaceholderEmpty() in placeholderShouldBeVisible()