Searched refs:containingSpecialElement (Results 1 – 2 of 2) sorted by relevance
115 Position positionBeforeContainingSpecialElement(const Position&, Node** containingSpecialElement=0);116 Position positionAfterContainingSpecialElement(const Position&, Node** containingSpecialElement=0);117 Position positionOutsideContainingSpecialElement(const Position&, Node** containingSpecialElement=0…
469 …sition positionBeforeContainingSpecialElement(const Position& pos, Node** containingSpecialElement) in positionBeforeContainingSpecialElement() argument477 if (containingSpecialElement) in positionBeforeContainingSpecialElement()478 *containingSpecialElement = n; in positionBeforeContainingSpecialElement()487 Position positionAfterContainingSpecialElement(const Position& pos, Node **containingSpecialElement) in positionAfterContainingSpecialElement() argument495 if (containingSpecialElement) in positionAfterContainingSpecialElement()496 *containingSpecialElement = n; in positionAfterContainingSpecialElement()500 …ition positionOutsideContainingSpecialElement(const Position &pos, Node **containingSpecialElement) in positionOutsideContainingSpecialElement() argument503 return positionBeforeContainingSpecialElement(pos, containingSpecialElement); in positionOutsideContainingSpecialElement()505 return positionAfterContainingSpecialElement(pos, containingSpecialElement); in positionOutsideContainingSpecialElement()