Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextAreaElement.h42 bool shouldWrapText() const { return m_wrap != NoWrap; } in shouldWrapText() function
DHTMLTextAreaElement.cpp143 if (shouldWrapText()) { in collectStyleForPresentationAttribute()