Home
last modified time | relevance | path

Searched refs:startOfDocument (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/editing/
Dvisible_units.h86 VisiblePosition startOfDocument(const Node*);
88 VisiblePosition startOfDocument(const VisiblePosition &);
Dvisible_units.cpp974 VisiblePosition startOfDocument(const Node* node) in startOfDocument() function
982 VisiblePosition startOfDocument(const VisiblePosition &c) in startOfDocument() function
984 return startOfDocument(c.deepEquivalent().deprecatedNode()); in startOfDocument()
DVisibleSelection.cpp372 m_start = startOfDocument(VisiblePosition(m_start, m_affinity)).deepEquivalent(); in setStartAndEndFromBaseAndExtentRespectingGranularity()
DSelectionController.cpp665 pos = startOfDocument(pos); in modifyExtendingBackward()
742 pos = startOfDocument(pos); in modifyMovingBackward()
/external/webkit/Source/WebCore/dom/
DDOMTextContentWalker.cpp57 RefPtr<Range> backwardsRange = makeRange(startOfDocument(position), position); in DOMTextContentWalker()
DRange.cpp1889 start = startOfDocument(start); in expand()
/external/webkit/Source/WebCore/accessibility/mac/
DAccessibilityObjectWrapper.mm1989 return [self textMarkerForVisiblePosition:startOfDocument(renderer->document())];
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2324638 (khtml::startOfDocument):
25219 (khtml::Selection::modifyExtendingLeftBackward): Use startOfLine and startOfDocument.
25224 … code to use startOfLine/endOfLine and the document code to use startOfDocument/endOfDocument.
25275 (khtml::startOfDocument): Added.
DChangeLog-2006-12-3137590 … Fixed AXStartTextMarker and AXEndTextMarker to use startOfDocument and endOfDocument, instead of
37601 (WebCore::startOfDocument):
37607 Declare new forms of startOfDocument and endOfDocument.
DChangeLog-2011-02-165638 (WebCore::startOfDocument):
5807 (WebCore::startOfDocument):
DChangeLog-2006-05-1012582 (WebCore::startOfDocument):
DChangeLog56353 (WebCore::startOfDocument):