Searched refs:inlineRunEnd (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp822 RenderObject*& inlineRunEnd)
826 // and |inlineRunEnd|. Note that these two values may be the same if
843 inlineRunStart = inlineRunEnd = curr;
852 inlineRunEnd = curr;
918 RenderObject *inlineRunStart, *inlineRunEnd; local
919 getInlineRun(child, insertionPoint, inlineRunStart, inlineRunEnd);
924 child = inlineRunEnd->nextSibling();
820 getInlineRun(RenderObject* start, RenderObject* boundary, RenderObject*& inlineRunStart, RenderObject*& inlineRunEnd) argument

Completed in 68 milliseconds