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

/external/webkit/Source/WebCore/rendering/
H A DRenderInline.cpp204 static RenderBoxModelObject* nextContinuation(RenderObject* renderer) function in namespace:WebCore
216 RenderBoxModelObject* curr = nextContinuation(this);
228 curr = nextContinuation(curr);
433 RenderBoxModelObject* cont = nextContinuation(flow);
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityRenderObject.cpp373 static RenderBoxModelObject* nextContinuation(RenderObject* renderer) function in namespace:WebCore
407 for (RenderObject* contsTest = nodeRenderFirstChild; contsTest; contsTest = nextContinuation(contsTest)) {

Completed in 99 milliseconds