Home | History | Annotate | Download | only in rendering

Lines Matching refs:styleType

1210             && (!anonymousBlock->previousSibling() || (anonymousBlock->previousSibling()->style()->styleType() != NOPSEUDO && anonymousBlock->previousSibling()->isFloating() && !anonymousBlock->previousSibling()->previousSibling()))
1211 && (!anonymousBlock->nextSibling() || (anonymousBlock->nextSibling()->style()->styleType() != NOPSEUDO && anonymousBlock->nextSibling()->isFloating() && !anonymousBlock->nextSibling()->nextSibling()))) {
3721 if (style()->styleType() == FIRST_LETTER)
3744 if (currChild->style()->styleType() == FIRST_LETTER) {
3765 if (currChild->parent()->style()->styleType() == FIRST_LETTER) {
4201 if (style()->styleType() == BEFORE)
4203 if (style()->styleType() == AFTER)
4205 if (style()->styleType() == BACKDROP)