Home
last modified time | relevance | path

Searched refs:canHaveLeadingExpansion (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DInlineTextBox.h75 bool canHaveLeadingExpansion() const { return m_hasSelectedChildrenOrCanHaveLeadingExpansion; } in canHaveLeadingExpansion() function
76 …nHaveLeadingExpansion(bool canHaveLeadingExpansion) { m_hasSelectedChildrenOrCanHaveLeadingExpansi… in setCanHaveLeadingExpansion() argument
176 …return (canHaveLeadingExpansion() ? TextRun::AllowLeadingExpansion : TextRun::ForbidLeadingExpansi… in expansionBehavior()
/external/webkit/Source/WebCore/
DChangeLog36911 (WebCore::InlineTextBox::canHaveLeadingExpansion): Added this accessor.
36914 which also considers canHaveLeadingExpansion().