Searched defs:anchorTypeForLegacyEditingPosition (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DPosition.cpp77 , m_anchorType(anchorTypeForLegacyEditingPosition(m_anchorNode.get(), m_offset))
108 m_anchorType = anchorTypeForLegacyEditingPosition(m_anchorNode.get(), m_offset);
115 m_anchorType = anchorTypeForLegacyEditingPosition(m_anchorNode.get(), m_offset);
213 Position::AnchorType Position::anchorTypeForLegacyEditingPosition(Node* anchorNode, int offset) function in class:WebCore::Position

Completed in 178 milliseconds