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

  /external/webkit/WebCore/rendering/
RenderText.h 83 int& minW, int& maxW, bool& stripFrontSpaces);
RenderText.cpp 470 int& minW, int& maxW, bool& stripFrontSpaces)
474 stripFrontSpaces = false;
479 beginWS = !stripFrontSpaces && m_hasBeginWS;
484 if (!len || (stripFrontSpaces && m_text->containsOnlyWhitespace())) {
506 if (stripFrontSpaces) {
514 stripFrontSpaces = collapseWhiteSpace && m_hasEndWS;
    [all...]
RenderBlock.cpp     [all...]

Completed in 22 milliseconds