Home
last modified time | relevance | path

Searched refs:AutoSelectionRestorer (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/editor/libeditor/
H A DEditorUtils.cpp36 AutoSelectionRestorer::AutoSelectionRestorer( in AutoSelectionRestorer() function in mozilla::AutoSelectionRestorer
53 AutoSelectionRestorer::~AutoSelectionRestorer() { in ~AutoSelectionRestorer()
62 void AutoSelectionRestorer::Abort() { in Abort()
H A DEditorUtils.h300 class MOZ_RAII AutoSelectionRestorer final {
312 AutoSelectionRestorer(dom::Selection* aSelection,
319 ~AutoSelectionRestorer();
H A DEditorBase.h59 class AutoSelectionRestorer; variable
1463 friend class AutoSelectionRestorer; variable
H A DHTMLStyleEditor.cpp85 AutoSelectionRestorer selectionRestorer(selection, this); in SetInlineProperty()
1121 AutoSelectionRestorer selectionRestorer(selection, this); in RemoveInlineProperty()
1268 AutoSelectionRestorer selectionRestorer(selection, this); in RelativeFontChange()
H A DHTMLEditRules.cpp3362 AutoSelectionRestorer selectionRestorer(aSelection, htmlEditor); in WillMakeList()
3647 AutoSelectionRestorer selectionRestorer(aSelection, mHTMLEditor); in WillRemoveList()
3720 AutoSelectionRestorer selectionRestorer(&aSelection, htmlEditor); in MakeBasicBlock()
3886 AutoSelectionRestorer selectionRestorer(aSelection, htmlEditor); in WillCSSIndent()
4097 AutoSelectionRestorer selectionRestorer(aSelection, htmlEditor); in WillHTMLIndent()
4332 AutoSelectionRestorer selectionRestorer(&aSelection, htmlEditor); in WillOutdent()
4809 AutoSelectionRestorer selectionRestorer(&aSelection, htmlEditor); in WillAlign()
8857 AutoSelectionRestorer selectionRestorer(&aSelection, htmlEditor); in WillAbsolutePosition()
9081 AutoSelectionRestorer selectionRestorer(aSelection, htmlEditor); in WillRemoveAbsolutePosition()
9111 AutoSelectionRestorer selectionRestorer(aSelection, htmlEditor); in WillRelativeChangeZIndex()
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/libeditor/
H A DEditorUtils.cpp35 AutoSelectionRestorer::AutoSelectionRestorer( in AutoSelectionRestorer() function in mozilla::AutoSelectionRestorer
54 AutoSelectionRestorer::~AutoSelectionRestorer() in ~AutoSelectionRestorer()
65 AutoSelectionRestorer::Abort() in Abort()
H A DEditorUtils.h86 class MOZ_RAII AutoSelectionRestorer final
99 AutoSelectionRestorer(dom::Selection* aSelection,
106 ~AutoSelectionRestorer();
H A DEditorBase.h106 class AutoSelectionRestorer; variable
1039 friend class AutoSelectionRestorer; variable
H A DHTMLStyleEditor.cpp130 AutoSelectionRestorer selectionRestorer(selection, this); in SetInlineProperty()
1230 AutoSelectionRestorer selectionRestorer(selection, this); in RemoveInlinePropertyImpl()
1391 AutoSelectionRestorer selectionRestorer(selection, this); in RelativeFontChange()
H A DHTMLEditRules.cpp3034 AutoSelectionRestorer selectionRestorer(aSelection, mHTMLEditor); in WillMakeList()
3319 AutoSelectionRestorer selectionRestorer(aSelection, mHTMLEditor); in WillRemoveList()
3389 AutoSelectionRestorer selectionRestorer(&aSelection, htmlEditor); in WillMakeBasicBlock()
3555 AutoSelectionRestorer selectionRestorer(aSelection, mHTMLEditor); in WillCSSIndent()
3757 AutoSelectionRestorer selectionRestorer(aSelection, mHTMLEditor); in WillHTMLIndent()
3986 AutoSelectionRestorer selectionRestorer(&aSelection, htmlEditor); in WillOutdent()
4518 AutoSelectionRestorer selectionRestorer(&aSelection, htmlEditor); in WillAlign()
8509 AutoSelectionRestorer selectionRestorer(&aSelection, htmlEditor); in WillAbsolutePosition()
8712 AutoSelectionRestorer selectionRestorer(aSelection, mHTMLEditor); in WillRemoveAbsolutePosition()
8742 AutoSelectionRestorer selectionRestorer(aSelection, mHTMLEditor); in WillRelativeChangeZIndex()
/dports/www/firefox-esr/firefox-91.8.0/editor/libeditor/
H A DHTMLEditor.h4391 class AutoSelectionRestorer final {
4393 AutoSelectionRestorer() = delete;
4394 explicit AutoSelectionRestorer(const AutoSelectionRestorer& aOther) =
4396 AutoSelectionRestorer(AutoSelectionRestorer&& aOther) = delete;
4405 MOZ_CAN_RUN_SCRIPT_BOUNDARY explicit AutoSelectionRestorer(
4411 MOZ_CAN_RUN_SCRIPT_BOUNDARY ~AutoSelectionRestorer();
H A DHTMLEditor.cpp102 HTMLEditor::AutoSelectionRestorer::AutoSelectionRestorer( in AutoSelectionRestorer() function in mozilla::HTMLEditor::AutoSelectionRestorer
115 HTMLEditor::AutoSelectionRestorer::~AutoSelectionRestorer() { in ~AutoSelectionRestorer()
125 void HTMLEditor::AutoSelectionRestorer::Abort() { in Abort()
3387 Maybe<AutoSelectionRestorer> restoreSelection; in ReplaceTextWithTransaction()
5243 AutoSelectionRestorer restoreSelectionLater(*this); in SetCSSBackgroundColorWithTransaction()
H A DHTMLEditSubActionHandler.cpp2592 AutoSelectionRestorer restoreSelectionLater(*this); in ChangeSelectedHardLinesToList()
3107 AutoSelectionRestorer restoreSelectionLater(*this); in RemoveListAtSelectionAsSubAction()
3178 AutoSelectionRestorer restoreSelectionLater(*this); in FormatBlockContainerWithTransaction()
3618 AutoSelectionRestorer restoreSelectionLater(*this); in HandleCSSIndentAtSelectionInternal()
3849 AutoSelectionRestorer restoreSelectionLater(*this); in HandleHTMLIndentAtSelectionInternal()
4232 AutoSelectionRestorer restoreSelectionLater(*this); in HandleOutdentAtSelectionInternal()
4960 AutoSelectionRestorer restoreSelectionLater(*this); in AlignContentsAtSelection()
9259 AutoSelectionRestorer restoreSelectionLater(*this); in MoveSelectedContentsToDivElementToMakeItAbsolutePosition()
9610 AutoSelectionRestorer restoreSelectionLater(*this); in SetSelectionToStaticAsSubAction()
9698 AutoSelectionRestorer restoreSelectionLater(*this); in AddZIndexAsSubAction()
H A DHTMLStyleEditor.cpp243 AutoSelectionRestorer restoreSelectionLater(*this); in SetInlinePropertyInternal()
1912 AutoSelectionRestorer restoreSelectionLater(*this); in RemoveInlinePropertyInternal()
2272 AutoSelectionRestorer restoreSelectionLater(*this); in RelativeFontChange()
/dports/www/firefox/firefox-99.0/editor/libeditor/
H A DHTMLEditor.h4439 class AutoSelectionRestorer final {
4441 AutoSelectionRestorer() = delete;
4442 explicit AutoSelectionRestorer(const AutoSelectionRestorer& aOther) =
4444 AutoSelectionRestorer(AutoSelectionRestorer&& aOther) = delete;
4453 MOZ_CAN_RUN_SCRIPT_BOUNDARY explicit AutoSelectionRestorer(
4459 MOZ_CAN_RUN_SCRIPT_BOUNDARY ~AutoSelectionRestorer();
H A DHTMLEditor.cpp104 HTMLEditor::AutoSelectionRestorer::AutoSelectionRestorer( in AutoSelectionRestorer() function in mozilla::HTMLEditor::AutoSelectionRestorer
117 HTMLEditor::AutoSelectionRestorer::~AutoSelectionRestorer() { in ~AutoSelectionRestorer()
127 void HTMLEditor::AutoSelectionRestorer::Abort() { in Abort()
3479 Maybe<AutoSelectionRestorer> restoreSelection; in ReplaceTextWithTransaction()
5365 AutoSelectionRestorer restoreSelectionLater(*this); in SetCSSBackgroundColorWithTransaction()
H A DHTMLEditSubActionHandler.cpp2969 AutoSelectionRestorer restoreSelectionLater(*this); in ChangeSelectedHardLinesToList()
3476 AutoSelectionRestorer restoreSelectionLater(*this); in RemoveListAtSelectionAsSubAction()
3547 AutoSelectionRestorer restoreSelectionLater(*this); in FormatBlockContainerWithTransaction()
3981 AutoSelectionRestorer restoreSelectionLater(*this); in HandleCSSIndentAtSelectionInternal()
4202 AutoSelectionRestorer restoreSelectionLater(*this); in HandleHTMLIndentAtSelectionInternal()
4567 AutoSelectionRestorer restoreSelectionLater(*this); in HandleOutdentAtSelectionInternal()
5292 AutoSelectionRestorer restoreSelectionLater(*this); in AlignContentsAtSelection()
9632 AutoSelectionRestorer restoreSelectionLater(*this); in MoveSelectedContentsToDivElementToMakeItAbsolutePosition()
9984 AutoSelectionRestorer restoreSelectionLater(*this); in SetSelectionToStaticAsSubAction()
10072 AutoSelectionRestorer restoreSelectionLater(*this); in AddZIndexAsSubAction()
H A DHTMLStyleEditor.cpp245 AutoSelectionRestorer restoreSelectionLater(*this); in SetInlinePropertyInternal()
1915 AutoSelectionRestorer restoreSelectionLater(*this); in RemoveInlinePropertyInternal()
2275 AutoSelectionRestorer restoreSelectionLater(*this); in RelativeFontChange()
/dports/mail/thunderbird/thunderbird-91.8.0/editor/libeditor/
H A DHTMLEditor.h4391 class AutoSelectionRestorer final {
4393 AutoSelectionRestorer() = delete;
4394 explicit AutoSelectionRestorer(const AutoSelectionRestorer& aOther) =
4396 AutoSelectionRestorer(AutoSelectionRestorer&& aOther) = delete;
4405 MOZ_CAN_RUN_SCRIPT_BOUNDARY explicit AutoSelectionRestorer(
4411 MOZ_CAN_RUN_SCRIPT_BOUNDARY ~AutoSelectionRestorer();
H A DHTMLEditor.cpp102 HTMLEditor::AutoSelectionRestorer::AutoSelectionRestorer( in AutoSelectionRestorer() function in mozilla::HTMLEditor::AutoSelectionRestorer
115 HTMLEditor::AutoSelectionRestorer::~AutoSelectionRestorer() { in ~AutoSelectionRestorer()
125 void HTMLEditor::AutoSelectionRestorer::Abort() { in Abort()
3387 Maybe<AutoSelectionRestorer> restoreSelection; in ReplaceTextWithTransaction()
5243 AutoSelectionRestorer restoreSelectionLater(*this); in SetCSSBackgroundColorWithTransaction()
H A DHTMLEditSubActionHandler.cpp2592 AutoSelectionRestorer restoreSelectionLater(*this); in ChangeSelectedHardLinesToList()
3107 AutoSelectionRestorer restoreSelectionLater(*this); in RemoveListAtSelectionAsSubAction()
3178 AutoSelectionRestorer restoreSelectionLater(*this); in FormatBlockContainerWithTransaction()
3618 AutoSelectionRestorer restoreSelectionLater(*this); in HandleCSSIndentAtSelectionInternal()
3849 AutoSelectionRestorer restoreSelectionLater(*this); in HandleHTMLIndentAtSelectionInternal()
4232 AutoSelectionRestorer restoreSelectionLater(*this); in HandleOutdentAtSelectionInternal()
4960 AutoSelectionRestorer restoreSelectionLater(*this); in AlignContentsAtSelection()
9259 AutoSelectionRestorer restoreSelectionLater(*this); in MoveSelectedContentsToDivElementToMakeItAbsolutePosition()
9610 AutoSelectionRestorer restoreSelectionLater(*this); in SetSelectionToStaticAsSubAction()
9698 AutoSelectionRestorer restoreSelectionLater(*this); in AddZIndexAsSubAction()
H A DHTMLStyleEditor.cpp243 AutoSelectionRestorer restoreSelectionLater(*this); in SetInlinePropertyInternal()
1912 AutoSelectionRestorer restoreSelectionLater(*this); in RemoveInlinePropertyInternal()
2272 AutoSelectionRestorer restoreSelectionLater(*this); in RelativeFontChange()
/dports/lang/spidermonkey78/firefox-78.9.0/editor/libeditor/
H A DEditorBase.h62 class AutoSelectionRestorer; variable
2323 class MOZ_RAII AutoSelectionRestorer final {
2329 explicit AutoSelectionRestorer(
2335 ~AutoSelectionRestorer();
H A DHTMLStyleEditor.cpp235 AutoSelectionRestorer restoreSelectionLater(*this); in SetInlinePropertyInternal()
1804 AutoSelectionRestorer restoreSelectionLater(*this); in RemoveInlinePropertyInternal()
2163 AutoSelectionRestorer restoreSelectionLater(*this); in RelativeFontChange()
H A DEditorBase.cpp5211 EditorBase::AutoSelectionRestorer::AutoSelectionRestorer( in AutoSelectionRestorer() function in mozilla::EditorBase::AutoSelectionRestorer
5225 EditorBase::AutoSelectionRestorer::~AutoSelectionRestorer() { in ~AutoSelectionRestorer()
5234 void EditorBase::AutoSelectionRestorer::Abort() { in Abort()

12