Lines Matching defs:frame

116                                                LocalFrame& frame) {  in InputTypeFromCommandType()
197 const LocalFrame& frame, in RangesFromCurrentSelectionOrExtendCaret()
217 EphemeralRange ComputeRangeForTranspose(LocalFrame& frame) { in ComputeRangeForTranspose()
255 static bool ExecuteApplyParagraphStyle(LocalFrame& frame, in ExecuteApplyParagraphStyle()
278 bool ExpandSelectionToGranularity(LocalFrame& frame, in ExpandSelectionToGranularity()
346 static bool CanSmartCopyOrDelete(LocalFrame& frame) { in CanSmartCopyOrDelete()
351 static bool ExecuteCreateLink(LocalFrame& frame, in ExecuteCreateLink()
362 static bool ExecuteDefaultParagraphSeparator(LocalFrame& frame, in ExecuteDefaultParagraphSeparator()
378 static void PerformDelete(LocalFrame& frame) { in PerformDelete()
399 static bool ExecuteDelete(LocalFrame& frame, in ExecuteDelete()
426 static bool DeleteWithDirection(LocalFrame& frame, in DeleteWithDirection()
487 static bool ExecuteDeleteBackward(LocalFrame& frame, in ExecuteDeleteBackward()
497 LocalFrame& frame, in ExecuteDeleteBackwardByDecomposingPreviousCharacter()
508 static bool ExecuteDeleteForward(LocalFrame& frame, in ExecuteDeleteForward()
517 static bool ExecuteDeleteToBeginningOfLine(LocalFrame& frame, in ExecuteDeleteToBeginningOfLine()
526 static bool ExecuteDeleteToBeginningOfParagraph(LocalFrame& frame, in ExecuteDeleteToBeginningOfParagraph()
535 static bool ExecuteDeleteToEndOfLine(LocalFrame& frame, in ExecuteDeleteToEndOfLine()
547 static bool ExecuteDeleteToEndOfParagraph(LocalFrame& frame, in ExecuteDeleteToEndOfParagraph()
558 static bool ExecuteDeleteToMark(LocalFrame& frame, in ExecuteDeleteToMark()
581 static bool ExecuteDeleteWordBackward(LocalFrame& frame, in ExecuteDeleteWordBackward()
590 static bool ExecuteDeleteWordForward(LocalFrame& frame, in ExecuteDeleteWordForward()
599 static bool ExecuteFindString(LocalFrame& frame, in ExecuteFindString()
606 static bool ExecuteFormatBlock(LocalFrame& frame, in ExecuteFormatBlock()
628 static bool ExecuteForwardDelete(LocalFrame& frame, in ExecuteForwardDelete()
654 static bool ExecuteIgnoreSpelling(LocalFrame& frame, in ExecuteIgnoreSpelling()
662 static bool ExecuteIndent(LocalFrame& frame, in ExecuteIndent()
672 static bool ExecuteJustifyCenter(LocalFrame& frame, in ExecuteJustifyCenter()
681 static bool ExecuteJustifyFull(LocalFrame& frame, in ExecuteJustifyFull()
690 static bool ExecuteJustifyLeft(LocalFrame& frame, in ExecuteJustifyLeft()
699 static bool ExecuteJustifyRight(LocalFrame& frame, in ExecuteJustifyRight()
708 static bool ExecuteOutdent(LocalFrame& frame, in ExecuteOutdent()
718 static bool ExecuteToggleOverwrite(LocalFrame& frame, in ExecuteToggleOverwrite()
732 static bool ExecutePrint(LocalFrame& frame, in ExecutePrint()
742 static bool ExecuteRedo(LocalFrame& frame, in ExecuteRedo()
750 static bool ExecuteRemoveFormat(LocalFrame& frame, in ExecuteRemoveFormat()
760 static bool ExecuteScrollPageBackward(LocalFrame& frame, in ExecuteScrollPageBackward()
769 static bool ExecuteScrollPageForward(LocalFrame& frame, in ExecuteScrollPageForward()
778 static bool ExecuteScrollLineUp(LocalFrame& frame, in ExecuteScrollLineUp()
787 static bool ExecuteScrollLineDown(LocalFrame& frame, in ExecuteScrollLineDown()
796 static bool ExecuteScrollToBeginningOfDocument(LocalFrame& frame, in ExecuteScrollToBeginningOfDocument()
805 static bool ExecuteScrollToEndOfDocument(LocalFrame& frame, in ExecuteScrollToEndOfDocument()
814 static bool ExecuteSelectAll(LocalFrame& frame, in ExecuteSelectAll()
826 static bool ExecuteSelectLine(LocalFrame& frame, in ExecuteSelectLine()
833 static bool ExecuteSelectParagraph(LocalFrame& frame, in ExecuteSelectParagraph()
840 static bool ExecuteSelectSentence(LocalFrame& frame, in ExecuteSelectSentence()
847 static bool ExecuteSelectToMark(LocalFrame& frame, in ExecuteSelectToMark()
864 static bool ExecuteSelectWord(LocalFrame& frame, in ExecuteSelectWord()
871 static bool ExecuteSetMark(LocalFrame& frame, in ExecuteSetMark()
879 static bool ExecuteSwapWithMark(LocalFrame& frame, in ExecuteSwapWithMark()
898 static bool ExecuteTranspose(LocalFrame& frame, in ExecuteTranspose()
963 static bool ExecuteUndo(LocalFrame& frame, in ExecuteUndo()
971 static bool ExecuteUnlink(LocalFrame& frame, in ExecuteUnlink()
979 static bool ExecuteUnselect(LocalFrame& frame, in ExecuteUnselect()
987 static bool ExecuteYank(LocalFrame& frame, in ExecuteYank()
1012 static bool ExecuteYankAndSelect(LocalFrame& frame, in ExecuteYankAndSelect()
1054 static bool EnabledVisibleSelection(LocalFrame& frame, in EnabledVisibleSelection()
1072 static bool EnabledVisibleSelectionAndMark(LocalFrame& frame, in EnabledVisibleSelectionAndMark()
1089 static bool EnableCaretInEditableText(LocalFrame& frame, in EnableCaretInEditableText()
1102 static bool EnabledInEditableText(LocalFrame& frame, in EnabledInEditableText()
1115 static bool EnabledInEditableTextOrCaretBrowsing(LocalFrame& frame, in EnabledInEditableTextOrCaretBrowsing()
1122 static bool EnabledDelete(LocalFrame& frame, in EnabledDelete()
1138 static bool EnabledInRichlyEditableText(LocalFrame& frame, in EnabledInRichlyEditableText()
1151 static bool EnabledRangeInEditableText(LocalFrame& frame, in EnabledRangeInEditableText()
1166 static bool EnabledRangeInRichlyEditableText(LocalFrame& frame, in EnabledRangeInRichlyEditableText()
1178 static bool EnabledRedo(LocalFrame& frame, Event*, EditorCommandSource) { in EnabledRedo()
1182 static bool EnabledUndo(LocalFrame& frame, Event*, EditorCommandSource) { in EnabledUndo()
1186 static bool EnabledUnselect(LocalFrame& frame, in EnabledUnselect()
1199 static bool EnabledSelectAll(LocalFrame& frame, in EnabledSelectAll()
1236 EditingTriState StateOrderedList(LocalFrame& frame, Event*) { in StateOrderedList()
1240 static EditingTriState StateUnorderedList(LocalFrame& frame, Event*) { in StateUnorderedList()
1244 static EditingTriState StateJustifyCenter(LocalFrame& frame, Event*) { in StateJustifyCenter()
1248 static EditingTriState StateJustifyFull(LocalFrame& frame, Event*) { in StateJustifyFull()
1252 static EditingTriState StateJustifyLeft(LocalFrame& frame, Event*) { in StateJustifyLeft()
1256 static EditingTriState StateJustifyRight(LocalFrame& frame, Event*) { in StateJustifyRight()
1263 LocalFrame& frame, in ValueStateOrNull()
1280 LocalFrame& frame, in ValueDefaultParagraphSeparator()
1294 LocalFrame& frame, in ValueFormatBlock()
1931 LocalFrame* frame) in EditorCommand()