Home
last modified time | relevance | path

Searched refs:aComposition (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/events/
H A DTextComposition.h159 TextComposition* aComposition, in CompositionChangeEventHandlingMarker() argument
161 : mComposition(aComposition) in CompositionChangeEventHandlingMarker()
H A DTextComposition.cpp699 TextComposition* aComposition, in CompositionEventDispatcher() argument
704 : mTextComposition(aComposition) in CompositionEventDispatcher()
H A DIMEContentObserver.cpp589 IMEContentObserver::IsManaging(const TextComposition* aComposition) const in IsManaging()
594 nsPresContext* presContext = aComposition->GetPresContext(); in IsManaging()
601 nsINode* targetNode = aComposition->GetEventTargetNode(); in IsManaging()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/events/
H A DTextComposition.h202 TextComposition* aComposition, in CompositionChangeEventHandlingMarker() argument
204 : mComposition(aComposition) { in CompositionChangeEventHandlingMarker()
H A DTextComposition.cpp653 TextComposition* aComposition, nsINode* aEventTarget, in CompositionEventDispatcher() argument
657 mTextComposition(aComposition), in CompositionEventDispatcher()
H A DIMEContentObserver.cpp580 bool IMEContentObserver::IsManaging(const TextComposition* aComposition) const { in IsManaging()
584 nsPresContext* presContext = aComposition->GetPresContext(); in IsManaging()
591 nsINode* targetNode = aComposition->GetEventTargetNode(); in IsManaging()
/dports/www/firefox-esr/firefox-91.8.0/dom/events/
H A DTextComposition.h214 TextComposition* aComposition, in CompositionChangeEventHandlingMarker() argument
216 : mComposition(aComposition) { in CompositionChangeEventHandlingMarker()
H A DTextComposition.cpp795 TextComposition* aComposition, nsINode* aEventTarget, in CompositionEventDispatcher() argument
799 mTextComposition(aComposition), in CompositionEventDispatcher()
H A DIMEContentObserver.cpp462 bool IMEContentObserver::IsManaging(const TextComposition* aComposition) const { in IsManaging()
466 nsPresContext* presContext = aComposition->GetPresContext(); in IsManaging()
473 nsINode* targetNode = aComposition->GetEventTargetNode(); in IsManaging()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/
H A DTextComposition.h212 TextComposition* aComposition, in CompositionChangeEventHandlingMarker() argument
214 : mComposition(aComposition) { in CompositionChangeEventHandlingMarker()
H A DTextComposition.cpp790 TextComposition* aComposition, nsINode* aEventTarget, in CompositionEventDispatcher() argument
794 mTextComposition(aComposition), in CompositionEventDispatcher()
H A DIMEContentObserver.cpp515 bool IMEContentObserver::IsManaging(const TextComposition* aComposition) const { in IsManaging()
519 nsPresContext* presContext = aComposition->GetPresContext(); in IsManaging()
526 nsINode* targetNode = aComposition->GetEventTargetNode(); in IsManaging()
/dports/www/firefox/firefox-99.0/dom/events/
H A DTextComposition.h215 TextComposition* aComposition, in CompositionChangeEventHandlingMarker() argument
217 : mComposition(aComposition) { in CompositionChangeEventHandlingMarker()
H A DTextComposition.cpp806 TextComposition* aComposition, nsINode* aEventTarget, in CompositionEventDispatcher() argument
810 mTextComposition(aComposition), in CompositionEventDispatcher()
H A DIMEContentObserver.cpp473 bool IMEContentObserver::IsManaging(const TextComposition* aComposition) const { in IsManaging()
477 nsPresContext* presContext = aComposition->GetPresContext(); in IsManaging()
484 nsINode* targetNode = aComposition->GetEventTargetNode(); in IsManaging()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/
H A DTextComposition.h214 TextComposition* aComposition, in CompositionChangeEventHandlingMarker() argument
216 : mComposition(aComposition) { in CompositionChangeEventHandlingMarker()
H A DTextComposition.cpp795 TextComposition* aComposition, nsINode* aEventTarget, in CompositionEventDispatcher() argument
799 mTextComposition(aComposition), in CompositionEventDispatcher()
H A DIMEContentObserver.cpp462 bool IMEContentObserver::IsManaging(const TextComposition* aComposition) const { in IsManaging()
466 nsPresContext* presContext = aComposition->GetPresContext(); in IsManaging()
473 nsINode* targetNode = aComposition->GetEventTargetNode(); in IsManaging()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DTSFTextStore.h314 HRESULT RecordCompositionStartAction(ITfCompositionView* aComposition,
760 Content(TSFTextStore::Composition& aComposition, in Content() argument
762 mComposition(aComposition), mSelection(aSelection) in Content()
H A DTSFTextStore.cpp4309 TSFTextStore::RecordCompositionStartAction(ITfCompositionView* aComposition, in RecordCompositionStartAction() argument
4317 this, aComposition, aRange, GetBoolName(aPreserveSelection), in RecordCompositionStartAction()
4329 return RecordCompositionStartAction(aComposition, start, length, in RecordCompositionStartAction()
4334 TSFTextStore::RecordCompositionStartAction(ITfCompositionView* aComposition, in RecordCompositionStartAction() argument
4343 this, aComposition, aStart, aLength, GetBoolName(aPreserveSelection), in RecordCompositionStartAction()
4368 aComposition, pendingCompositionStart, pendingCompositionEnd); in RecordCompositionStartAction()
4407 contentForTSF.StartComposition(aComposition, *action, aPreserveSelection); in RecordCompositionStartAction()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DTSFTextStore.h309 HRESULT RecordCompositionStartAction(ITfCompositionView* aComposition,
788 Content(TSFTextStore::Composition& aComposition, in Content() argument
790 : mComposition(aComposition), mSelection(aSelection) { in Content()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DTSFTextStore.h309 HRESULT RecordCompositionStartAction(ITfCompositionView* aComposition,
712 Content(TSFTextStore::Composition& aComposition, in Content() argument
714 : mComposition(aComposition), mSelection(aSelection) { in Content()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DTSFTextStore.h503 const Composition& aComposition) {
504 aStream << "{ mView=0x" << aComposition.mView.get()
506 << static_cast<const OffsetAndData<LONG>&>(aComposition) << " }";
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DTSFTextStore.h503 const Composition& aComposition) {
504 aStream << "{ mView=0x" << aComposition.mView.get()
506 << static_cast<const OffsetAndData<LONG>&>(aComposition) << " }";
/dports/www/firefox/firefox-99.0/widget/windows/
H A DTSFTextStore.h507 const Composition& aComposition) {
508 aStream << "{ mView=0x" << aComposition.mView.get()
510 << static_cast<const OffsetAndData<LONG>&>(aComposition) << " }";

12