Home | History | Annotate | Download | only in dom

Lines Matching defs:m_anchorNode

77     void clear() { m_anchorNode.clear(); m_offset = 0; m_anchorType = PositionIsOffsetInAnchor; m_isLegacyEditingPosition = false; }
104 Node* anchorNode() const { return m_anchorNode.get(); }
109 Node* deprecatedNode() const { return m_anchorNode.get(); }
111 Document* document() const { return m_anchorNode ? m_anchorNode->document() : 0; }
118 bool isNull() const { return !m_anchorNode; }
119 bool isNotNull() const { return m_anchorNode; }
120 bool isOrphan() const { return m_anchorNode && !m_anchorNode->inDocument(); }
187 RefPtr<Node> m_anchorNode;
188 // m_offset can be the offset inside m_anchorNode, or if editingIgnoresContent(m_anchorNode)