Home
last modified time | relevance | path

Searched refs:updatePlaceholderVisibility (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/dom/
DInputElement.cpp60 updatePlaceholderVisibility(data, document); in dispatchFocusEvent()
75 updatePlaceholderVisibility(data, document); in dispatchBlurEvent()
83 void InputElement::updatePlaceholderVisibility(InputElementData& data, Document* document, bool pla… in updatePlaceholderVisibility() function in WebCore::InputElement
95 … static_cast<RenderTextControlSingleLine*>(element->renderer())->updatePlaceholderVisibility(); in updatePlaceholderVisibility()
135 updatePlaceholderVisibility(data, document); in setValueFromRenderer()
DInputElement.h65 …static void updatePlaceholderVisibility(InputElementData&, Document*, bool placeholderValueChanged…
/external/webkit/WebCore/rendering/
DRenderTextControlSingleLine.h46 void updatePlaceholderVisibility();
DRenderTextControlSingleLine.cpp76 void RenderTextControlSingleLine::updatePlaceholderVisibility() in updatePlaceholderVisibility() function in WebCore::RenderTextControlSingleLine
/external/webkit/WebCore/wml/
DWMLInputElement.cpp131 InputElement::updatePlaceholderVisibility(m_data, document()); in setValue()
/external/webkit/WebCore/html/
DHTMLInputElement.cpp633 InputElement::updatePlaceholderVisibility(m_data, document(), true); in parseMappedAttribute()
960 InputElement::updatePlaceholderVisibility(m_data, document()); in setValue()
/external/webkit/WebCore/
DChangeLog4911 (WebCore::InputElement::updatePlaceholderVisibility):
12408 …GRESSION(3.2.1-ToT): Repro crash in WebCore::HTMLInputElement::updatePlaceholderVisibility opening…
12414 updatePlaceholderVisibility() when the placeholder attribute changes if
12728 (WebCore::HTMLInputElement::updatePlaceholderVisibility):
12780 (WebCore::RenderTextControlSingleLine::updatePlaceholderVisibility):
30993 (WebCore::RenderTextControl::updatePlaceholderVisibility):
32408 placeholderValueChanged parameter of updatePlaceholderVisibility.
32409 (WebCore::HTMLInputElement::updatePlaceholderVisibility): Add parameter
32412 updatePlaceholderVisibility method. Made it default to false.
34799 …TMLInputElement::setValue): Check that its a text field before calling updatePlaceholderVisibility.
[all …]