Home
last modified time | relevance | path

Searched defs:anchorType (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/dom/
DPosition.h79 AnchorType anchorType() const { return static_cast<AnchorType>(m_anchorType); } in anchorType() function
DPosition.cpp84 Position::Position(PassRefPtr<Node> anchorNode, AnchorType anchorType) in Position()
93 Position::Position(PassRefPtr<Node> anchorNode, int offset, AnchorType anchorType) in Position()