OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:applyCommandToComposite
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebCore/editing/
SpellingCorrectionCommand.cpp
97
applyCommandToComposite
(SetSelectionCommand::create(m_selectionToBeCorrected, SelectionController::SpellCorrectionTriggered | SelectionController::CloseTyping | SelectionController::ClearTypingStyle));
99
applyCommandToComposite
(SpellingCorrectionRecordUndoCommand::create(document(), m_corrected, m_correction));
101
applyCommandToComposite
(ReplaceSelectionCommand::create(document(), fragment, ReplaceSelectionCommand::MatchStyle | ReplaceSelectionCommand::PreventNesting, EditActionPaste));
CompositeEditCommand.cpp
99
void CompositeEditCommand::
applyCommandToComposite
(PassRefPtr<EditCommand> cmd)
108
applyCommandToComposite
(ApplyStyleCommand::create(document(), style, editingAction));
113
applyCommandToComposite
(ApplyStyleCommand::create(document(), style, start, end, editingAction));
118
applyCommandToComposite
(ApplyStyleCommand::create(element, false));
123
applyCommandToComposite
(ApplyStyleCommand::create(element, true));
128
applyCommandToComposite
(InsertParagraphSeparatorCommand::create(document(), useDefaultParagraphElement));
133
applyCommandToComposite
(InsertLineBreakCommand::create(document()));
139
applyCommandToComposite
(InsertNodeBeforeCommand::create(insertChild, refChild));
190
applyCommandToComposite
(AppendNodeCommand::create(parent, node));
209
applyCommandToComposite
(RemoveNodeCommand::create(node))
[
all
...]
MoveSelectionCommand.cpp
76
applyCommandToComposite
(ReplaceSelectionCommand::create(document(), m_fragment, options));
RemoveFormatCommand.cpp
90
applyCommandToComposite
(ApplyStyleCommand::create(document(), defaultStyle.get(), isElementForRemoveFormatCommand, editingAction()));
IndentOutdentCommand.cpp
128
applyCommandToComposite
(InsertListCommand::create(document(), InsertListCommand::OrderedList));
132
applyCommandToComposite
(InsertListCommand::create(document(), InsertListCommand::UnorderedList));
CompositeEditCommand.h
53
void
applyCommandToComposite
(PassRefPtr<EditCommand>);
TypingCommand.cpp
405
applyCommandToComposite
(command);
421
applyCommandToComposite
(InsertLineBreakCommand::create(document()));
430
applyCommandToComposite
(InsertParagraphSeparatorCommand::create(document()));
443
applyCommandToComposite
(BreakBlockquoteCommand::create(document()));
InsertParagraphSeparatorCommand.cpp
176
applyCommandToComposite
(InsertLineBreakCommand::create(document()));
ReplaceSelectionCommand.cpp
[
all
...]
Completed in 454 milliseconds