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

  /external/webkit/WebCore/html/
HTMLTextAreaElement.h 43 bool shouldWrapText() const { return m_wrap != NoWrap; }
92 enum WrapMethod { NoWrap, SoftWrap, HardWrap };
HTMLTextAreaElement.cpp 135 wrap = NoWrap;

Completed in 1174 milliseconds