Home
last modified time | relevance | path

Searched refs:aInternal (Results 1 – 25 of 29) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/dom/quota/
H A DDirectoryLockImpl.h56 bool aInternal,
235 bool aInternal, in Create() argument
238 MOZ_ASSERT_IF(!aInternal, !aPersistenceType.IsNull()); in Create()
239 MOZ_ASSERT_IF(!aInternal, in Create()
241 MOZ_ASSERT_IF(!aInternal, !aGroup.IsEmpty()); in Create()
242 MOZ_ASSERT_IF(!aInternal, aOriginScope.IsOrigin()); in Create()
243 MOZ_ASSERT_IF(!aInternal, !aClientType.IsNull()); in Create()
244 MOZ_ASSERT_IF(!aInternal, aClientType.Value() < Client::TypeMax()); in Create()
248 aOriginScope, aClientType, aExclusive, aInternal, in Create()
H A DDirectoryLockImpl.cpp20 const bool aExclusive, const bool aInternal, in DirectoryLockImpl() argument
30 mInternal(aInternal), in DirectoryLockImpl()
36 MOZ_ASSERT_IF(!aInternal, !aPersistenceType.IsNull()); in DirectoryLockImpl()
37 MOZ_ASSERT_IF(!aInternal, in DirectoryLockImpl()
39 MOZ_ASSERT_IF(!aInternal, !aGroup.IsEmpty()); in DirectoryLockImpl()
40 MOZ_ASSERT_IF(!aInternal, aOriginScope.IsOrigin()); in DirectoryLockImpl()
41 MOZ_ASSERT_IF(!aInternal, !aClientType.IsNull()); in DirectoryLockImpl()
42 MOZ_ASSERT_IF(!aInternal, aClientType.Value() < Client::TypeMax()); in DirectoryLockImpl()
/dports/www/firefox/firefox-99.0/dom/quota/
H A DDirectoryLockImpl.h56 bool aInternal,
235 bool aInternal, in Create() argument
238 MOZ_ASSERT_IF(!aInternal, !aPersistenceType.IsNull()); in Create()
239 MOZ_ASSERT_IF(!aInternal, in Create()
241 MOZ_ASSERT_IF(!aInternal, !aGroup.IsEmpty()); in Create()
242 MOZ_ASSERT_IF(!aInternal, aOriginScope.IsOrigin()); in Create()
243 MOZ_ASSERT_IF(!aInternal, !aClientType.IsNull()); in Create()
244 MOZ_ASSERT_IF(!aInternal, aClientType.Value() < Client::TypeMax()); in Create()
248 aOriginScope, aClientType, aExclusive, aInternal, in Create()
H A DDirectoryLockImpl.cpp20 const bool aExclusive, const bool aInternal, in DirectoryLockImpl() argument
30 mInternal(aInternal), in DirectoryLockImpl()
36 MOZ_ASSERT_IF(!aInternal, !aPersistenceType.IsNull()); in DirectoryLockImpl()
37 MOZ_ASSERT_IF(!aInternal, in DirectoryLockImpl()
39 MOZ_ASSERT_IF(!aInternal, !aGroup.IsEmpty()); in DirectoryLockImpl()
40 MOZ_ASSERT_IF(!aInternal, aOriginScope.IsOrigin()); in DirectoryLockImpl()
41 MOZ_ASSERT_IF(!aInternal, !aClientType.IsNull()); in DirectoryLockImpl()
42 MOZ_ASSERT_IF(!aInternal, aClientType.Value() < Client::TypeMax()); in DirectoryLockImpl()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/quota/
H A DDirectoryLockImpl.h56 bool aInternal,
235 bool aInternal, in Create() argument
238 MOZ_ASSERT_IF(!aInternal, !aPersistenceType.IsNull()); in Create()
239 MOZ_ASSERT_IF(!aInternal, in Create()
241 MOZ_ASSERT_IF(!aInternal, !aGroup.IsEmpty()); in Create()
242 MOZ_ASSERT_IF(!aInternal, aOriginScope.IsOrigin()); in Create()
243 MOZ_ASSERT_IF(!aInternal, !aClientType.IsNull()); in Create()
244 MOZ_ASSERT_IF(!aInternal, aClientType.Value() < Client::TypeMax()); in Create()
248 aOriginScope, aClientType, aExclusive, aInternal, in Create()
H A DDirectoryLockImpl.cpp20 const bool aExclusive, const bool aInternal, in DirectoryLockImpl() argument
30 mInternal(aInternal), in DirectoryLockImpl()
36 MOZ_ASSERT_IF(!aInternal, !aPersistenceType.IsNull()); in DirectoryLockImpl()
37 MOZ_ASSERT_IF(!aInternal, in DirectoryLockImpl()
39 MOZ_ASSERT_IF(!aInternal, !aGroup.IsEmpty()); in DirectoryLockImpl()
40 MOZ_ASSERT_IF(!aInternal, aOriginScope.IsOrigin()); in DirectoryLockImpl()
41 MOZ_ASSERT_IF(!aInternal, !aClientType.IsNull()); in DirectoryLockImpl()
42 MOZ_ASSERT_IF(!aInternal, aClientType.Value() < Client::TypeMax()); in DirectoryLockImpl()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/xpcom/
H A DxpcAccessibleGeneric.h29 explicit xpcAccessibleGeneric(Accessible* aInternal) in xpcAccessibleGeneric() argument
30 : mIntl(aInternal), mSupportedIfaces(0) { in xpcAccessibleGeneric()
31 if (aInternal->IsSelect()) mSupportedIfaces |= eSelectable; in xpcAccessibleGeneric()
32 if (aInternal->HasNumericValue()) mSupportedIfaces |= eValue; in xpcAccessibleGeneric()
33 if (aInternal->IsLink()) mSupportedIfaces |= eHyperLink; in xpcAccessibleGeneric()
/dports/www/firefox/firefox-99.0/accessible/xpcom/
H A DxpcAccessibleGeneric.h30 explicit xpcAccessibleGeneric(Accessible* aInternal) in xpcAccessibleGeneric() argument
31 : mIntl(aInternal), mSupportedIfaces(0) { in xpcAccessibleGeneric()
32 if (aInternal->IsSelect()) mSupportedIfaces |= eSelectable; in xpcAccessibleGeneric()
33 if (aInternal->HasNumericValue()) mSupportedIfaces |= eValue; in xpcAccessibleGeneric()
34 if (aInternal->IsLink()) mSupportedIfaces |= eHyperLink; in xpcAccessibleGeneric()
/dports/www/firefox-esr/firefox-91.8.0/accessible/xpcom/
H A DxpcAccessibleGeneric.h30 explicit xpcAccessibleGeneric(Accessible* aInternal) in xpcAccessibleGeneric() argument
31 : mIntl(aInternal), mSupportedIfaces(0) { in xpcAccessibleGeneric()
32 if (aInternal->IsSelect()) mSupportedIfaces |= eSelectable; in xpcAccessibleGeneric()
33 if (aInternal->HasNumericValue()) mSupportedIfaces |= eValue; in xpcAccessibleGeneric()
34 if (aInternal->IsLink()) mSupportedIfaces |= eHyperLink; in xpcAccessibleGeneric()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/xpcom/
H A DxpcAccessibleGeneric.h30 explicit xpcAccessibleGeneric(Accessible* aInternal) in xpcAccessibleGeneric() argument
31 : mIntl(aInternal), mSupportedIfaces(0) { in xpcAccessibleGeneric()
32 if (aInternal->IsSelect()) mSupportedIfaces |= eSelectable; in xpcAccessibleGeneric()
33 if (aInternal->HasNumericValue()) mSupportedIfaces |= eValue; in xpcAccessibleGeneric()
34 if (aInternal->IsLink()) mSupportedIfaces |= eHyperLink; in xpcAccessibleGeneric()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/xpcom/
H A DxpcAccessibleGeneric.h29 explicit xpcAccessibleGeneric(Accessible* aInternal) in xpcAccessibleGeneric() argument
30 : mIntl(aInternal), mSupportedIfaces(0) { in xpcAccessibleGeneric()
31 if (aInternal->IsSelect()) mSupportedIfaces |= eSelectable; in xpcAccessibleGeneric()
32 if (aInternal->HasNumericValue()) mSupportedIfaces |= eValue; in xpcAccessibleGeneric()
33 if (aInternal->IsLink()) mSupportedIfaces |= eHyperLink; in xpcAccessibleGeneric()
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/xpcom/
H A DxpcAccessibleGeneric.h30 explicit xpcAccessibleGeneric(Accessible* aInternal) : in xpcAccessibleGeneric() argument
31 mIntl(aInternal), mSupportedIfaces(0) in xpcAccessibleGeneric()
33 if (aInternal->IsSelect()) in xpcAccessibleGeneric()
35 if (aInternal->HasNumericValue()) in xpcAccessibleGeneric()
37 if (aInternal->IsLink()) in xpcAccessibleGeneric()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A Dprstylecond.cxx32 char const* aInternal; member
75 if (internal.compareToAscii( g_ConditionMap[i].aInternal ) == 0) in GetParaStyleCondExternal()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A Dprstylecond.cxx30 char const* aInternal; member
69 if (internal.compareToAscii( g_ConditionMap[i].aInternal ) == 0) in GetParaStyleCondExternal()
/dports/editors/libreoffice/libreoffice-7.2.6.2/linguistic/source/
H A Dmisc2.cxx92 OUString aInternal( OUString::Concat(rPathPrefix) + "_internal" ); in GetMultiPaths_Impl() local
98 xPathSettings->getPropertyValue( aInternal ) >>= aInternalPaths; in GetMultiPaths_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/linguistic/source/
H A Dmisc2.cxx83 OUString aInternal( rPathPrefix + "_internal" ); in GetMultiPaths_Impl() local
89 xPathSettings->getPropertyValue( aInternal ) >>= aInternalPaths; in GetMultiPaths_Impl()
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/symbian/inc/internal/
H A Depoc_sdl.h122 static void DoResume(TBool aInternal, TBool aRendezvous = EFalse); in NONSHARABLE_CLASS()
123 static void DoSuspend(TBool aInternal); in NONSHARABLE_CLASS()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/pydemo/
H A Ddiscontinuousgalerkin.py53 aInternal = dot(eps*grad(u) - b*u, grad(v)) * dx
64 form = aInternal + diffSkeleton + advSkeleton
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/symbian/src/
H A Dsdlenv.cpp111 void EpocSdlEnv::DoSuspend(TBool aInternal) in DoSuspend() argument
113 EpocSdlEnv::ObserverEvent(MSDLObserver::EEventSuspend, aInternal); in DoSuspend()
174 void EpocSdlEnv::DoResume(TBool aInternal, TBool aRendezvous) in DoResume() argument
230 const TInt value = gEpocEnv->iAppSrv->ObserverEvent(MSDLObserver::EEventResume, aInternal); in DoResume()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/quota/
H A DActorsParent.cpp235 bool aInternal,
2158 , mInternal(aInternal) in DirectoryLockImpl()
2165 MOZ_ASSERT_IF(!aInternal, in DirectoryLockImpl()
2167 MOZ_ASSERT_IF(!aInternal, !aGroup.IsEmpty()); in DirectoryLockImpl()
2169 MOZ_ASSERT_IF(!aInternal, !aIsApp.IsNull()); in DirectoryLockImpl()
2172 MOZ_ASSERT_IF(!aInternal, aOpenListener); in DirectoryLockImpl()
2852 bool aInternal, in CreateDirectoryLock() argument
2859 MOZ_ASSERT_IF(!aInternal, in CreateDirectoryLock()
2861 MOZ_ASSERT_IF(!aInternal, !aGroup.IsEmpty()); in CreateDirectoryLock()
2863 MOZ_ASSERT_IF(!aInternal, !aIsApp.IsNull()); in CreateDirectoryLock()
[all …]
H A DQuotaManager.h420 bool aInternal,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/
H A Dsfxhelp.cxx716 static constexpr OUStringLiteral aInternal(u"vnd.sun.star.help://"); in impl_showOnlineHelp() local
717 if ( rURL.getLength() <= aInternal.getLength() || !rURL.startsWith(aInternal) ) in impl_showOnlineHelp()
721 OUString aTarget = OUString::Concat("Target=") + rURL.subView(aInternal.getLength()); in impl_showOnlineHelp()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/appl/
H A Dsfxhelp.cxx715 static const OUString aInternal("vnd.sun.star.help://"); in impl_showOnlineHelp() local
716 if ( rURL.getLength() <= aInternal.getLength() || !rURL.startsWith(aInternal) ) in impl_showOnlineHelp()
720 OUString aTarget = "Target=" + rURL.copy(aInternal.getLength()); in impl_showOnlineHelp()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/quota/
H A DActorsParent.cpp2117 mInternal(aInternal), in DirectoryLockImpl()
2123 MOZ_ASSERT_IF(!aInternal, in DirectoryLockImpl()
2125 MOZ_ASSERT_IF(!aInternal, !aGroup.IsEmpty()); in DirectoryLockImpl()
2126 MOZ_ASSERT_IF(!aInternal, aOriginScope.IsOrigin()); in DirectoryLockImpl()
2127 MOZ_ASSERT_IF(!aInternal, !aClientType.IsNull()); in DirectoryLockImpl()
2129 MOZ_ASSERT_IF(!aInternal, aOpenListener); in DirectoryLockImpl()
2798 MOZ_ASSERT_IF(!aInternal, in CreateDirectoryLock()
2800 MOZ_ASSERT_IF(!aInternal, !aGroup.IsEmpty()); in CreateDirectoryLock()
2801 MOZ_ASSERT_IF(!aInternal, aOriginScope.IsOrigin()); in CreateDirectoryLock()
2802 MOZ_ASSERT_IF(!aInternal, !aClientType.IsNull()); in CreateDirectoryLock()
[all …]
H A DQuotaManager.h334 bool aInternal, OpenDirectoryListener* aOpenListener);

12