Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DPosition.h65 , m_anchorType(PositionIsOffsetInAnchor) in Position()
92 AnchorType anchorType() const { return static_cast<AnchorType>(m_anchorType); } in anchorType()
94 …void clear() { m_anchorNode.clear(); m_offset = 0; m_anchorType = PositionIsOffsetInAnchor; m_isLe… in clear()
114 …if (m_isLegacyEditingPosition || (m_anchorType != PositionIsAfterAnchor && m_anchorType != Positio… in deprecatedEditingOffset()
222 unsigned m_anchorType : 3; variable
DPosition.cpp86 , m_anchorType(anchorTypeForLegacyEditingPosition(m_anchorNode.get(), m_offset)) in Position()
95 , m_anchorType(anchorType) in Position()
108 , m_anchorType(anchorType) in Position()
119 , m_anchorType(PositionIsOffsetInAnchor) in Position()
132 m_anchorType = anchorTypeForLegacyEditingPosition(m_anchorNode.get(), m_offset); in moveToPosition()
139 m_anchorType = anchorTypeForLegacyEditingPosition(m_anchorNode.get(), m_offset); in moveToOffset()
200 ASSERT(m_anchorType == PositionIsAfterAnchor || m_anchorType == PositionIsAfterChildren); in offsetForPositionAfterAnchor()
213 …if (m_offset <= 0 && (m_anchorType != PositionIsAfterAnchor && m_anchorType != PositionIsAfterChil… in parentAnchoredEquivalent()
219 …&& (m_anchorType == PositionIsAfterAnchor || m_anchorType == PositionIsAfterChildren || static_cas… in parentAnchoredEquivalent()
381 switch (m_anchorType) { in atFirstEditingPositionForNode()
[all …]