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

  /external/webkit/WebCore/rendering/
RenderTextControl.h 53 String textWithHardLineBreaks();
RenderTextControl.cpp 368 String RenderTextControl::textWithHardLineBreaks()
  /external/webkit/WebCore/html/
HTMLTextAreaElement.cpp 176 const String& text = (m_wrap == HardWrap && control) ? control->textWithHardLineBreaks() : value();

Completed in 1112 milliseconds