Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
Dhtmlediting.h115 Position positionBeforeContainingSpecialElement(const Position&, Node** containingSpecialElement=0);
116 Position positionAfterContainingSpecialElement(const Position&, Node** containingSpecialElement=0);
117 Position positionOutsideContainingSpecialElement(const Position&, Node** containingSpecialElement=0…
Dhtmlediting.cpp469 …sition positionBeforeContainingSpecialElement(const Position& pos, Node** containingSpecialElement) in positionBeforeContainingSpecialElement() argument
477 if (containingSpecialElement) in positionBeforeContainingSpecialElement()
478 *containingSpecialElement = n; in positionBeforeContainingSpecialElement()
487 Position positionAfterContainingSpecialElement(const Position& pos, Node **containingSpecialElement) in positionAfterContainingSpecialElement() argument
495 if (containingSpecialElement) in positionAfterContainingSpecialElement()
496 *containingSpecialElement = n; in positionAfterContainingSpecialElement()
500 …ition positionOutsideContainingSpecialElement(const Position &pos, Node **containingSpecialElement) in positionOutsideContainingSpecialElement() argument
503 return positionBeforeContainingSpecialElement(pos, containingSpecialElement); in positionOutsideContainingSpecialElement()
505 return positionAfterContainingSpecialElement(pos, containingSpecialElement); in positionOutsideContainingSpecialElement()