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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
LineWidth.h 61 float trailingWhitespaceWidth() const { return m_trailingWhitespaceWidth; }
69 void setTrailingWhitespaceWidth(float width) { m_trailingWhitespaceWidth = width; }
82 float m_trailingWhitespaceWidth;
LineWidth.cpp 43 , m_trailingWhitespaceWidth(0)

Completed in 46 milliseconds