Searched defs:anchorNode (Results 1 – 9 of 9) sorted by relevance
104 Node* anchorNode() const { return m_anchorNode.get(); } in anchorNode() function228 inline Position positionBeforeNode(Node* anchorNode) in positionBeforeNode()234 inline Position positionAfterNode(Node* anchorNode) in positionAfterNode()246 inline Position firstPositionInNode(Node* anchorNode) in firstPositionInNode()251 inline Position lastPositionInNode(Node* anchorNode) in lastPositionInNode()
74 Position::Position(PassRefPtr<Node> anchorNode, int offset) in Position()82 Position::Position(PassRefPtr<Node> anchorNode, AnchorType anchorType) in Position()91 Position::Position(PassRefPtr<Node> anchorNode, int offset, AnchorType anchorType) in Position()213 Position::AnchorType Position::anchorTypeForLegacyEditingPosition(Node* anchorNode, int offset) in anchorTypeForLegacyEditingPosition()
121 void AXObjectCache::handleScrolledToAnchor(const Node* anchorNode) in handleScrolledToAnchor()
55 void AXObjectCache::handleScrolledToAnchor(const Node* anchorNode) in handleScrolledToAnchor()
98 Node* DOMSelection::anchorNode() const in anchorNode() function in WebCore::DOMSelection
1444 Element* anchorNode = m_frame->document()->findAnchor(name); in scrollToAnchor() local1482 void FrameView::maintainScrollPositionAtAnchor(Node* anchorNode) in maintainScrollPositionAtAnchor()1951 RefPtr<Node> anchorNode = m_maintainScrollPositionAnchor; in scrollToAnchor() local
759 void CompositeEditCommand::pushAnchorElementDown(Node* anchorNode) in pushAnchorElementDown()
2325 Node* anchorNode = selection->anchorNode(); in modifySelectionTextNavigationAxis() local2530 Node* WebViewCore::getNextAnchorNode(Node* anchorNode, bool ignoreFirstNode, int direction) in getNextAnchorNode()2561 Node* anchorNode = getImplicitBoundaryNode(selection->anchorNode(), in advanceAnchorNode() local
1274 const HTMLAnchorElement* anchorNode = in BuildFrame() local