Searched refs:styleType (Results 1 – 11 of 11) sorted by relevance
49 …if (firstChild()->isListMarker() || (firstChild()->style()->styleType() == FIRST_LETTER && !firstC… in destroyLeftoverChildren()276 } while (first && first->isAnonymous() && first->style()->styleType() == NOPSEUDO); in beforePseudoElementRenderer()281 if (first->style()->styleType() == BEFORE) in beforePseudoElementRenderer()293 … if (first && first->style()->styleType() == BEFORE && first->isRenderInline() && first->isRunIn()) in beforePseudoElementRenderer()304 …} while (last && last->isAnonymous() && last->style()->styleType() == NOPSEUDO && !last->isListMar… in afterPseudoElementRenderer()305 if (last && last->style()->styleType() != AFTER) in afterPseudoElementRenderer()316 if (owner->style()->styleType() == BEFORE || owner->style()->styleType() == AFTER) in updateBeforeAfterContent()357 if (child->style()->styleType() == type) { in updateBeforeAfterContent()379 if (child && child->style()->styleType() == type) { in updateBeforeAfterContent()402 … ASSERT(genChild->isListMarker() || genChild->style()->styleType() == FIRST_LETTER); in updateBeforeAfterContent()
57 switch (object->style()->styleType()) { in previousInPreOrder()103 switch (object->style()->styleType()) { in previousSiblingOrParent()136 switch (object->style()->styleType()) { in parentElement()165 switch (object->style()->styleType()) { in nextInPreOrder()218 switch (style->styleType()) { in planCounter()484 PseudoId containerStyle = beforeAfterContainer->style()->styleType(); in originalText()
62 && object->firstChild()->style()->styleType() == BEFORE; in isRubyBeforeBlock()70 && object->firstChild()->style()->styleType() == AFTER; in isRubyAfterBlock()
394 … (style()->display() == BLOCK || style()->display() == BOX) && style()->styleType() == NOPSEUDO &&… in isAnonymousBlock()905 if (style()->styleType() != BEFORE) in isBeforeContent()915 if (style()->styleType() != AFTER) in isAfterContent()
1581 if (child->style()->styleType() != BEFORE && child->style()->styleType() != AFTER) { in handleRunInChild()5357 if (style()->styleType() == FIRST_LETTER) in updateFirstLetter()5389 if (currChild->style()->styleType() == FIRST_LETTER) { in updateFirstLetter()5410 if (currChild->parent()->style()->styleType() == FIRST_LETTER) { in updateFirstLetter()
225 ASSERT(styleType() != VISITED_LINK); in getCachedPseudoStyle()230 if (styleType() != NOPSEUDO) { in getCachedPseudoStyle()232 …return m_cachedPseudoStyles->at(0)->styleType() == VISITED_LINK ? m_cachedPseudoStyles->at(0).get(… in getCachedPseudoStyle()238 if (pseudoStyle->styleType() == pid) in getCachedPseudoStyle()266 if (pseudoStyle->styleType() == pid) { in removeCachedPseudoStyle()
324 PseudoId styleType() const { return static_cast<PseudoId>(noninherited_flags._styleType); } in styleType() function325 void setStyleType(PseudoId styleType) { noninherited_flags._styleType = styleType; } in setStyleType() argument
1045 PseudoId pseudoId = pseudoStyleCache->at(i)->styleType(); in pseudoStyleCacheIsInvalid()
1860 …if (style->display() == INLINE && style->styleType() == NOPSEUDO && parentStyle && style->writingM… in adjustRenderStyle()4527 if (m_style->styleType() == NOPSEUDO) in applyProperty()
29 set the styleType on the style returned from createStyleForElement().47 type against the pseudoStyle's styleType instead of our own.15980 (khtml::RenderStyle::styleType):
469 (WebCore::InheritedFlags::styleType):