Home
last modified time | relevance | path

Searched refs:avoidIntersectionWithNode (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/editing/
Dhtmlediting.h175 PassRefPtr<Range> avoidIntersectionWithNode(const Range*, Node*);
218 VisibleSelection avoidIntersectionWithNode(const VisibleSelection&, Node*);
DEditCommand.cpp49 …setStartingSelection(avoidIntersectionWithNode(m_document->frame()->selection()->selection(), m_do… in EditCommand()
Dhtmlediting.cpp1088 PassRefPtr<Range> avoidIntersectionWithNode(const Range* range, Node* node) in avoidIntersectionWithNode() function
1119 VisibleSelection avoidIntersectionWithNode(const VisibleSelection& selection, Node* node) in avoidIntersectionWithNode() function
Dmarkup.cpp539 …RefPtr<Range> updatedRange = avoidIntersectionWithNode(range, deleteButton ? deleteButton->contain… in createMarkup()
DEditor.cpp2452 …return avoidIntersectionWithNode(selection.toNormalizedRange().get(), m_deleteButtonController->co… in rangeForPoint()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-149169 * editing/htmlediting.cpp: (WebCore::avoidIntersectionWithNode):
9316 * editing/htmlediting.cpp: (WebCore::avoidIntersectionWithNode):
9420 (WebCore::avoidIntersectionWithNode):
9426 Moved function out of this file to htmlediting.cpp, and renamed to avoidIntersectionWithNode
DChangeLog-2011-02-1623894 (WebCore::avoidIntersectionWithNode):
DChangeLog-2008-08-1042192 (WebCore::avoidIntersectionWithNode): Changed to get rid of check for
DChangeLog-2009-06-1640477 (WebCore::avoidIntersectionWithNode):