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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.h 68 enum WrapMethod { NoWrap, SoftWrap, HardWrap };
HTMLTextAreaElement.cpp 84 , m_wrap(SoftWrap)
184 wrap = SoftWrap;

Completed in 55 milliseconds