Searched refs:avoidIntersectionWithNode (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebCore/editing/
H A Dhtmlediting.h181 PassRefPtr<Range> avoidIntersectionWithNode(const Range*, Node*);
225 VisibleSelection avoidIntersectionWithNode(const VisibleSelection&, Node*);
H A DEditCommand.cpp50 setStartingSelection(avoidIntersectionWithNode(m_document->frame()->selection()->selection(), m_document->frame()->editor()->deleteButtonController()->containerElement()));
H A Dhtmlediting.cpp1115 PassRefPtr<Range> avoidIntersectionWithNode(const Range* range, Node* node) function in namespace:WebCore
1146 VisibleSelection avoidIntersectionWithNode(const VisibleSelection& selection, Node* node) function in namespace:WebCore
H A Dmarkup.cpp806 RefPtr<Range> updatedRange = avoidIntersectionWithNode(range, deleteButton ? deleteButton->containerElement() : 0);
H A DEditor.cpp2605 return avoidIntersectionWithNode(selection.toNormalizedRange().get(), m_deleteButtonController->containerElement());

Completed in 74 milliseconds