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

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXRenderObject.cpp1406 RenderObject* lastParent = endOfContinuations(toRenderBlock(m_renderer)->lastChild())->parent(); local
1407 while (lastChildHasContinuation(lastParent))
1408 lastParent = endOfContinuations(lastParent->slowLastChild())->parent();
1409 nextSibling = lastParent->nextSibling();

Completed in 88 milliseconds