Searched refs:m_selectionToDelete (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DDeleteSelectionCommand.cpp97 m_selectionToDelete(selection),
110 start = m_selectionToDelete.start();
111 end = m_selectionToDelete.end();
134 if (VisiblePosition(start) != m_selectionToDelete.visibleStart() || VisiblePosition(end) != m_selectionToDelete.visibleEnd())
222 m_leadingWhitespace = m_upstreamStart.leadingWhitespacePosition(m_selectionToDelete.affinity());
228 Position pos = VisiblePosition(m_upstreamStart, m_selectionToDelete.affinity()).deepEquivalent();
234 bool hasLeadingWhitespaceBeforeAdjustment = m_upstreamStart.leadingWhitespacePosition(m_selectionToDelete.affinity(), true).isNotNull();
284 m_typingStyle = EditingStyle::create(m_selectionToDelete.start());
285 m_typingStyle->removeStyleAddedByNode(enclosingAnchorElement(m_selectionToDelete
[all...]
H A DDeleteSelectionCommand.h81 VisibleSelection m_selectionToDelete; member in class:WebCore::DeleteSelectionCommand

Completed in 35 milliseconds