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.h66 , m_anchorType(PositionIsOffsetInAnchor) in Position()
93 AnchorType anchorType() const { return static_cast<AnchorType>(m_anchorType); } in anchorType()
95 …void clear() { m_anchorNode.clear(); m_offset = 0; m_anchorType = PositionIsOffsetInAnchor; m_isLe… in clear()
115 …if (m_isLegacyEditingPosition || (m_anchorType != PositionIsAfterAnchor && m_anchorType != Positio… in deprecatedEditingOffset()
223 unsigned m_anchorType : 3; variable
DPosition.cpp85 , m_anchorType(anchorTypeForLegacyEditingPosition(m_anchorNode.get(), m_offset)) in Position()
94 , m_anchorType(anchorType) in Position()
107 , m_anchorType(anchorType) in Position()
118 , m_anchorType(PositionIsOffsetInAnchor) in Position()
131 m_anchorType = anchorTypeForLegacyEditingPosition(m_anchorNode.get(), m_offset); in moveToPosition()
138 m_anchorType = anchorTypeForLegacyEditingPosition(m_anchorNode.get(), m_offset); in moveToOffset()
199 ASSERT(m_anchorType == PositionIsAfterAnchor || m_anchorType == PositionIsAfterChildren); in offsetForPositionAfterAnchor()
212 …if (m_offset <= 0 && (m_anchorType != PositionIsAfterAnchor && m_anchorType != PositionIsAfterChil… in parentAnchoredEquivalent()
218 …&& (m_anchorType == PositionIsAfterAnchor || m_anchorType == PositionIsAfterChildren || static_cas… in parentAnchoredEquivalent()
379 switch (m_anchorType) { in atFirstEditingPositionForNode()
[all …]