Searched defs:descendantsHaveSameLineHeightAndBaseline (Results 1 - 1 of 1) 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())

Completed in 83 milliseconds