Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp1388 if (style->hasAutoWidows()) in getPropertyCSSValue()
H A DCSSStyleSelector.cpp4127 if (m_parentStyle->hasAutoWidows()) in applyProperty()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h640 bool hasAutoWidows() const { return rareInheritedData->m_hasAutoWidows; } in hasAutoWidows() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderBlockLineLayout.cpp1027 if (paginated && !style()->hasAutoWidows()) { in layoutRunsAndFloats()