• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/WebCore-7600.1.25/accessibility/

Lines Matching +refs:ps +refs:first +refs:page

348     else if (RenderObject* ps = m_renderer->previousSibling())
349 previousSibling = ps;
376 // first child.
406 // Case 5b: continuation is an inline - in this case the inline's first child is the next sibling
446 // Case 3: The first sibling is the beginning of a continuation chain. Find the origin of that continuation.
448 // Get the node's renderer and follow that continuation chain until the first child is found
649 if (m_renderer->isText() && m_renderer->isAnonymous() && ancestorsOfType<RenderMathMLOperator>(*m_renderer).first())
673 // the first and the last nodes in the DOM tree that is wrapped inside the anonymous block.
793 // within the parent page, otherwise they are in relative coordinates only.
880 if (auto svgRoot = ancestorsOfType<RenderSVGRoot>(*m_renderer).first()) {
935 // The element we find may not be accessible, so find the first accessible object.
1175 // Check first if any of the common reasons cause this element to be ignored.
1203 if (ancestorsOfType<RenderMenuList>(*m_renderer).first())
1391 Page* page = m_renderer->document().page();
1392 if (!page)
1395 return page->progress().estimatedProgress();
1647 // In these cases, we need to do what keyboard and mouse focus do, which is reset focus first.
2621 // There should only be one banner/contentInfo per page. If header/footer are being used within an article or section
2622 // then it should not be exposed as whole page's banner/contentInfo
3594 return !(m_renderer->isText() && ancestorsOfType<RenderMathMLOperator>(*m_renderer).first());
3621 // The radicand is the value being rooted and must be listed first.
3701 // The base object in question is always the first child.
3767 if (!prescriptPair.first)
3768 prescriptPair.first = axChild;
3772 prescriptPair.first = 0;
3781 if (prescriptPair.first)
3790 // In Multiscripts, the post-script elements start after the first element (which is the base)
3802 else if (!postscriptPair.first)
3803 postscriptPair.first = axChild;
3807 postscriptPair.first = 0;
3814 if (postscriptPair.first)