HomeSort by relevance Sort by last modified time
    Searched refs:HardWrap (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLTextAreaElement.h 66 enum WrapMethod { NoWrap, SoftWrap, HardWrap };
HTMLTextAreaElement.cpp 141 wrap = HardWrap;
183 // FIXME: It's not acceptable to ignore the HardWrap setting when there is no renderer.
186 const String& text = (m_wrap == HardWrap && control) ? control->textWithHardLineBreaks() : value();

Completed in 135 milliseconds