Searched refs:FIRST_LETTER (Results 1 – 10 of 10) sorted by relevance
82 block->style()->removeCachedPseudoStyle(FIRST_LETTER); in styleDidChange()139 …if (block->style()->hasPseudoStyle(FIRST_LETTER) && block->canHaveChildren() && block->isRenderBlo… in blockForAccompanyingFirstLetter()
48 …if (firstChild()->isListMarker() || (firstChild()->style()->styleType() == FIRST_LETTER && !firstC… in destroyLeftoverChildren()
3539 …RenderStyle* pseudoStyle = firstLetterBlock->getCachedPseudoStyle(FIRST_LETTER, firstLetterContain… in styleForFirstLetter()3569 bool canHaveFirstLetterRenderer = firstLetterBlock->style()->hasPseudoStyle(FIRST_LETTER) in findFirstLetterBlock()3721 if (style()->styleType() == FIRST_LETTER) in updateFirstLetter()3744 if (currChild->style()->styleType() == FIRST_LETTER) { in updateFirstLetter()3751 …} else if (currChild->style()->hasPseudoStyle(FIRST_LETTER) && currChild->canHaveGeneratedChildren… in updateFirstLetter()3765 if (currChild->parent()->style()->styleType() == FIRST_LETTER) { in updateFirstLetter()
147 if (child->style()->styleType() == FIRST_LETTER) in didRecalcStyle()
1004 if (renderStyle()->affectedByFocus() && renderStyle()->hasPseudoStyle(FIRST_LETTER)) in focusStateChanged()1045 if (renderStyle()->affectedByActive() && renderStyle()->hasPseudoStyle(FIRST_LETTER)) in setActive()1077 if (renderStyle()->affectedByHover() && renderStyle()->hasPseudoStyle(FIRST_LETTER)) in setHovered()
59 …NOPSEUDO, FIRST_LINE, FIRST_LETTER, BEFORE, AFTER, BACKDROP, SELECTION, FIRST_LINE_INHERITED, SCRO… enumerator
181 || oldStyle->hasPseudoStyle(FIRST_LETTER) != newStyle->hasPseudoStyle(FIRST_LETTER) in stylePropagationDiff()
219 if (style->hasPseudoStyle(FIRST_LETTER) || style->transitions() || style->animations()) in adjustRenderStyle()
168 return FIRST_LETTER; in pseudoId()
146 if (pseudoId == FIRST_LETTER) in match()