Searched refs:m_layoutClientAfterEdge (Results 1 – 1 of 1) sorted by relevance
72 LayoutUnit layoutClientAfterEdge() const { return m_layoutClientAfterEdge; } in layoutClientAfterEdge()73 …void setLayoutClientAfterEdge(LayoutUnit clientAfterEdge) { m_layoutClientAfterEdge = clientAfterE… in setLayoutClientAfterEdge()80 LayoutUnit m_layoutClientAfterEdge; variable