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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPosition.h214 static AnchorType anchorTypeForLegacyEditingPosition(Node* anchorNode, int offset);
H A DPosition.cpp84 , m_anchorType(anchorTypeForLegacyEditingPosition(m_anchorNode.get(), m_offset))
130 m_anchorType = anchorTypeForLegacyEditingPosition(m_anchorNode.get(), m_offset);
137 m_anchorType = anchorTypeForLegacyEditingPosition(m_anchorNode.get(), m_offset);
268 Position::AnchorType Position::anchorTypeForLegacyEditingPosition(Node* anchorNode, int offset) function in class:WebCore::Position

Completed in 68 milliseconds