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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.h 294 bool descendantsHaveSameLineHeightAndBaseline() const { return m_descendantsHaveSameLineHeightAndBaseline; }
298 if (parent() && parent()->descendantsHaveSameLineHeightAndBaseline())
InlineFlowBox.cpp 120 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()))
    [all...]

Completed in 68 milliseconds