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

/external/webkit/Source/WebCore/html/
H A DHTMLFormControlElement.cpp630 bool HTMLTextFormControlElement::placeholderShouldBeVisible() const function in class:WebCore::HTMLTextFormControlElement
642 toRenderTextControl(renderer())->updatePlaceholderVisibility(placeholderShouldBeVisible(), placeholderValueChanged);
/external/webkit/Source/WebCore/rendering/
H A DRenderTextControl.cpp622 void RenderTextControl::updatePlaceholderVisibility(bool placeholderShouldBeVisible, bool placeholderValueChanged) argument
625 m_placeholderVisible = placeholderShouldBeVisible;

Completed in 248 milliseconds