Searched refs:hasPseudoStyle (Results 1 – 13 of 13) sorted by relevance
339 if (body && body->renderer() && body->renderer()->style()->hasPseudoStyle(SCROLLBAR)) in createScrollbar()344 …if (docElement && docElement->renderer() && docElement->renderer()->style()->hasPseudoStyle(SCROLL… in createScrollbar()349 if (frameRenderer && frameRenderer->style()->hasPseudoStyle(SCROLLBAR)) in createScrollbar()
391 bool hasCustomScrollbarStyle = style()->hasPseudoStyle(SCROLLBAR); in createScrollbar()
687 bool hasCustomScrollbarStyle = style()->hasPseudoStyle(SCROLLBAR); in createScrollbar()
846 bool hasCustomScrollbarStyle = style()->hasPseudoStyle(SCROLLBAR); in createScrollbar()
4579 hasPseudo = firstLineBlock->style()->hasPseudoStyle(FIRST_LINE); in firstLineBlock()4607 bool hasPseudoStyle = false; in updateFirstLetter() local4611 hasPseudoStyle = firstLetterBlock->style()->hasPseudoStyle(FIRST_LETTER) in updateFirstLetter()4613 if (hasPseudoStyle) in updateFirstLetter()4622 if (!hasPseudoStyle) in updateFirstLetter()
2030 if (pseudo < FIRST_INTERNAL_PSEUDOID && !style()->hasPseudoStyle(pseudo)) in getCachedPseudoStyle()2045 if (pseudo < FIRST_INTERNAL_PSEUDOID && !ownStyle && !style()->hasPseudoStyle(pseudo)) in getUncachedPseudoStyle()
1510 …stomScrollbarStyle = actualRenderer->isBox() && actualRenderer->style()->hasPseudoStyle(SCROLLBAR); in createScrollbar()
297 bool fl1 = s1 && s1->hasPseudoStyle(FIRST_LETTER); in diff()299 bool fl2 = s2 && s2->hasPseudoStyle(FIRST_LETTER); in diff()318 if (ch == NoChange && s1->hasPseudoStyle(BEFORE)) { in diff()327 if (ch == NoChange && s1->hasPseudoStyle(AFTER)) { in diff()
195 bool RenderStyle::hasPseudoStyle(PseudoId pseudo) const in hasPseudoStyle() function in WebCore::RenderStyle
344 bool hasPseudoStyle(PseudoId pseudo) const;
1263 if (m_style->hasPseudoStyle(FIRST_LETTER)) in styleForElement()
259 (RenderStyle::hasPseudoStyle):
71248 (WebCore::RenderStyle::hasPseudoStyle):