Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasPseudoStyle

5307         hasPseudo = firstLineBlock->style()->hasPseudoStyle(FIRST_LINE);
5363 bool hasPseudoStyle = false;
5367 hasPseudoStyle = firstLetterBlock->style()->hasPseudoStyle(FIRST_LETTER)
5369 if (hasPseudoStyle)
5378 if (!hasPseudoStyle)
5396 else if (currChild->style()->hasPseudoStyle(FIRST_LETTER) && currChild->canHaveChildren()) {