Home
last modified time | relevance | path

Searched refs:WrapMethod (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextAreaElement.h65 enum WrapMethod { NoWrap, SoftWrap, HardWrap }; enum
124 WrapMethod m_wrap;
DHTMLTextAreaElement.cpp177 WrapMethod wrap; in parseAttribute()