Searched refs:updatePlaceholderVisibility (Results 1 – 7 of 7) sorted by relevance
/external/webkit/WebCore/dom/ |
D | InputElement.cpp | 60 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()
|
D | InputElement.h | 65 …static void updatePlaceholderVisibility(InputElementData&, Document*, bool placeholderValueChanged…
|
/external/webkit/WebCore/rendering/ |
D | RenderTextControlSingleLine.h | 46 void updatePlaceholderVisibility();
|
D | RenderTextControlSingleLine.cpp | 76 void RenderTextControlSingleLine::updatePlaceholderVisibility() in updatePlaceholderVisibility() function in WebCore::RenderTextControlSingleLine
|
/external/webkit/WebCore/wml/ |
D | WMLInputElement.cpp | 131 InputElement::updatePlaceholderVisibility(m_data, document()); in setValue()
|
/external/webkit/WebCore/html/ |
D | HTMLInputElement.cpp | 633 InputElement::updatePlaceholderVisibility(m_data, document(), true); in parseMappedAttribute() 960 InputElement::updatePlaceholderVisibility(m_data, document()); in setValue()
|
/external/webkit/WebCore/ |
D | ChangeLog | 4911 (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 …]
|