Home
last modified time | relevance | path

Searched refs:GetTextEditorFromState (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLInputElement.h1070 MOZ_CAN_RUN_SCRIPT mozilla::TextEditor* GetTextEditorFromState();
H A DHTMLInputElement.cpp2284 return GetTextEditorFromState(); in GetEditorForBindings()
2289 TextEditor* HTMLInputElement::GetTextEditorFromState() { in GetTextEditorFromState() function in mozilla::dom::HTMLInputElement
2298 return GetTextEditorFromState(); in GetTextEditor()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLInputElement.h1075 MOZ_CAN_RUN_SCRIPT mozilla::TextEditor* GetTextEditorFromState();
H A DHTMLInputElement.cpp2248 return GetTextEditorFromState(); in GetEditorForBindings()
2253 TextEditor* HTMLInputElement::GetTextEditorFromState() { in GetTextEditorFromState() function in mozilla::dom::HTMLInputElement
2262 return GetTextEditorFromState(); in GetTextEditor()
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLInputElement.h1076 MOZ_CAN_RUN_SCRIPT mozilla::TextEditor* GetTextEditorFromState();
H A DHTMLInputElement.cpp2283 return GetTextEditorFromState(); in GetEditorForBindings()
2288 TextEditor* HTMLInputElement::GetTextEditorFromState() { in GetTextEditorFromState() function in mozilla::dom::HTMLInputElement
2297 return GetTextEditorFromState(); in GetTextEditor()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLInputElement.h1076 MOZ_CAN_RUN_SCRIPT mozilla::TextEditor* GetTextEditorFromState();
H A DHTMLInputElement.cpp2283 return GetTextEditorFromState(); in GetEditorForBindings()
2288 TextEditor* HTMLInputElement::GetTextEditorFromState() { in GetTextEditorFromState() function in mozilla::dom::HTMLInputElement
2297 return GetTextEditorFromState(); in GetTextEditor()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLInputElement.h1074 mozilla::TextEditor* GetTextEditorFromState();
H A DHTMLInputElement.cpp2313 nsIEditor* HTMLInputElement::GetEditor() { return GetTextEditorFromState(); } in GetEditor()
2315 TextEditor* HTMLInputElement::GetTextEditorFromState() { in GetTextEditorFromState() function in mozilla::dom::HTMLInputElement
2324 HTMLInputElement::GetTextEditor() { return GetTextEditorFromState(); } in NS_IMETHODIMP_()