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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleRareInheritedData.h79 short widows; member in class:WebCore::StyleRareInheritedData
H A DRenderStyle.h682 short widows() const { return rareInheritedData->widows; } function in class:WebCore::RenderStyle
1141 void setHasAutoWidows() { SET_VAR(rareInheritedData, m_hasAutoWidows, true); SET_VAR(rareInheritedData, widows, initialWidows()); }
1142 void setWidows(short w) { SET_VAR(rareInheritedData, m_hasAutoWidows, false); SET_VAR(rareInheritedData, widows, w); }

Completed in 95 milliseconds