Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DInlineFlowBox.h39 , m_includeLeftEdge(false) in InlineFlowBox()
112 bool includeLeftEdge() const { return m_includeLeftEdge; } in includeLeftEdge()
116 m_includeLeftEdge = includeLeft; in setEdges()
156 bool m_includeLeftEdge : 1; variable