Home | History | Annotate | Download | only in editing

Lines Matching refs:EditorCommandSource

70     bool (*execute)(Frame*, Event*, EditorCommandSource, const String&);
72 bool (*isEnabled)(Frame*, Event*, EditorCommandSource);
100 static bool applyCommandToFrame(Frame* frame, EditorCommandSource source, EditAction action, CSSMutableStyleDeclaration* style)
116 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, const String& propertyValue)
123 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, int propertyValue)
133 static bool executeToggleStyleInList(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, CSSValue* value)
158 static bool executeToggleStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, const char* offValue, const char* onValue)
174 static bool executeApplyParagraphStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, const String& propertyValue)
278 static bool executeBackColor(Frame* frame, Event*, EditorCommandSource source, const String& value)
283 static bool executeCopy(Frame* frame, Event*, EditorCommandSource, const String&)
289 static bool executeCreateLink(Frame* frame, Event*, EditorCommandSource, const String& value)
298 static bool executeCut(Frame* frame, Event*, EditorCommandSource source, const String&)
308 static bool executeDelete(Frame* frame, Event*, EditorCommandSource source, const String&)
328 static bool executeDeleteBackward(Frame* frame, Event*, EditorCommandSource, const String&)
334 static bool executeDeleteBackwardByDecomposingPreviousCharacter(Frame* frame, Event*, EditorCommandSource, const String&)
341 static bool executeDeleteForward(Frame* frame, Event*, EditorCommandSource, const String&)
347 static bool executeDeleteToBeginningOfLine(Frame* frame, Event*, EditorCommandSource, const String&)
353 static bool executeDeleteToBeginningOfParagraph(Frame* frame, Event*, EditorCommandSource, const String&)
359 static bool executeDeleteToEndOfLine(Frame* frame, Event*, EditorCommandSource, const String&)
367 static bool executeDeleteToEndOfParagraph(Frame* frame, Event*, EditorCommandSource, const String&)
375 static bool executeDeleteToMark(Frame* frame, Event*, EditorCommandSource, const String&)
390 static bool executeDeleteWordBackward(Frame* frame, Event*, EditorCommandSource, const String&)
396 static bool executeDeleteWordForward(Frame* frame, Event*, EditorCommandSource, const String&)
402 static bool executeFindString(Frame* frame, Event*, EditorCommandSource, const String& value)
407 EditorCommandSource source, const String& value)
412 static bool executeFontSize(Frame* frame, Event*, EditorCommandSource source, const String& value)
420 static bool executeFontSizeDelta(Frame* frame, Event*, EditorCommandSource source, const String& value)
425 static bool executeForeColor(Frame* frame, Event*, EditorCommandSource source, const String& value)
430 static bool executeFormatBlock(Frame* frame, Event*, EditorCommandSource, const String& value)
447 static bool executeForwardDelete(Frame* frame, Event*, EditorCommandSource source, const String&)
465 static bool executeIgnoreSpelling(Frame* frame, Event*, EditorCommandSource, const String&)
471 static bool executeIndent(Frame* frame, Event*, EditorCommandSource, const String&)
477 static bool executeInsertBacktab(Frame* frame, Event* event, EditorCommandSource, const String&)
482 static bool executeInsertHorizontalRule(Frame* frame, Event*, EditorCommandSource, const String& value)
490 static bool executeInsertHTML(Frame* frame, Event*, EditorCommandSource, const String& value)
495 static bool executeInsertImage(Frame* frame, Event*, EditorCommandSource, const String& value)
503 static bool executeInsertLineBreak(Frame* frame, Event* event, EditorCommandSource source, const String&)
520 static bool executeInsertNewline(Frame* frame, Event* event, EditorCommandSource, const String&)
526 static bool executeInsertNewlineInQuotedContent(Frame* frame, Event*, EditorCommandSource, const String&)
532 static bool executeInsertOrderedList(Frame* frame, Event*, EditorCommandSource, const String&)
538 static bool executeInsertParagraph(Frame* frame, Event*, EditorCommandSource, const String&)
544 static bool executeInsertTab(Frame* frame, Event* event, EditorCommandSource, const String&)
549 static bool executeInsertText(Frame* frame, Event*, EditorCommandSource, const String& value)
555 static bool executeInsertUnorderedList(Frame* frame, Event*, EditorCommandSource, const String&)
561 static bool executeJustifyCenter(Frame* frame, Event*, EditorCommandSource source, const String&)
566 static bool executeJustifyFull(Frame* frame, Event*, EditorCommandSource source, const String&)
571 static bool executeJustifyLeft(Frame* frame, Event*, EditorCommandSource source, const String&)
576 static bool executeJustifyRight(Frame* frame, Event*, EditorCommandSource source, const String&)
581 static bool executeMakeTextWritingDirectionLeftToRight(Frame* frame, Event*, EditorCommandSource, const String&)
590 static bool executeMakeTextWritingDirectionNatural(Frame* frame, Event*, EditorCommandSource, const String&)
598 static bool executeMakeTextWritingDirectionRightToLeft(Frame* frame, Event*, EditorCommandSource, const String&)
607 static bool executeMoveBackward(Frame* frame, Event*, EditorCommandSource, const String&)
613 static bool executeMoveBackwardAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&)
619 static bool executeMoveDown(Frame* frame, Event*, EditorCommandSource, const String&)
624 static bool executeMoveDownAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&)
630 static bool executeMoveForward(Frame* frame, Event*, EditorCommandSource, const String&)
636 static bool executeMoveForwardAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&)
642 static bool executeMoveLeft(Frame* frame, Event*, EditorCommandSource, const String&)
647 static bool executeMoveLeftAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&)
653 static bool executeMovePageDown(Frame* frame, Event*, EditorCommandSource, const String&)
661 static bool executeMovePageDownAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&)
669 static bool executeMovePageUp(Frame* frame, Event*, EditorCommandSource, const String&)
677 static bool executeMovePageUpAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&)
685 static bool executeMoveRight(Frame* frame, Event*, EditorCommandSource, const String&)
690 static bool executeMoveRightAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&)
696 static bool executeMoveToBeginningOfDocument(Frame* frame, Event*, EditorCommandSource, const String&)
702 static bool executeMoveToBeginningOfDocumentAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&)
708 static bool executeMoveToBeginningOfLine(Frame* frame, Event*, EditorCommandSource, const String&)
714 static bool executeMoveToBeginningOfLineAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&)
720 static bool executeMoveToBeginningOfParagraph(Frame* frame, Event*, EditorCommandSource, const String&)
726 static bool executeMoveToBeginningOfParagraphAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&)
732 static bool executeMoveToBeginningOfSentence(Frame* frame, Event*, EditorCommandSource, const String&)
738 static bool executeMoveToBeginningOfSentenceAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&)
744 static bool executeMoveToEndOfDocument(Frame* frame, Event*, EditorCommandSource, const String&)
750 static bool executeMoveToEndOfDocumentAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&)
756 static bool executeMoveToEndOfSentence(Frame* frame, Event*, EditorCommandSource, const String&)
762 static bool executeMoveToEndOfSentenceAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&)
768 static bool executeMoveToEndOfLine(Frame* frame, Event*, EditorCommandSource, const String&)
774 static bool executeMoveToEndOfLineAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&)
780 static bool executeMoveToEndOfParagraph(Frame* frame, Event*, EditorCommandSource, const String&)
786 static bool executeMoveToEndOfParagraphAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&)
792 static bool executeMoveParagraphBackwardAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&)
798 static bool executeMoveParagraphForwardAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&)
804 static bool executeMoveUp(Frame* frame, Event*, EditorCommandSource, const String&)
809 static bool executeMoveUpAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&)
815 static bool executeMoveWordBackward(Frame* frame, Event*, EditorCommandSource, const String&)
821 static bool executeMoveWordBackwardAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&)
827 static bool executeMoveWordForward(Frame* frame, Event*, EditorCommandSource, const String&)
833 static bool executeMoveWordForwardAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&)
839 static bool executeMoveWordLeft(Frame* frame, Event*, EditorCommandSource, const String&)
845 static bool executeMoveWordLeftAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&)
851 static bool executeMoveWordRight(Frame* frame, Event*, EditorCommandSource, const String&)
857 static bool executeMoveWordRightAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&)
863 static bool executeMoveToLeftEndOfLine(Frame* frame, Event*, EditorCommandSource, const String&)
869 static bool executeMoveToLeftEndOfLineAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&)
875 static bool executeMoveToRightEndOfLine(Frame* frame, Event*, EditorCommandSource, const String&)
881 static bool executeMoveToRightEndOfLineAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&)
887 static bool executeOutdent(Frame* frame, Event*, EditorCommandSource, const String&)
893 static bool executePaste(Frame* frame, Event*, EditorCommandSource source, const String&)
903 static bool executePasteAndMatchStyle(Frame* frame, Event*, EditorCommandSource source, const String&)
913 static bool executePasteAsPlainText(Frame* frame, Event*, EditorCommandSource source, const String&)
923 static bool executePrint(Frame* frame, Event*, EditorCommandSource, const String&)
932 static bool executeRedo(Frame* frame, Event*, EditorCommandSource, const String&)
938 static bool executeRemoveFormat(Frame* frame, Event*, EditorCommandSource, const String&)
944 static bool executeScrollPageBackward(Frame* frame, Event*, EditorCommandSource, const String&)
949 static bool executeScrollPageForward(Frame* frame, Event*, EditorCommandSource, const String&)
954 static bool executeScrollToBeginningOfDocument(Frame* frame, Event*, EditorCommandSource, const String&)
959 static bool executeScrollToEndOfDocument(Frame* frame, Event*, EditorCommandSource, const String&)
964 static bool executeSelectAll(Frame* frame, Event*, EditorCommandSource, const String&)
970 static bool executeSelectLine(Frame* frame, Event*, EditorCommandSource, const String&)
975 static bool executeSelectParagraph(Frame* frame, Event*, EditorCommandSource, const String&)
980 static bool executeSelectSentence(Frame* frame, Event*, EditorCommandSource, const String&)
985 static bool executeSelectToMark(Frame* frame, Event*, EditorCommandSource, const String&)
997 static bool executeSelectWord(Frame* frame, Event*, EditorCommandSource, const String&)
1002 static bool executeSetMark(Frame* frame, Event*, EditorCommandSource, const String&)
1008 static bool executeStrikethrough(Frame* frame, Event*, EditorCommandSource source, const String&)
1014 static bool executeStyleWithCSS(Frame* frame, Event*, EditorCommandSource, const String& value)
1023 static bool executeSubscript(Frame* frame, Event*, EditorCommandSource source, const String&)
1028 static bool executeSuperscript(Frame* frame, Event*, EditorCommandSource source, const String&)
1033 static bool executeSwapWithMark(Frame* frame, Event*, EditorCommandSource, const String&)
1047 static bool executeTakeFindStringFromSelection(Frame* frame, Event*, EditorCommandSource, const String&)
1054 static bool executeToggleBold(Frame* frame, Event*, EditorCommandSource source, const String&)
1059 static bool executeToggleItalic(Frame* frame, Event*, EditorCommandSource source, const String&)
1064 static bool executeTranspose(Frame* frame, Event*, EditorCommandSource, const String&)
1070 static bool executeUnderline(Frame* frame, Event*, EditorCommandSource source, const String&)
1076 static bool executeUndo(Frame* frame, Event*, EditorCommandSource, const String&)
1082 static bool executeUnlink(Frame* frame, Event*, EditorCommandSource, const String&)
1088 static bool executeUnscript(Frame* frame, Event*, EditorCommandSource source, const String&)
1093 static bool executeUnselect(Frame* frame, Event*, EditorCommandSource, const String&)
1099 static bool executeYank(Frame* frame, Event*, EditorCommandSource, const String&)
1106 static bool executeYankAndSelect(Frame* frame, Event*, EditorCommandSource, const String&)
1151 static bool enabled(Frame*, Event*, EditorCommandSource)
1156 static bool enabledVisibleSelection(Frame* frame, Event* event, EditorCommandSource)
1168 static EditorCommandSource dummyEditorCommandSource = static_cast<EditorCommandSource>(0);
1170 static bool enabledVisibleSelectionOrCaretBrowsing(Frame* frame, Event* event, EditorCommandSource)
1172 // The EditorCommandSource parameter is unused in enabledVisibleSelection, so just pass a dummy variable
1176 static bool enabledVisibleSelectionAndMark(Frame* frame, Event* event, EditorCommandSource)
1183 static bool enableCaretInEditableText(Frame* frame, Event* event, EditorCommandSource)
1189 static bool enabledCopy(Frame* frame, Event*, EditorCommandSource)
1194 static bool enabledCut(Frame* frame, Event*, EditorCommandSource)
1199 static bool enabledInEditableText(Frame* frame, Event* event, EditorCommandSource)
1204 static bool enabledDelete(Frame* frame, Event* event, EditorCommandSource source)
1220 static bool enabledInEditableTextOrCaretBrowsing(Frame* frame, Event* event, EditorCommandSource)
1222 // The EditorCommandSource parameter is unused in enabledInEditableText, so just pass a dummy variable
1226 static bool enabledInRichlyEditableText(Frame* frame, Event*, EditorCommandSource)
1231 static bool enabledPaste(Frame* frame, Event*, EditorCommandSource)
1236 static bool enabledRangeInEditableText(Frame* frame, Event*, EditorCommandSource)
1241 static bool enabledRangeInRichlyEditableText(Frame* frame, Event*, EditorCommandSource)
1246 static bool enabledRedo(Frame* frame, Event*, EditorCommandSource)
1252 static bool enabledTakeFindStringFromSelection(Frame* frame, Event*, EditorCommandSource)
1258 static bool enabledUndo(Frame* frame, Event*, EditorCommandSource)
1609 Editor::Command Editor::command(const String& commandName, EditorCommandSource source)
1624 Editor::Command::Command(const EditorInternalCommand* command, EditorCommandSource source, PassRefPtr<Frame> frame)