Searched defs:currChild (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderInline.cpp249 RenderBoxModelObject* currChild = this; local
280 // *after* currChild and append them all to the clone.
281 o = currChild->nextSibling();
291 currChild = curr;
299 // Now take all the children after currChild and remove them from the fromBlock
301 o = currChild->nextSibling();

Completed in 73 milliseconds