Searched refs:endOfDocument (Results 1 – 8 of 8) sorted by relevance
78 VisiblePosition endOfDocument(const Node*);80 VisiblePosition endOfDocument(const VisiblePosition &);
901 VisiblePosition endOfDocument(const Node* node) in endOfDocument() function910 VisiblePosition endOfDocument(const VisiblePosition &c) in endOfDocument() function912 return endOfDocument(c.deepEquivalent().node()); in endOfDocument()
288 pos = endOfDocument(pos); in modifyExtendingRightForward()362 pos = endOfDocument(pos); in modifyMovingForward()
371 m_end = endOfDocument(VisiblePosition(m_end, m_affinity)).deepEquivalent(); in validate()
1397 return textMarkerForVisiblePosition(endOfDocument(renderer->document()));
37590 … Fixed AXStartTextMarker and AXEndTextMarker to use startOfDocument and endOfDocument, instead of37591 … of positionForCoordinates. I had seen erroneous endOfDocument results while testing the spelling37602 (WebCore::endOfDocument):37607 Declare new forms of startOfDocument and endOfDocument.
24639 (khtml::endOfDocument):25217 (khtml::Selection::modifyExtendingRightForward): Use endOfLine and endOfDocument.25224 … code to use startOfLine/endOfLine and the document code to use startOfDocument/endOfDocument.25276 (khtml::endOfDocument): Added.
12583 (WebCore::endOfDocument):