Home
last modified time | relevance | path

Searched refs:endOfDocument (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/editing/
Dvisible_units.h78 VisiblePosition endOfDocument(const Node*);
80 VisiblePosition endOfDocument(const VisiblePosition &);
Dvisible_units.cpp901 VisiblePosition endOfDocument(const Node* node) in endOfDocument() function
910 VisiblePosition endOfDocument(const VisiblePosition &c) in endOfDocument() function
912 return endOfDocument(c.deepEquivalent().node()); in endOfDocument()
DSelectionController.cpp288 pos = endOfDocument(pos); in modifyExtendingRightForward()
362 pos = endOfDocument(pos); in modifyMovingForward()
DSelection.cpp371 m_end = endOfDocument(VisiblePosition(m_end, m_affinity)).deepEquivalent(); in validate()
/external/webkit/WebCore/page/mac/
DAccessibilityObjectWrapper.mm1397 return textMarkerForVisiblePosition(endOfDocument(renderer->document()));
/external/webkit/WebCore/
DChangeLog-2006-12-3137590 … Fixed AXStartTextMarker and AXEndTextMarker to use startOfDocument and endOfDocument, instead of
37591 … of positionForCoordinates. I had seen erroneous endOfDocument results while testing the spelling
37602 (WebCore::endOfDocument):
37607 Declare new forms of startOfDocument and endOfDocument.
DChangeLog-2005-08-2324639 (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.
DChangeLog-2006-05-1012583 (WebCore::endOfDocument):