Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextFormControlElement.h127 String valueWithHardLineBreaks() const;
DHTMLTextAreaElement.cpp210 const String& text = (m_wrap == HardWrap) ? valueWithHardLineBreaks() : value(); in appendFormData()
DHTMLTextFormControlElement.cpp642 String HTMLTextFormControlElement::valueWithHardLineBreaks() const in valueWithHardLineBreaks() function in blink::HTMLTextFormControlElement