Home
last modified time | relevance | path

Searched refs:AsCompositionEvent (Results 1 – 25 of 64) sorted by relevance

123

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/events/
H A DCompositionEvent.cpp37 mData = mEvent->AsCompositionEvent()->mData; in CompositionEvent()
82 RefPtr<TextRangeArray> textRangeArray = mEvent->AsCompositionEvent()->mRanges; in GetRanges()
H A DEventDispatcher.cpp812 aEvent->AsCompositionEvent()); in CreateEvent()
/dports/www/firefox-esr/firefox-91.8.0/dom/events/
H A DCompositionEvent.cpp34 mData = mEvent->AsCompositionEvent()->mData; in CompositionEvent()
85 RefPtr<TextRangeArray> textRangeArray = mEvent->AsCompositionEvent()->mRanges; in GetRanges()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/
H A DCompositionEvent.cpp35 mData = mEvent->AsCompositionEvent()->mData; in CompositionEvent()
86 RefPtr<TextRangeArray> textRangeArray = mEvent->AsCompositionEvent()->mRanges; in GetRanges()
/dports/www/firefox/firefox-99.0/dom/events/
H A DCompositionEvent.cpp34 mData = mEvent->AsCompositionEvent()->mData; in CompositionEvent()
85 RefPtr<TextRangeArray> textRangeArray = mEvent->AsCompositionEvent()->mRanges; in GetRanges()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/
H A DCompositionEvent.cpp34 mData = mEvent->AsCompositionEvent()->mData; in CompositionEvent()
85 RefPtr<TextRangeArray> textRangeArray = mEvent->AsCompositionEvent()->mRanges; in GetRanges()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/events/
H A DCompositionEvent.cpp35 mData = mEvent->AsCompositionEvent()->mData; in CompositionEvent()
86 RefPtr<TextRangeArray> textRangeArray = mEvent->AsCompositionEvent()->mRanges; in GetRanges()
/dports/www/firefox-esr/firefox-91.8.0/editor/libeditor/
H A DEditorEventListener.cpp484 HandleChangeComposition(internalEvent->AsCompositionEvent()); in HandleEvent()
492 nsresult rv = HandleStartComposition(internalEvent->AsCompositionEvent()); in HandleEvent()
500 HandleEndComposition(internalEvent->AsCompositionEvent()); in HandleEvent()
/dports/lang/spidermonkey78/firefox-78.9.0/editor/libeditor/
H A DEditorEventListener.cpp488 HandleChangeComposition(internalEvent->AsCompositionEvent()); in HandleEvent()
496 nsresult rv = HandleStartComposition(internalEvent->AsCompositionEvent()); in HandleEvent()
504 HandleEndComposition(internalEvent->AsCompositionEvent()); in HandleEvent()
/dports/www/firefox/firefox-99.0/editor/libeditor/
H A DEditorEventListener.cpp455 HandleChangeComposition(internalEvent->AsCompositionEvent()); in HandleEvent()
463 nsresult rv = HandleStartComposition(internalEvent->AsCompositionEvent()); in HandleEvent()
471 HandleEndComposition(internalEvent->AsCompositionEvent()); in HandleEvent()
/dports/mail/thunderbird/thunderbird-91.8.0/editor/libeditor/
H A DEditorEventListener.cpp484 HandleChangeComposition(internalEvent->AsCompositionEvent()); in HandleEvent()
492 nsresult rv = HandleStartComposition(internalEvent->AsCompositionEvent()); in HandleEvent()
500 HandleEndComposition(internalEvent->AsCompositionEvent()); in HandleEvent()
/dports/lang/spidermonkey60/firefox-60.9.0/editor/libeditor/
H A DEditorEventListener.cpp421 return HandleChangeComposition(internalEvent->AsCompositionEvent()); in HandleEvent()
424 return HandleStartComposition(internalEvent->AsCompositionEvent()); in HandleEvent()
427 HandleEndComposition(internalEvent->AsCompositionEvent()); in HandleEvent()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DTextEventDispatcher.cpp163 aEvent.AsCompositionEvent()->mNativeIMEContext.
170 MOZ_ASSERT(aEvent.AsCompositionEvent()->mNativeIMEContext.IsValid(),
H A DTextEvents.h505 virtual WidgetCompositionEvent* AsCompositionEvent() override in AsCompositionEvent() function
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DTextEventDispatcher.cpp216 aEvent.AsCompositionEvent()->mNativeIMEContext.InitWithRawNativeIMEContext( in InitEvent()
223 MOZ_ASSERT(aEvent.AsCompositionEvent()->mNativeIMEContext.IsValid(), in InitEvent()
H A DTextEvents.h822 virtual WidgetCompositionEvent* AsCompositionEvent() override { return this; }
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DTextEventDispatcher.cpp235 aEvent.AsCompositionEvent()->mNativeIMEContext.InitWithRawNativeIMEContext( in InitEvent()
242 MOZ_ASSERT(aEvent.AsCompositionEvent()->mNativeIMEContext.IsValid(), in InitEvent()
H A DTextEvents.h630 virtual WidgetCompositionEvent* AsCompositionEvent() override { return this; }
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DTextEventDispatcher.cpp217 aEvent.AsCompositionEvent()->mNativeIMEContext.InitWithRawNativeIMEContext( in InitEvent()
224 MOZ_ASSERT(aEvent.AsCompositionEvent()->mNativeIMEContext.IsValid(), in InitEvent()
H A DTextEvents.h840 virtual WidgetCompositionEvent* AsCompositionEvent() override { return this; }
/dports/www/firefox/firefox-99.0/widget/
H A DTextEventDispatcher.cpp220 aEvent.AsCompositionEvent()->mNativeIMEContext.InitWithRawNativeIMEContext( in InitEvent()
227 MOZ_ASSERT(aEvent.AsCompositionEvent()->mNativeIMEContext.IsValid(), in InitEvent()
H A DTextEvents.h839 virtual WidgetCompositionEvent* AsCompositionEvent() override { return this; }
H A DPuppetWidget.cpp306 WidgetCompositionEvent* compositionEvent = aEvent->AsCompositionEvent(); in DispatchEvent()
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DTextEventDispatcher.cpp217 aEvent.AsCompositionEvent()->mNativeIMEContext.InitWithRawNativeIMEContext( in InitEvent()
224 MOZ_ASSERT(aEvent.AsCompositionEvent()->mNativeIMEContext.IsValid(), in InitEvent()
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/libeditor/
H A DEditorEventListener.cpp1039 aCompositionEvent->WidgetEventPtr()->AsCompositionEvent(); in HandleStartComposition()

123