Home | History | Annotate | Download | only in accessibility

Lines Matching refs:lastChild

172     RenderObject* lastChild = renderer->lastChild();
182 if (RenderObject* lc = cur->lastChild())
183 lastChild = lc;
192 return lastChild;
208 AccessibilityObject* AccessibilityRenderObject::lastChild() const
213 RenderObject* lastChild = lastChildConsideringContinuation(m_renderer);
215 if (!lastChild)
218 return axObjectCache()->getOrCreate(lastChild);
325 return renderer->lastChild() && isInlineWithContinuation(renderer->lastChild());
344 nextSibling = endOfContinuations(m_renderer->lastChild())->parent()->nextSibling();