HomeSort by relevance Sort by last modified time
    Searched refs:descendantsHaveSameLineHeightAndBaseline (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.cpp 108 if (descendantsHaveSameLineHeightAndBaseline() && !child->renderer()->isPositioned()) {
132 if (!childFlowBox->descendantsHaveSameLineHeightAndBaseline()
500 bool checkChildren = !descendantsHaveSameLineHeightAndBaseline();
547 } else if (!inlineFlowBox || strictMode || inlineFlowBox->hasTextChildren() || (inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendants())
585 if (descendantsHaveSameLineHeightAndBaseline()) {
595 if (descendantsHaveSameLineHeightAndBaseline()) {
608 && !(inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendants()))
688 if (strictMode || hasTextChildren() || (descendantsHaveSameLineHeightAndBaseline() && hasTextDescendants())) {
    [all...]
InlineFlowBox.h 264 bool descendantsHaveSameLineHeightAndBaseline() const { return m_descendantsHaveSameLineHeightAndBaseline; }
268 if (parent() && parent()->descendantsHaveSameLineHeightAndBaseline())

Completed in 90 milliseconds