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

/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DRenderStyle.h898 LineSnap lineSnap() const { return static_cast<LineSnap>(rareInheritedData->m_lineSnap); } function in class:WebCore::RenderStyle
1390 void setLineSnap(LineSnap lineSnap) { SET_VAR(rareInheritedData, m_lineSnap, lineSnap); } argument

Completed in 138 milliseconds