Home | History | Annotate | Download | only in dom

Lines Matching refs:PositionIsAfterChildren

100     ASSERT(!((anchorType == PositionIsBeforeChildren || anchorType == PositionIsAfterChildren)
148 case PositionIsAfterChildren:
168 case PositionIsAfterChildren:
184 case PositionIsAfterChildren:
199 ASSERT(m_anchorType == PositionIsAfterAnchor || m_anchorType == PositionIsAfterChildren);
212 if (m_offset <= 0 && (m_anchorType != PositionIsAfterAnchor && m_anchorType != PositionIsAfterChildren)) {
218 && (m_anchorType == PositionIsAfterAnchor || m_anchorType == PositionIsAfterChildren || static_cast<unsigned>(m_offset) == m_anchorNode->countChildren())
234 case PositionIsAfterChildren:
255 case PositionIsAfterChildren:
385 case PositionIsAfterChildren:
399 return m_anchorType == PositionIsAfterAnchor || m_anchorType == PositionIsAfterChildren || m_offset >= lastOffsetForEditing(deprecatedNode());
1341 case PositionIsAfterChildren: