Searched defs:m_trailingWhitespaceWidth (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DLineWidth.h61 float trailingWhitespaceWidth() const { return m_trailingWhitespaceWidth; }
69 void setTrailingWhitespaceWidth(float width) { m_trailingWhitespaceWidth = width; }
82 float m_trailingWhitespaceWidth; member in class:blink::LineWidth

Completed in 143 milliseconds