Home | History | Annotate | Download | only in dom

Lines Matching refs:anchorType

91 Position::Position(PassRefPtrWillBeRawPtr<Node> anchorNode, AnchorType anchorType)
94 , m_anchorType(anchorType)
99 ASSERT(anchorType != PositionIsOffsetInAnchor);
100 ASSERT(!((anchorType == PositionIsBeforeChildren || anchorType == PositionIsAfterChildren)
104 Position::Position(PassRefPtrWillBeRawPtr<Node> anchorNode, int offset, AnchorType anchorType)
107 , m_anchorType(anchorType)
112 ASSERT(anchorType == PositionIsOffsetInAnchor);
127 ASSERT(anchorType() == PositionIsOffsetInAnchor || m_isLegacyEditingPosition);
135 ASSERT(anchorType() == PositionIsOffsetInAnchor || m_isLegacyEditingPosition);
146 switch (anchorType()) {
161 switch (anchorType()) {
181 switch (anchorType()) {
231 switch (anchorType()) {
252 switch (anchorType()) {
268 Position::AnchorType Position::anchorTypeForLegacyEditingPosition(Node* anchorNode, int offset)
1334 switch (anchorType()) {