startOfContinuations 2000 Source/core/accessibility/AXRenderObject.cpp     if (m_renderer->isRenderBlock() && (startOfConts = startOfContinuations(m_renderer))) {
startOfContinuations 2004 Source/core/accessibility/AXRenderObject.cpp     } else if (parent && parent->isRenderInline() && (startOfConts = startOfContinuations(parent))) {