Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DTypingCommand.cpp431 … if (!startingSelection().isRange() || selectionToDelete.base() != startingSelection().start()) in deleteKeyPressed()
437 … selectionAfterUndo.setWithoutValidation(startingSelection().end(), selectionToDelete.extent()); in deleteKeyPressed()
497 … if (!startingSelection().isRange() || selectionToDelete.base() != startingSelection().start()) in forwardDeleteKeyPressed()
503 Position extent = startingSelection().end(); in forwardDeleteKeyPressed()
514 selectionAfterUndo.setWithoutValidation(startingSelection().start(), extent); in forwardDeleteKeyPressed()
DEditCommand.h50 const Selection& startingSelection() const { return m_startingSelection; } in startingSelection() function
DEditor.cpp902 Selection newSelection(cmd->startingSelection()); in unappliedEditing()
/external/webkit/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.