Home
last modified time | relevance | path

Searched defs:PreDestroyer (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DnsTextEditorState.cpp1248 struct PreDestroyer struct
1254 ~PreDestroyer() in ~PreDestroyer() argument
1260 void Swap(nsCOMPtr<nsIEditor>& aEditor) in Swap()
1265 nsCOMPtr<nsIEditor> mNewEditor;
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DnsTextEditorState.cpp1170 struct PreDestroyer { struct
1172 ~PreDestroyer() { in ~PreDestroyer() argument
1177 void Swap(RefPtr<TextEditor>& aTextEditor) { in Swap()
1182 RefPtr<TextEditor> mTextEditor;
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DTextControlState.cpp1654 struct MOZ_STACK_CLASS PreDestroyer { struct
1655 void Init(TextEditor* aTextEditor) { mTextEditor = aTextEditor; } in Init()
1656 ~PreDestroyer() { in ~PreDestroyer()
1663 void Swap(RefPtr<TextEditor>& aTextEditor) { in Swap()
1668 RefPtr<TextEditor> mTextEditor;
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DTextControlState.cpp1657 struct MOZ_STACK_CLASS PreDestroyer { struct
1658 void Init(TextEditor* aTextEditor) { mTextEditor = aTextEditor; } in Init()
1659 MOZ_CAN_RUN_SCRIPT ~PreDestroyer() { in ~PreDestroyer()
1664 void Swap(RefPtr<TextEditor>& aTextEditor) { in Swap()
1669 RefPtr<TextEditor> mTextEditor;
/dports/www/firefox/firefox-99.0/dom/html/
H A DTextControlState.cpp1698 struct MOZ_STACK_CLASS PreDestroyer { struct
1699 void Init(TextEditor* aTextEditor) { mTextEditor = aTextEditor; } in Init()
1700 ~PreDestroyer() { in ~PreDestroyer()
1707 void Swap(RefPtr<TextEditor>& aTextEditor) { in Swap()
1712 RefPtr<TextEditor> mTextEditor;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DTextControlState.cpp1654 struct MOZ_STACK_CLASS PreDestroyer { struct
1655 void Init(TextEditor* aTextEditor) { mTextEditor = aTextEditor; } in Init()
1656 ~PreDestroyer() { in ~PreDestroyer()
1663 void Swap(RefPtr<TextEditor>& aTextEditor) { in Swap()
1668 RefPtr<TextEditor> mTextEditor;