Home | History | Annotate | Download | only in rendering

Lines Matching defs:pseudo

259     // If this is an anonymous wrapper, then the parent applies its own pseudo-element style to it.
4635 RenderStyle* pseudo = firstLetterBlock->getCachedPseudoStyle(FIRST_LETTER,
4637 currChild->setStyle(pseudo);
4640 genChild->setStyle(pseudo);
4653 // Create our pseudo style now that we have our firstLetterContainer determined.