HomeSort by relevance Sort by last modified time
    Searched refs:setStartingSelection (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/editing/
EditCommand.h 70 void setStartingSelection(const VisibleSelection&);
EditCommand.cpp 49 setStartingSelection(avoidIntersectionWithNode(m_document->frame()->selection()->selection(), m_document->frame()->editor()->deleteButtonController()->containerElement()));
162 void EditCommand::setStartingSelection(const VisibleSelection& s)
TypingCommand.cpp 147 typingCommand->setStartingSelection(currentSelection);
195 lastTypingCommand->setStartingSelection(selectionForInsertion);
208 cmd->setStartingSelection(selectionForInsertion);
408 command->setStartingSelection(endingSelection());
560 setStartingSelection(selectionAfterUndo);
642 setStartingSelection(selectionAfterUndo);
DeleteSelectionCommand.cpp 171 setStartingSelection(VisibleSelection(newBase, newExtent));
    [all...]

Completed in 5581 milliseconds