Searched refs:processStart (Results 1 – 2 of 2) sorted by relevance
726 …RefPtr<Node> processStart = childOfCommonRootBeforeOffset(m_start.container(), m_start.offset(), c… in processContents() local727 …if (processStart && m_start.container() != commonRoot) // processStart contains nodes before m_sta… in processContents()728 processStart = processStart->nextSibling(); in processContents()748 if (processStart) { in processContents()750 for (Node* n = processStart.get(); n && n != processEnd; n = n->nextSibling()) in processContents()
58305 … which is used to find processStart and processEnd respectively. In the case of processStart,