Home
last modified time | relevance | path

Searched refs:anchorTypeForLegacyEditingPosition (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/dom/
DPosition.cpp79 , m_anchorType(anchorTypeForLegacyEditingPosition(m_anchorNode.get(), m_offset)) in Position()
108 m_anchorType = anchorTypeForLegacyEditingPosition(m_anchorNode.get(), m_offset); in moveToPosition()
115 m_anchorType = anchorTypeForLegacyEditingPosition(m_anchorNode.get(), m_offset); in moveToOffset()
185 Position::AnchorType Position::anchorTypeForLegacyEditingPosition(Node* anchorNode, int offset) in anchorTypeForLegacyEditingPosition() function in WebCore::Position
DPosition.h177 static AnchorType anchorTypeForLegacyEditingPosition(Node* anchorNode, int offset);
/external/webkit/WebCore/
DChangeLog-2009-06-1614590 (WebCore::Position::anchorTypeForLegacyEditingPosition):