Home
last modified time | relevance | path

Searched refs:currCont (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderInline.cpp176 …for (RenderInline* currCont = continuation; currCont; currCont = currCont->inlineElementContinuati… in styleDidChange() local
177 RenderBoxModelObject* nextCont = currCont->continuation(); in styleDidChange()
178 currCont->setContinuation(0); in styleDidChange()
179 currCont->setStyle(newStyle); in styleDidChange()
180 currCont->setContinuation(nextCont); in styleDidChange()
DRenderBlock.cpp305 …for (RenderBlock* currCont = blockElementContinuation(); currCont; currCont = currCont->blockEleme… in styleDidChange() local
306 RenderBoxModelObject* nextCont = currCont->continuation(); in styleDidChange()
307 currCont->setContinuation(0); in styleDidChange()
308 currCont->setStyle(newStyle); in styleDidChange()
309 currCont->setContinuation(nextCont); in styleDidChange()