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

/external/webkit/Source/WebCore/dom/
H A DPosition.h54 enum AnchorType { enum in class:WebCore::Position
71 Position(PassRefPtr<Node> anchorNode, AnchorType);
73 Position(PassRefPtr<Node> anchorNode, int offset, AnchorType);
75 AnchorType anchorType() const { return static_cast<AnchorType>(m_anchorType); }
185 static AnchorType anchorTypeForLegacyEditingPosition(Node* anchorNode, int offset);

Completed in 39 milliseconds