Searched refs:HardWrap (Results 1 – 2 of 2) sorted by relevance
133 wrap = HardWrap; in parseMappedAttribute()176 …const String& text = (m_wrap == HardWrap && control) ? control->textWithHardLineBreaks() : value(); in appendFormData()
92 enum WrapMethod { NoWrap, SoftWrap, HardWrap }; enumerator