Home
last modified time | relevance | path

Searched refs:m_wrap (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextAreaElement.h42 bool shouldWrapText() const { return m_wrap != NoWrap; } in shouldWrapText()
124 WrapMethod m_wrap; variable
DHTMLTextAreaElement.cpp82 , m_wrap(SoftWrap) in HTMLTextAreaElement()
184 if (wrap != m_wrap) { in parseAttribute()
185 m_wrap = wrap; in parseAttribute()
209 const String& text = (m_wrap == HardWrap) ? valueWithHardLineBreaks() : value(); in appendFormData()