Searched refs:haveLineClamp (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderDeprecatedFlexibleBox.cpp633 bool haveLineClamp = !style()->lineClamp().isNone(); local
634 if (haveLineClamp)
661 if (!haveLineClamp && (relayoutChildren || (child->isReplaced() && (child->style()->width().isPercent() || child->style()->height().isPercent()))))

Completed in 80 milliseconds