Home
last modified time | relevance | path

Searched refs:IsComposing (Results 1 – 25 of 150) sorted by relevance

123456

/dports/irc/smuxi/smuxi-1.1/src/Frontend-GNOME-XMPP/
H A DXmppPersonChatView.cs41 bool IsComposing { get; set; } property in Smuxi.Frontend.Gnome.XmppPersonChatView
115 if (IsComposing) { in TypingDotsCallback()
140 IsComposing = true; in StartMovingDots()
154 IsComposing = false; in StopMovingDots()
167 IsComposing = false; in AbortMovingDots()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DTextInputProcessor.cpp73 if (mDispatcher && mDispatcher->IsComposing()) { in ~TextInputProcessor()
86 TextInputProcessor::IsComposing() const in IsComposing() function in mozilla::TextInputProcessor
88 return mDispatcher && mDispatcher->IsComposing(); in IsComposing()
96 *aHasComposition = IsComposing(); in GetHasComposition()
186 if (dispatcher->IsComposing() || dispatcher->IsDispatchingEvent()) { in BeginInputTransactionInternal()
472 bool wasComposing = IsComposing(); in FlushPendingComposition()
560 bool wasComposing = IsComposing(); in CommitCompositionInternal()
654 NS_ASSERTION(aTextEventDispatcher->IsComposing(), in NotifyIME()
660 NS_ASSERTION(aTextEventDispatcher->IsComposing(), in NotifyIME()
685 NS_ASSERTION(aTextEventDispatcher->IsComposing(), in NotifyIME()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DTextInputProcessor.cpp268 if (mDispatcher && mDispatcher->IsComposing()) { in ~TextInputProcessor()
280 bool TextInputProcessor::IsComposing() const { in IsComposing() function in mozilla::TextInputProcessor
281 return mDispatcher && mDispatcher->IsComposing(); in IsComposing()
288 *aHasComposition = IsComposing(); in GetHasComposition()
572 kungFuDeathGrip && kungFuDeathGrip->IsComposing(); in StartComposition()
643 bool wasComposing = IsComposing(); in FlushPendingComposition()
746 bool wasComposing = IsComposing(); in CommitCompositionInternal()
842 NS_ASSERTION(aTextEventDispatcher->IsComposing(), in NotifyIME()
848 NS_ASSERTION(aTextEventDispatcher->IsComposing(), in NotifyIME()
885 NS_ASSERTION(aTextEventDispatcher->IsComposing(), in NotifyIME()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DTextInputProcessor.cpp273 if (mDispatcher && mDispatcher->IsComposing()) { in ~TextInputProcessor()
285 bool TextInputProcessor::IsComposing() const { in IsComposing() function in mozilla::TextInputProcessor
286 return mDispatcher && mDispatcher->IsComposing(); in IsComposing()
293 *aHasComposition = IsComposing(); in GetHasComposition()
587 kungFuDeathGrip && kungFuDeathGrip->IsComposing(); in StartComposition()
658 bool wasComposing = IsComposing(); in FlushPendingComposition()
760 bool wasComposing = IsComposing(); in CommitCompositionInternal()
855 NS_ASSERTION(aTextEventDispatcher->IsComposing(), in NotifyIME()
861 NS_ASSERTION(aTextEventDispatcher->IsComposing(), in NotifyIME()
898 NS_ASSERTION(aTextEventDispatcher->IsComposing(), in NotifyIME()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DTextInputProcessor.cpp272 if (mDispatcher && mDispatcher->IsComposing()) { in ~TextInputProcessor()
284 bool TextInputProcessor::IsComposing() const { in IsComposing() function in mozilla::TextInputProcessor
285 return mDispatcher && mDispatcher->IsComposing(); in IsComposing()
292 *aHasComposition = IsComposing(); in GetHasComposition()
586 kungFuDeathGrip && kungFuDeathGrip->IsComposing(); in StartComposition()
657 bool wasComposing = IsComposing(); in FlushPendingComposition()
759 bool wasComposing = IsComposing(); in CommitCompositionInternal()
854 NS_ASSERTION(aTextEventDispatcher->IsComposing(), in NotifyIME()
860 NS_ASSERTION(aTextEventDispatcher->IsComposing(), in NotifyIME()
897 NS_ASSERTION(aTextEventDispatcher->IsComposing(), in NotifyIME()
[all …]
/dports/www/firefox/firefox-99.0/dom/base/
H A DTextInputProcessor.cpp297 if (mDispatcher && mDispatcher->IsComposing()) { in ~TextInputProcessor()
309 bool TextInputProcessor::IsComposing() const { in IsComposing() function in mozilla::TextInputProcessor
310 return mDispatcher && mDispatcher->IsComposing(); in IsComposing()
317 *aHasComposition = IsComposing(); in GetHasComposition()
611 kungFuDeathGrip && kungFuDeathGrip->IsComposing(); in StartComposition()
682 bool wasComposing = IsComposing(); in FlushPendingComposition()
784 bool wasComposing = IsComposing(); in CommitCompositionInternal()
879 NS_ASSERTION(aTextEventDispatcher->IsComposing(), in NotifyIME()
885 NS_ASSERTION(aTextEventDispatcher->IsComposing(), in NotifyIME()
922 NS_ASSERTION(aTextEventDispatcher->IsComposing(), in NotifyIME()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DTextInputProcessor.cpp273 if (mDispatcher && mDispatcher->IsComposing()) { in ~TextInputProcessor()
285 bool TextInputProcessor::IsComposing() const { in IsComposing() function in mozilla::TextInputProcessor
286 return mDispatcher && mDispatcher->IsComposing(); in IsComposing()
293 *aHasComposition = IsComposing(); in GetHasComposition()
587 kungFuDeathGrip && kungFuDeathGrip->IsComposing(); in StartComposition()
658 bool wasComposing = IsComposing(); in FlushPendingComposition()
760 bool wasComposing = IsComposing(); in CommitCompositionInternal()
855 NS_ASSERTION(aTextEventDispatcher->IsComposing(), in NotifyIME()
861 NS_ASSERTION(aTextEventDispatcher->IsComposing(), in NotifyIME()
898 NS_ASSERTION(aTextEventDispatcher->IsComposing(), in NotifyIME()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DTextEventDispatcher.cpp74 if (IsComposing() || IsDispatchingEvent()) { in BeginInputTransactionInternal()
163 if (NS_WARN_IF(IsComposing()) || NS_WARN_IF(IsDispatchingEvent())) { in EndInputTransaction()
296 if (IsComposing()) { in StartCompositionAutomaticallyIfNecessary()
307 if (!IsComposing()) { in StartCompositionAutomaticallyIfNecessary()
340 if (NS_WARN_IF(!IsComposing() && in CommitComposition()
401 if (!IsComposing()) { in NotifyIME()
524 if (IsComposing() && !WidgetKeyboardEvent::IsKeyEventOnPlugin(aMessage)) { in DispatchKeyboardEventInternal()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DTextEventDispatcher.cpp93 if (IsComposing() || IsDispatchingEvent()) { in BeginInputTransactionInternal()
182 if (NS_WARN_IF(IsComposing()) || NS_WARN_IF(IsDispatchingEvent())) { in EndInputTransaction()
315 if (IsComposing()) { in StartCompositionAutomaticallyIfNecessary()
326 if (!IsComposing()) { in StartCompositionAutomaticallyIfNecessary()
359 if (NS_WARN_IF(!IsComposing() && in CommitComposition()
417 if (!IsComposing()) { in NotifyIME()
540 if (IsComposing() && !WidgetKeyboardEvent::IsKeyEventOnPlugin(aMessage)) { in DispatchKeyboardEventInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DTextEventDispatcher.cpp74 if (IsComposing() || IsDispatchingEvent()) { in BeginInputTransactionInternal()
163 if (NS_WARN_IF(IsComposing()) || NS_WARN_IF(IsDispatchingEvent())) { in EndInputTransaction()
324 if (IsComposing()) { in StartCompositionAutomaticallyIfNecessary()
335 if (!IsComposing()) { in StartCompositionAutomaticallyIfNecessary()
368 if (NS_WARN_IF(!IsComposing() && in CommitComposition()
428 if (!IsComposing()) { in NotifyIME()
556 if (IsComposing()) { in DispatchKeyboardEventInternal()
/dports/www/firefox/firefox-99.0/widget/
H A DTextEventDispatcher.cpp77 if (IsComposing() || IsDispatchingEvent()) { in BeginInputTransactionInternal()
166 if (NS_WARN_IF(IsComposing()) || NS_WARN_IF(IsDispatchingEvent())) { in EndInputTransaction()
322 if (IsComposing()) { in StartCompositionAutomaticallyIfNecessary()
333 if (!IsComposing()) { in StartCompositionAutomaticallyIfNecessary()
366 if (NS_WARN_IF(!IsComposing() && in CommitComposition()
430 if (!IsComposing()) { in NotifyIME()
558 if (IsComposing()) { in DispatchKeyboardEventInternal()
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DTextEventDispatcher.cpp74 if (IsComposing() || IsDispatchingEvent()) { in BeginInputTransactionInternal()
163 if (NS_WARN_IF(IsComposing()) || NS_WARN_IF(IsDispatchingEvent())) { in EndInputTransaction()
324 if (IsComposing()) { in StartCompositionAutomaticallyIfNecessary()
335 if (!IsComposing()) { in StartCompositionAutomaticallyIfNecessary()
368 if (NS_WARN_IF(!IsComposing() && in CommitComposition()
428 if (!IsComposing()) { in NotifyIME()
556 if (IsComposing()) { in DispatchKeyboardEventInternal()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DTextEventDispatcher.cpp92 if (IsComposing() || IsDispatchingEvent()) {
107 if (NS_WARN_IF(IsComposing()) || NS_WARN_IF(IsDispatchingEvent())) {
250 if (IsComposing()) {
261 if (!IsComposing()) {
296 if (NS_WARN_IF(!IsComposing() &&
425 if (IsComposing() && !WidgetKeyboardEvent::IsKeyEventOnPlugin(aMessage)) {
/dports/chinese/librime/librime-1.7.3/src/rime/gear/
H A Dascii_composer.cc117 if (!ctx->IsComposing()) { in ProcessKeyEvent()
225 if (ctx->IsComposing()) { in SwitchAsciiMode()
252 if (!ctx->IsComposing()) { in OnContextUpdate()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gtk/
H A DIMContextWrapper.cpp640 if (IsComposing() && compositionString.IsEmpty()) { in ResetIME()
666 if (!IsComposing()) { in EndIMEComposition()
690 if (IsComposing()) { in OnLayoutChange()
707 if (!IsComposing()) { in OnUpdateComposition()
970 if (!IsComposing()) { in OnSelectionChange()
1100 if (IsComposing()) { in OnEndCompositionNative()
1140 if (!IsComposing() && compositionString.IsEmpty()) { in OnChangeCompositionNative()
1334 if (IsComposing()) { in DispatchCompositionStart()
1435 if (!IsComposing()) { in DispatchCompositionChangeEvent()
1532 if (!IsComposing()) { in DispatchCompositionCommitEvent()
[all …]
/dports/chinese/librime/librime-1.7.3/tools/
H A Drime_console.cc46 if (!ctx || !ctx->IsComposing()) in PrintComposition()
89 if (ctx && ctx->IsComposing()) { in ProcessLine()
/dports/www/firefox/firefox-99.0/widget/gtk/
H A DIMContextWrapper.cpp631 if (IsComposing()) { in OnDestroyWindow()
1194 if (!IsComposing()) { in EndIMEComposition()
1216 if (IsComposing()) { in OnLayoutChange()
1231 if (!IsComposing()) { in OnUpdateComposition()
1289 if (IsComposing()) { in SetInputContext()
1492 if (!IsComposing()) { in OnSelectionChange()
1657 if (IsComposing()) { in OnEndCompositionNative()
2124 if (IsComposing()) { in DispatchCompositionStart()
2242 if (!IsComposing()) { in DispatchCompositionChangeEvent()
2359 if (!IsComposing() && in DispatchCompositionCommitEvent()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/widget/gtk/
H A DIMContextWrapper.cpp699 if (IsComposing() && compositionString.IsEmpty()) { in ResetIME()
723 if (!IsComposing()) { in EndIMEComposition()
745 if (IsComposing()) { in OnLayoutChange()
760 if (!IsComposing()) { in OnUpdateComposition()
1000 if (!IsComposing()) { in OnSelectionChange()
1150 if (IsComposing()) { in OnEndCompositionNative()
1195 if (!IsComposing() && compositionString.IsEmpty()) { in OnChangeCompositionNative()
1380 if (IsComposing()) { in DispatchCompositionStart()
1505 if (!IsComposing()) { in DispatchCompositionChangeEvent()
1600 if (!IsComposing()) { in DispatchCompositionCommitEvent()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DTSFTextStore.h213 static bool IsComposing() { in IsComposing() function
214 return (sEnabledTextStore && sEnabledTextStore->mComposition.IsComposing()); in IsComposing()
218 return (IsComposing() && sEnabledTextStore->mWidget == aWidget); in IsComposingOn()
472 bool IsComposing() const { return (mView != nullptr); } in IsComposing() function
805 if (mComposition.IsComposing()) { in Init()
826 if (mComposition.IsComposing()) { in OnCompositionEventsHandled()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DTSFTextStore.h213 static bool IsComposing() { in IsComposing() function
214 return (sEnabledTextStore && sEnabledTextStore->mComposition.IsComposing()); in IsComposing()
218 return (IsComposing() && sEnabledTextStore->mWidget == aWidget); in IsComposingOn()
408 bool IsComposing() const { return (mView != nullptr); } in IsComposing() function
729 if (mComposition.IsComposing()) { in Init()
750 if (mComposition.IsComposing()) { in OnCompositionEventsHandled()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/gtk/
H A DIMContextWrapper.cpp1164 if (IsComposing() && compositionString.IsEmpty()) { in ResetIME()
1188 if (!IsComposing()) { in EndIMEComposition()
1210 if (IsComposing()) { in OnLayoutChange()
1225 if (!IsComposing()) { in OnUpdateComposition()
1486 if (!IsComposing()) { in OnSelectionChange()
1636 if (IsComposing()) { in OnEndCompositionNative()
2103 if (IsComposing()) { in DispatchCompositionStart()
2213 if (!IsComposing()) { in DispatchCompositionChangeEvent()
2327 if (!IsComposing() && in DispatchCompositionCommitEvent()
2345 if (!IsComposing()) { in DispatchCompositionCommitEvent()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/widget/gtk/
H A DIMContextWrapper.cpp1164 if (IsComposing() && compositionString.IsEmpty()) { in ResetIME()
1188 if (!IsComposing()) { in EndIMEComposition()
1210 if (IsComposing()) { in OnLayoutChange()
1225 if (!IsComposing()) { in OnUpdateComposition()
1486 if (!IsComposing()) { in OnSelectionChange()
1636 if (IsComposing()) { in OnEndCompositionNative()
2103 if (IsComposing()) { in DispatchCompositionStart()
2213 if (!IsComposing()) { in DispatchCompositionChangeEvent()
2327 if (!IsComposing() && in DispatchCompositionCommitEvent()
2345 if (!IsComposing()) { in DispatchCompositionCommitEvent()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DTSFTextStore.cpp1454 if (mComposition.IsComposing()) { in Destroy()
2146 return mDispatcher->IsComposing(); in IsComposingInContent()
2403 if (!mComposition.IsComposing()) { in RestartCompositionIfNecessary()
2627 if (!mComposition.IsComposing()) { in RecordCompositionUpdateAction()
2860 if (mComposition.IsComposing()) { in SetSelectionInternal()
3905 if (mComposition.IsComposing()) { in GetTextExt()
3982 mComposition.IsComposing() && in GetTextExt()
4248 if (!mComposition.IsComposing()) { in InsertTextAtSelectionInternal()
4494 if (mComposition.IsComposing()) { in OnStartComposition()
4540 if (!mComposition.IsComposing()) { in OnUpdateComposition()
[all …]
H A DTSFTextStore.h231 static bool IsComposing() in IsComposing() function
233 return (sEnabledTextStore && sEnabledTextStore->mComposition.IsComposing()); in IsComposing()
238 return (IsComposing() && sEnabledTextStore->mWidget == aWidget); in IsComposingOn()
417 bool IsComposing() const in IsComposing() function
779 if (mComposition.IsComposing()) { in Init()
/dports/polish/kadu/kadu-4.3/kadu-core/gui/widgets/chat-widget/
H A Dchat-widget-impl.cpp77 IsComposing{false},
666 IsComposing = false; in composingStopped()
674 if (!IsComposing) in checkComposing()
679 IsComposing = false; in checkComposing()
699 IsComposing = true; in updateComposing()

123456