Home
last modified time | relevance | path

Searched refs:placeholderValueChanged (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/dom/
DInputElement.cpp83 …datePlaceholderVisibility(InputElementData& data, Document* document, bool placeholderValueChanged) in updatePlaceholderVisibility() argument
94 …aceholderShouldBeVisible != data.placeholderShouldBeVisible() || placeholderValueChanged) && eleme… in updatePlaceholderVisibility()
DInputElement.h65 …id updatePlaceholderVisibility(InputElementData&, Document*, bool placeholderValueChanged = false);
/external/webkit/WebCore/
DChangeLog32408 placeholderValueChanged parameter of updatePlaceholderVisibility.
32410 for placeholderValueChanged that informs the method that the value changed.
32411 * html/HTMLInputElement.h: Add the placeholderValueChanged to the