Home
last modified time | relevance | path

Searched defs:placeholderShouldBeVisible (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLFormControlElement.cpp630 bool HTMLTextFormControlElement::placeholderShouldBeVisible() const in placeholderShouldBeVisible() function in WebCore::HTMLTextFormControlElement
/external/webkit/Source/WebCore/rendering/
DRenderTextControl.cpp622 void RenderTextControl::updatePlaceholderVisibility(bool placeholderShouldBeVisible, bool placehold… in updatePlaceholderVisibility()