Home | History | Annotate | Download | only in accessibility

Lines Matching defs:nextContinuation

373 static RenderBoxModelObject* nextContinuation(RenderObject* renderer)
407 for (RenderObject* contsTest = nodeRenderFirstChild; contsTest; contsTest = nextContinuation(contsTest)) {