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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.h 42 bool shouldWrapText() const { return m_wrap != NoWrap; }
123 WrapMethod m_wrap; member in class:WebCore::FINAL
HTMLTextAreaElement.cpp 85 , m_wrap(SoftWrap)
190 if (wrap != m_wrap) {
191 m_wrap = wrap;
215 const String& text = (m_wrap == HardWrap) ? valueWithHardLineBreaks() : value();

Completed in 43 milliseconds