Searched refs:m_wrap (Results 1 – 2 of 2) sorted by relevance
42 bool shouldWrapText() const { return m_wrap != NoWrap; } in shouldWrapText()124 WrapMethod m_wrap; variable
82 , 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()