Home
last modified time | relevance | path

Searched refs:processStart (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
DRange.cpp726 …RefPtr<Node> processStart = childOfCommonRootBeforeOffset(m_start.container(), m_start.offset(), c… in processContents() local
727 …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()
/external/webkit/Source/WebCore/
DChangeLog58305 … which is used to find processStart and processEnd respectively. In the case of processStart,