Home
last modified time | relevance | path

Searched refs:startingSelection (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/editing/
DSetSelectionCommand.cpp56 …if (selectionController->shouldChangeSelection(startingSelection()) && startingSelection().isNonOr… in doUnapply()
57 selectionController->setSelection(startingSelection(), m_options); in doUnapply()
DTypingCommand.cpp533 … if (!startingSelection().isRange() || selectionToDelete.base() != startingSelection().start()) in deleteKeyPressed()
539 … selectionAfterUndo.setWithoutValidation(startingSelection().end(), selectionToDelete.extent()); in deleteKeyPressed()
606 … if (!startingSelection().isRange() || selectionToDelete.base() != startingSelection().start()) in forwardDeleteKeyPressed()
612 Position extent = startingSelection().end(); in forwardDeleteKeyPressed()
623 selectionAfterUndo.setWithoutValidation(startingSelection().start(), extent); in forwardDeleteKeyPressed()
DEditCommand.h49 const VisibleSelection& startingSelection() const { return m_startingSelection; } in startingSelection() function
DSpellingCorrectionCommand.cpp64 …document()->frame()->editor()->unappliedSpellCorrection(startingSelection(), m_corrected, m_correc… in doUnapply()
DDeleteSelectionCommand.cpp164 if (startingSelection().isBaseFirst()) { in setStartingSelectionOnSmartDelete()
DEditor.cpp1022 VisibleSelection newSelection(cmd->startingSelection()); in unappliedEditing()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1030954 (WebCore::EditCommandPtr::startingSelection):
30962 (WebCore::EditCommand::startingSelection):
DChangeLog-2005-08-2347322 startingSelection and endingSelection, making them work more sensibly in the
47328 (CompositeEditCommandImpl::applyCommandToComposite): Set the startingSelection
47334 … (DeleteSelectionCommandImpl::DeleteSelectionCommandImpl): Changed call from startingSelection
DChangeLog-2006-12-3135376 … (WebCore::Frame::reappliedEditing): Restore the endingSelection(), not the startingSelection().
DChangeLog-2007-10-1442828 (WebCore::EditCommand::startingSelection): Return a const& for speed.
DChangeLog-2009-06-1640353 (WebCore::EditCommand::startingSelection):