Searched refs:currCont (Results 1 – 2 of 2) sorted by relevance
176 …for (RenderInline* currCont = continuation; currCont; currCont = currCont->inlineElementContinuati… in styleDidChange() local177 RenderBoxModelObject* nextCont = currCont->continuation(); in styleDidChange()178 currCont->setContinuation(0); in styleDidChange()179 currCont->setStyle(newStyle); in styleDidChange()180 currCont->setContinuation(nextCont); in styleDidChange()
305 …for (RenderBlock* currCont = blockElementContinuation(); currCont; currCont = currCont->blockEleme… in styleDidChange() local306 RenderBoxModelObject* nextCont = currCont->continuation(); in styleDidChange()307 currCont->setContinuation(0); in styleDidChange()308 currCont->setStyle(newStyle); in styleDidChange()309 currCont->setContinuation(nextCont); in styleDidChange()