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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.h294 bool descendantsHaveSameLineHeightAndBaseline() const { return m_descendantsHaveSameLineHeightAndBaseline; } function in class:WebCore::InlineFlowBox
298 if (parent() && parent()->descendantsHaveSameLineHeightAndBaseline())
H A DInlineFlowBox.cpp120 if (descendantsHaveSameLineHeightAndBaseline() && !child->renderer()->isOutOfFlowPositioned()) {
144 if (!childFlowBox->descendantsHaveSameLineHeightAndBaseline()
523 bool checkChildren = !descendantsHaveSameLineHeightAndBaseline();
570 } else if (!inlineFlowBox || strictMode || inlineFlowBox->hasTextChildren() || (inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendants())
610 if (descendantsHaveSameLineHeightAndBaseline()) {
620 if (descendantsHaveSameLineHeightAndBaseline()) {
633 && !(inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendants()))
713 if (strictMode || hasTextChildren() || (descendantsHaveSameLineHeightAndBaseline() && hasTextDescendants())) {
738 if (descendantsHaveSameLineHeightAndBaseline())
1044 if (!noQuirksMode && !hasTextChildren() && !(descendantsHaveSameLineHeightAndBaseline()
[all...]

Completed in 240 milliseconds