Searched refs:FIRST_LETTER (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderTextFragment.cpp | 66 block->style()->removeCachedPseudoStyle(FIRST_LETTER); in styleDidChange() 111 …if (block->style()->hasPseudoStyle(FIRST_LETTER) && block->canHaveChildren() && block->isRenderBlo… in blockForAccompanyingFirstLetter()
|
D | RenderObjectChildList.cpp | 49 …if (firstChild()->isListMarker() || (firstChild()->style()->styleType() == FIRST_LETTER && !firstC… in destroyLeftoverChildren() 402 … ASSERT(genChild->isListMarker() || genChild->style()->styleType() == FIRST_LETTER); in updateBeforeAfterContent()
|
D | RenderBlock.cpp | 5326 …RenderStyle* pseudoStyle = firstLetterBlock->getCachedPseudoStyle(FIRST_LETTER, firstLetterContain… in styleForFirstLetter() 5357 if (style()->styleType() == FIRST_LETTER) in updateFirstLetter() 5367 hasPseudoStyle = firstLetterBlock->style()->hasPseudoStyle(FIRST_LETTER) in updateFirstLetter() 5389 if (currChild->style()->styleType() == FIRST_LETTER) { in updateFirstLetter() 5396 … else if (currChild->style()->hasPseudoStyle(FIRST_LETTER) && currChild->canHaveChildren()) { in updateFirstLetter() 5410 if (currChild->parent()->style()->styleType() == FIRST_LETTER) { in updateFirstLetter()
|
/external/webkit/Source/WebCore/rendering/style/ |
D | RenderStyleConstants.h | 71 …NOPSEUDO, FIRST_LINE, FIRST_LETTER, BEFORE, AFTER, SELECTION, FIRST_LINE_INHERITED, SCROLLBAR, FIL… enumerator
|
/external/webkit/Source/WebCore/css/ |
D | CSSSelector.cpp | 122 return FIRST_LETTER; in pseudoId()
|
D | CSSStyleSelector.cpp | 1495 if (m_style->hasPseudoStyle(FIRST_LETTER)) in styleForElement() 2947 if (pseudoId == FIRST_LETTER) { in checkOneSelector()
|
/external/webkit/Source/WebCore/dom/ |
D | Node.cpp | 312 bool fl1 = s1 && s1->hasPseudoStyle(FIRST_LETTER); in diff() 314 bool fl2 = s2 && s2->hasPseudoStyle(FIRST_LETTER); in diff()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 18116 do not update its style (so in particular, keep it a FIRST_LETTER type style)
|