Searched refs:canHaveLeadingExpansion (Results 1 – 2 of 2) sorted by relevance
75 bool canHaveLeadingExpansion() const { return m_hasSelectedChildrenOrCanHaveLeadingExpansion; } in canHaveLeadingExpansion() function76 …nHaveLeadingExpansion(bool canHaveLeadingExpansion) { m_hasSelectedChildrenOrCanHaveLeadingExpansi… in setCanHaveLeadingExpansion() argument176 …return (canHaveLeadingExpansion() ? TextRun::AllowLeadingExpansion : TextRun::ForbidLeadingExpansi… in expansionBehavior()
36911 (WebCore::InlineTextBox::canHaveLeadingExpansion): Added this accessor.36914 which also considers canHaveLeadingExpansion().