Home
last modified time | relevance | path

Searched refs:aCommandData (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDocument.cpp5010 nsPresContext* aPresContext, const InternalCommandData& aCommandData) in AutoEditorCommandTarget() argument
5011 : mCommandData(aCommandData) { in AutoEditorCommandTarget()
5020 if (aCommandData.IsCutOrCopyCommand()) { in AutoEditorCommandTarget()
5041 if (aCommandData.IsAvailableOnlyWhenEditable()) { in AutoEditorCommandTarget()
5050 mEditorCommand = aCommandData.mGetEditorCommandFunc in AutoEditorCommandTarget()
5051 ? aCommandData.mGetEditorCommandFunc() in AutoEditorCommandTarget()
5066 if (aCommandData.IsAvailableOnlyWhenEditable()) { in AutoEditorCommandTarget()
H A DDocument.h4162 nsPresContext* aPresContext, const InternalCommandData& aCommandData);
/dports/www/firefox/firefox-99.0/dom/base/
H A DDocument.cpp5114 Document& aDocument, const InternalCommandData& aCommandData) in AutoEditorCommandTarget() argument
5115 : mCommandData(aCommandData) { in AutoEditorCommandTarget()
5133 if (aCommandData.IsCutOrCopyCommand()) { in AutoEditorCommandTarget()
5154 if (aCommandData.IsAvailableOnlyWhenEditable()) { in AutoEditorCommandTarget()
5163 mEditorCommand = aCommandData.mGetEditorCommandFunc in AutoEditorCommandTarget()
5164 ? aCommandData.mGetEditorCommandFunc() in AutoEditorCommandTarget()
5179 if (aCommandData.IsAvailableOnlyWhenEditable()) { in AutoEditorCommandTarget()
H A DDocument.h4213 Document& aDocument, const InternalCommandData& aCommandData);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDocument.cpp5010 nsPresContext* aPresContext, const InternalCommandData& aCommandData) in AutoEditorCommandTarget() argument
5011 : mCommandData(aCommandData) { in AutoEditorCommandTarget()
5020 if (aCommandData.IsCutOrCopyCommand()) { in AutoEditorCommandTarget()
5041 if (aCommandData.IsAvailableOnlyWhenEditable()) { in AutoEditorCommandTarget()
5050 mEditorCommand = aCommandData.mGetEditorCommandFunc in AutoEditorCommandTarget()
5051 ? aCommandData.mGetEditorCommandFunc() in AutoEditorCommandTarget()
5066 if (aCommandData.IsAvailableOnlyWhenEditable()) { in AutoEditorCommandTarget()
H A DDocument.h4162 nsPresContext* aPresContext, const InternalCommandData& aCommandData);