Home
last modified time | relevance | path

Searched refs:mInteractive (Results 1 – 25 of 27) sorted by relevance

12

/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/util/queue/
H A DDropQObject.java9 private boolean mInteractive; field in DropQObject
17 mInteractive = isInteractive; in DropQObject()
20 public boolean isInteractive() { return mInteractive; } in isInteractive()
/dports/net/akonadi-contacts/akonadi-contacts-21.12.3/src/akonadi-contacts/job/
H A Daddemailaddressjob.cpp40 , mInteractive(true) in AddEmailAddressJobPrivate()
69 if (mInteractive) { in slotSearchDone()
219 if (mInteractive) { in slotAddContactDone()
250 if (mInteractive) { in slotContactEditorError()
257 if (mInteractive) { in contactStored()
268 bool mInteractive = false; member in Akonadi::AddEmailAddressJobPrivate
297 d->mInteractive = b; in setInteractive()
/dports/net/mailcommon/mailcommon-21.12.3/src/filter/filterimporter/
H A Dfilterimporterabstract.cpp19 : mInteractive(interactive) in FilterImporterAbstract()
63 if (mInteractive) { in createFilterAction()
H A Dfilterimporterabstract.h37 const bool mInteractive;
/dports/www/firefox-esr/firefox-91.8.0/editor/composer/
H A DnsEditingSession.cpp64 mInteractive(false), in nsEditingSession()
119 mInteractive = aInteractive; in NS_IMPL_ISUPPORTS()
123 if (!mInteractive) { in NS_IMPL_ISUPPORTS()
318 if (mInteractive) { in SetupEditorOnWindow()
352 if (!mInteractive) { in SetupEditorOnWindow()
986 return MakeWindowEditable(domWindow, "html", false, mInteractive); in EndPageLoad()
1158 if (mInteractive) { in RestoreAnimationMode()
1216 if (!mInteractive) { in ReattachToWindow()
1249 if (!mInteractive) { in ReattachToWindow()
H A DnsEditingSession.h135 bool mInteractive; variable
/dports/lang/spidermonkey78/firefox-78.9.0/editor/composer/
H A DnsEditingSession.cpp62 mInteractive(false), in nsEditingSession()
117 mInteractive = aInteractive; in NS_IMPL_ISUPPORTS()
121 if (!mInteractive) { in NS_IMPL_ISUPPORTS()
327 if (mInteractive) { in SetupEditorOnWindow()
361 if (!mInteractive) { in SetupEditorOnWindow()
996 return MakeWindowEditable(domWindow, "html", false, mInteractive); in EndPageLoad()
1168 if (mInteractive) { in RestoreAnimationMode()
1226 if (!mInteractive) { in ReattachToWindow()
1259 if (!mInteractive) { in ReattachToWindow()
H A DnsEditingSession.h133 bool mInteractive; variable
/dports/www/firefox/firefox-99.0/editor/composer/
H A DnsEditingSession.cpp64 mInteractive(false), in nsEditingSession()
119 mInteractive = aInteractive; in NS_IMPL_ISUPPORTS()
123 if (!mInteractive) { in NS_IMPL_ISUPPORTS()
318 if (mInteractive) { in SetupEditorOnWindow()
352 if (!mInteractive) { in SetupEditorOnWindow()
986 return MakeWindowEditable(domWindow, "html", false, mInteractive); in EndPageLoad()
1158 if (mInteractive) { in RestoreAnimationMode()
1216 if (!mInteractive) { in ReattachToWindow()
1249 if (!mInteractive) { in ReattachToWindow()
H A DnsEditingSession.h135 bool mInteractive; variable
/dports/mail/thunderbird/thunderbird-91.8.0/editor/composer/
H A DnsEditingSession.cpp64 mInteractive(false), in nsEditingSession()
119 mInteractive = aInteractive; in NS_IMPL_ISUPPORTS()
123 if (!mInteractive) { in NS_IMPL_ISUPPORTS()
318 if (mInteractive) { in SetupEditorOnWindow()
352 if (!mInteractive) { in SetupEditorOnWindow()
986 return MakeWindowEditable(domWindow, "html", false, mInteractive); in EndPageLoad()
1158 if (mInteractive) { in RestoreAnimationMode()
1216 if (!mInteractive) { in ReattachToWindow()
1249 if (!mInteractive) { in ReattachToWindow()
H A DnsEditingSession.h135 bool mInteractive; variable
/dports/lang/spidermonkey60/firefox-60.9.0/editor/composer/
H A DnsEditingSession.cpp70 mInteractive(false), in nsEditingSession()
125 mInteractive = aInteractive; in NS_IMPL_ISUPPORTS()
129 if (!mInteractive) { in NS_IMPL_ISUPPORTS()
361 if (mInteractive) { in SetupEditorOnWindow()
386 if (!mInteractive) { in SetupEditorOnWindow()
1018 return MakeWindowEditable(domWindow, "html", false, mInteractive); in EndPageLoad()
1201 if (mInteractive) { in RestoreAnimationMode()
1260 if (!mInteractive) { in ReattachToWindow()
1293 if (!mInteractive) { in ReattachToWindow()
H A DnsEditingSession.h109 bool mInteractive; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/composer/
H A DnsEditingSession.cpp65 , mInteractive(false) in nsEditingSession()
125 mInteractive = aInteractive; in NS_IMPL_ISUPPORTS()
129 if (!mInteractive) { in NS_IMPL_ISUPPORTS()
372 if (mInteractive) { in SetupEditorOnWindow()
397 if (!mInteractive) { in SetupEditorOnWindow()
1066 return MakeWindowEditable(domWindow, "html", false, mInteractive); in EndPageLoad()
1266 if (mInteractive) { in RestoreAnimationMode()
1327 if (!mInteractive) { in ReattachToWindow()
1361 if (!mInteractive) { in ReattachToWindow()
H A DnsEditingSession.h108 bool mInteractive; variable
/dports/graphics/yafaray/libYafaRay-3.5.1/src/yafraycore/
H A Dsession.cc133 mInteractive = interactive; in setInteractive()
188 return mInteractive; in isInteractive()
/dports/graphics/yafaray/libYafaRay-3.5.1/include/core_api/
H A Dsession.h81 bool mInteractive = false; variable
/dports/audio/audacity/audacity-Audacity-3.1.3/src/effects/ladspa/
H A DLadspaEffect.cpp615 mInteractive = false;
694 return mInteractive;
754 mInteractive = true;
858 mInteractive = true;
H A DLadspaEffect.h166 bool mInteractive; variable
/dports/audio/audacity/audacity-Audacity-3.1.3/src/effects/audiounits/
H A DAudioUnitEffect.h192 bool mInteractive; variable
H A DAudioUnitEffect.cpp839 mInteractive = false; in AudioUnitEffect()
939 return mInteractive; in IsInteractive()
1158 mInteractive = (cnt > 0) || hasCocoa || hasCarbon; in SetHost()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/effects/VST/
H A DVSTEffect.cpp272 return mInteractive; in IsInteractive()
302 bool mInteractive; member in VSTSubProcess
630 proc.mInteractive = val == wxT("1"); in DiscoverPluginsAtPath()
1141 mInteractive = false; in VSTEffect()
1265 return mInteractive; in IsInteractive()
2229 mInteractive = true; in Load()
H A DVSTEffect.h300 bool mInteractive; variable
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/src/
H A Dfield.h215 bool mInteractive; variable

12