Home
last modified time | relevance | path

Searched refs:aId (Results 1 – 25 of 2762) sorted by relevance

12345678910>>...111

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DGenericSpecifiedValuesInlines.h54 if (!PropertyIsSet(aId)) { in SetIdentStringValueIfUnset()
66 if (!PropertyIsSet(aId)) { in SetIdentAtomValueIfUnset()
100 if (!PropertyIsSet(aId)) { in SetKeywordValueIfUnset()
115 if (!PropertyIsSet(aId)) { in SetPixelValueIfUnset()
116 SetPixelValue(aId, aValue); in SetPixelValueIfUnset()
136 if (!PropertyIsSet(aId)) { in SetPercentValueIfUnset()
146 if (!PropertyIsSet(aId)) { in SetAutoValueIfUnset()
147 SetAutoValue(aId); in SetAutoValueIfUnset()
156 if (!PropertyIsSet(aId)) { in SetCurrentColorIfUnset()
157 SetCurrentColor(aId); in SetCurrentColorIfUnset()
[all …]
H A DServoSpecifiedValues.cpp12 bool ServoSpecifiedValues::PropertyIsSet(nsCSSPropertyID aId) { in PropertyIsSet() argument
13 return Servo_DeclarationBlock_PropertyIsSet(mDecl, aId); in PropertyIsSet()
19 SetIdentAtomValue(aId, atom); in SetIdentStringValue()
25 if (aId == eCSSProperty__x_lang) { in SetIdentAtomValue()
40 Servo_DeclarationBlock_SetKeywordValue(mDecl, aId, aValue); in SetKeywordValue()
44 Servo_DeclarationBlock_SetIntValue(mDecl, aId, aValue); in SetIntValue()
48 Servo_DeclarationBlock_SetPixelValue(mDecl, aId, aValue); in SetPixelValue()
59 Servo_DeclarationBlock_SetNumberValue(mDecl, aId, aValue); in SetNumberValue()
67 Servo_DeclarationBlock_SetAutoValue(mDecl, aId); in SetAutoValue()
71 Servo_DeclarationBlock_SetCurrentColor(mDecl, aId); in SetCurrentColor()
[all …]
H A DGenericSpecifiedValues.h47 inline bool PropertyIsSet(nsCSSPropertyID aId);
58 inline void SetIdentStringValueIfUnset(nsCSSPropertyID aId,
70 void SetKeywordValue(nsCSSPropertyID aId, T aValue) { in SetKeywordValue() argument
73 SetKeywordValue(aId, static_cast<int32_t>(aValue)); in SetKeywordValue()
77 void SetKeywordValueIfUnset(nsCSSPropertyID aId, T aValue) { in SetKeywordValueIfUnset() argument
80 SetKeywordValueIfUnset(aId, static_cast<int32_t>(aValue)); in SetKeywordValueIfUnset()
84 inline void SetIntValue(nsCSSPropertyID aId, int32_t aValue);
99 inline void SetAutoValue(nsCSSPropertyID aId);
100 inline void SetAutoValueIfUnset(nsCSSPropertyID aId);
103 inline void SetCurrentColor(nsCSSPropertyID aId);
[all …]
H A DnsRuleData.h125 bool PropertyIsSet(nsCSSPropertyID aId) { in PropertyIsSet()
126 return ValueFor(aId)->GetUnit() != eCSSUnit_Null; in PropertyIsSet()
135 ValueFor(aId)->SetAtomIdentValue(atom.forget()); in SetIdentAtomValue()
142 void SetIntValue(nsCSSPropertyID aId, int32_t aValue) { in SetIntValue()
143 ValueFor(aId)->SetIntValue(aValue, eCSSUnit_Integer); in SetIntValue()
146 void SetPixelValue(nsCSSPropertyID aId, float aValue) { in SetPixelValue()
151 nsCSSValue* val = ValueFor(aId); in SetLengthValue()
160 ValueFor(aId)->SetPercentValue(aValue); in SetPercentValue()
163 void SetAutoValue(nsCSSPropertyID aId) { ValueFor(aId)->SetAutoValue(); } in SetAutoValue()
165 void SetCurrentColor(nsCSSPropertyID aId) { in SetCurrentColor()
[all …]
H A DServoSpecifiedValues.h29 bool PropertyIsSet(nsCSSPropertyID aId);
33 void SetIdentAtomValue(nsCSSPropertyID aId, nsAtom* aValue);
35 void SetKeywordValue(nsCSSPropertyID aId, int32_t aValue);
37 void SetIntValue(nsCSSPropertyID aId, int32_t aValue);
39 void SetPixelValue(nsCSSPropertyID aId, float aValue);
41 void SetLengthValue(nsCSSPropertyID aId, nsCSSValue aValue);
43 void SetNumberValue(nsCSSPropertyID aId, float aValue);
45 void SetPercentValue(nsCSSPropertyID aId, float aValue);
47 void SetAutoValue(nsCSSPropertyID aId);
49 void SetCurrentColor(nsCSSPropertyID aId);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DMappedDeclarations.h51 SetIdentAtomValue(aId, atom); in SetIdentStringValue()
55 if (!PropertyIsSet(aId)) { in SetIdentStringValueIfUnset()
63 if (!PropertyIsSet(aId)) { in SetIdentAtomValueIfUnset()
74 if (!PropertyIsSet(aId)) { in SetKeywordValueIfUnset()
115 if (!PropertyIsSet(aId)) { in SetPixelValueIfUnset()
137 if (!PropertyIsSet(aId)) { in SetPercentValueIfUnset()
148 if (!PropertyIsSet(aId)) { in SetAutoValueIfUnset()
149 SetAutoValue(aId); in SetAutoValueIfUnset()
159 if (!PropertyIsSet(aId)) { in SetCurrentColorIfUnset()
160 SetCurrentColor(aId); in SetCurrentColorIfUnset()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DMappedDeclarations.h51 SetIdentAtomValue(aId, atom); in SetIdentStringValue()
55 if (!PropertyIsSet(aId)) { in SetIdentStringValueIfUnset()
63 if (!PropertyIsSet(aId)) { in SetIdentAtomValueIfUnset()
74 if (!PropertyIsSet(aId)) { in SetKeywordValueIfUnset()
120 if (!PropertyIsSet(aId)) { in SetPixelValueIfUnset()
142 if (!PropertyIsSet(aId)) { in SetPercentValueIfUnset()
153 if (!PropertyIsSet(aId)) { in SetAutoValueIfUnset()
154 SetAutoValue(aId); in SetAutoValueIfUnset()
164 if (!PropertyIsSet(aId)) { in SetCurrentColorIfUnset()
165 SetCurrentColor(aId); in SetCurrentColorIfUnset()
[all …]
/dports/www/firefox/firefox-99.0/layout/style/
H A DMappedDeclarations.h51 SetIdentAtomValue(aId, atom); in SetIdentStringValue()
55 if (!PropertyIsSet(aId)) { in SetIdentStringValueIfUnset()
63 if (!PropertyIsSet(aId)) { in SetIdentAtomValueIfUnset()
74 if (!PropertyIsSet(aId)) { in SetKeywordValueIfUnset()
121 if (!PropertyIsSet(aId)) { in SetPixelValueIfUnset()
143 if (!PropertyIsSet(aId)) { in SetPercentValueIfUnset()
154 if (!PropertyIsSet(aId)) { in SetAutoValueIfUnset()
155 SetAutoValue(aId); in SetAutoValueIfUnset()
165 if (!PropertyIsSet(aId)) { in SetCurrentColorIfUnset()
166 SetCurrentColor(aId); in SetCurrentColorIfUnset()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DMappedDeclarations.h51 SetIdentAtomValue(aId, atom); in SetIdentStringValue()
55 if (!PropertyIsSet(aId)) { in SetIdentStringValueIfUnset()
63 if (!PropertyIsSet(aId)) { in SetIdentAtomValueIfUnset()
74 if (!PropertyIsSet(aId)) { in SetKeywordValueIfUnset()
120 if (!PropertyIsSet(aId)) { in SetPixelValueIfUnset()
142 if (!PropertyIsSet(aId)) { in SetPercentValueIfUnset()
153 if (!PropertyIsSet(aId)) { in SetAutoValueIfUnset()
154 SetAutoValue(aId); in SetAutoValueIfUnset()
164 if (!PropertyIsSet(aId)) { in SetCurrentColorIfUnset()
165 SetCurrentColor(aId); in SetCurrentColorIfUnset()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/search/src/
H A DMsgTraitService.jsm22 _traits[aId] = trait;
37 registerTrait(aId) {
38 if (_traits[aId]) {
48 unRegisterTrait(aId) {
49 if (_traits[aId]) {
59 isRegistered(aId) {
63 setName(aId, aName) {
68 getName(aId) {
72 getIndex(aId) {
90 getEnabled(aId) {
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/htmlparser/
H A DnsParserService.cpp44 nsParserService::HTMLIdToStringTag(int32_t aId) const in HTMLIdToStringTag()
46 return nsHTMLTags::GetStringValue((nsHTMLTag)aId); in HTMLIdToStringTag()
50 nsParserService::HTMLIdToAtomTag(int32_t aId) const in HTMLIdToAtomTag()
52 return nsHTMLTags::GetAtom((nsHTMLTag)aId); in HTMLIdToAtomTag()
79 aIsContainer = nsHTMLElement::IsContainer((eHTMLTags)aId); in IsContainer()
85 nsParserService::IsBlock(int32_t aId, bool& aIsBlock) const in IsBlock() argument
87 if((aId>eHTMLTag_unknown) && (aId<eHTMLTag_userdefined)) { in IsBlock()
88 aIsBlock=((gHTMLElements[aId].IsMemberOf(kBlock)) || in IsBlock()
89 (gHTMLElements[aId].IsMemberOf(kBlockEntity)) || in IsBlock()
90 (gHTMLElements[aId].IsMemberOf(kHeading)) || in IsBlock()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/glue/
H A DBrowserProcessSubThread.cpp43 BrowserProcessSubThread::BrowserProcessSubThread(ID aId) in BrowserProcessSubThread() argument
44 : base::Thread(kBrowserThreadNames[aId]), mIdentifier(aId) { in BrowserProcessSubThread()
46 DCHECK(aId >= 0 && aId < ID_COUNT); in BrowserProcessSubThread()
47 DCHECK(sBrowserThreads[aId] == nullptr); in BrowserProcessSubThread()
48 sBrowserThreads[aId] = this; in BrowserProcessSubThread()
75 MessageLoop* BrowserProcessSubThread::GetMessageLoop(ID aId) { in GetMessageLoop() argument
77 DCHECK(aId >= 0 && aId < ID_COUNT); in GetMessageLoop()
79 if (sBrowserThreads[aId]) return sBrowserThreads[aId]->message_loop(); in GetMessageLoop()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/glue/
H A DBrowserProcessSubThread.cpp42 BrowserProcessSubThread::BrowserProcessSubThread(ID aId) : in BrowserProcessSubThread() argument
43 base::Thread(kBrowserThreadNames[aId]), in BrowserProcessSubThread()
44 mIdentifier(aId) in BrowserProcessSubThread()
47 DCHECK(aId >= 0 && aId < ID_COUNT); in BrowserProcessSubThread()
48 DCHECK(sBrowserThreads[aId] == nullptr); in BrowserProcessSubThread()
49 sBrowserThreads[aId] = this; in BrowserProcessSubThread()
83 BrowserProcessSubThread::GetMessageLoop(ID aId) in GetMessageLoop() argument
86 DCHECK(aId >= 0 && aId < ID_COUNT); in GetMessageLoop()
88 if (sBrowserThreads[aId]) in GetMessageLoop()
89 return sBrowserThreads[aId]->message_loop(); in GetMessageLoop()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/glue/
H A DBrowserProcessSubThread.cpp42 BrowserProcessSubThread::BrowserProcessSubThread(ID aId) in BrowserProcessSubThread() argument
43 : base::Thread(kBrowserThreadNames[aId]), mIdentifier(aId) { in BrowserProcessSubThread()
45 DCHECK(aId >= 0 && aId < ID_COUNT); in BrowserProcessSubThread()
46 DCHECK(sBrowserThreads[aId] == nullptr); in BrowserProcessSubThread()
47 sBrowserThreads[aId] = this; in BrowserProcessSubThread()
74 MessageLoop* BrowserProcessSubThread::GetMessageLoop(ID aId) { in GetMessageLoop() argument
76 DCHECK(aId >= 0 && aId < ID_COUNT); in GetMessageLoop()
78 if (sBrowserThreads[aId]) return sBrowserThreads[aId]->message_loop(); in GetMessageLoop()
/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DBrowserProcessSubThread.cpp32 BrowserProcessSubThread::BrowserProcessSubThread(ID aId) in BrowserProcessSubThread() argument
33 : base::Thread(kBrowserThreadNames[aId]), mIdentifier(aId) { in BrowserProcessSubThread()
35 DCHECK(aId >= 0 && aId < ID_COUNT); in BrowserProcessSubThread()
36 DCHECK(sBrowserThreads[aId] == nullptr); in BrowserProcessSubThread()
37 sBrowserThreads[aId] = this; in BrowserProcessSubThread()
73 MessageLoop* BrowserProcessSubThread::GetMessageLoop(ID aId) { in GetMessageLoop() argument
75 DCHECK(aId >= 0 && aId < ID_COUNT); in GetMessageLoop()
77 if (sBrowserThreads[aId]) return sBrowserThreads[aId]->message_loop(); in GetMessageLoop()
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DBrowserProcessSubThread.cpp32 BrowserProcessSubThread::BrowserProcessSubThread(ID aId) in BrowserProcessSubThread() argument
33 : base::Thread(kBrowserThreadNames[aId]), mIdentifier(aId) { in BrowserProcessSubThread()
35 DCHECK(aId >= 0 && aId < ID_COUNT); in BrowserProcessSubThread()
36 DCHECK(sBrowserThreads[aId] == nullptr); in BrowserProcessSubThread()
37 sBrowserThreads[aId] = this; in BrowserProcessSubThread()
73 MessageLoop* BrowserProcessSubThread::GetMessageLoop(ID aId) { in GetMessageLoop() argument
75 DCHECK(aId >= 0 && aId < ID_COUNT); in GetMessageLoop()
77 if (sBrowserThreads[aId]) return sBrowserThreads[aId]->message_loop(); in GetMessageLoop()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DBrowserProcessSubThread.cpp32 BrowserProcessSubThread::BrowserProcessSubThread(ID aId) in BrowserProcessSubThread() argument
33 : base::Thread(kBrowserThreadNames[aId]), mIdentifier(aId) { in BrowserProcessSubThread()
35 DCHECK(aId >= 0 && aId < ID_COUNT); in BrowserProcessSubThread()
36 DCHECK(sBrowserThreads[aId] == nullptr); in BrowserProcessSubThread()
37 sBrowserThreads[aId] = this; in BrowserProcessSubThread()
73 MessageLoop* BrowserProcessSubThread::GetMessageLoop(ID aId) { in GetMessageLoop() argument
75 DCHECK(aId >= 0 && aId < ID_COUNT); in GetMessageLoop()
77 if (sBrowserThreads[aId]) return sBrowserThreads[aId]->message_loop(); in GetMessageLoop()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/modules/community/test/install/
H A Dinstall.sql19 `aId` int(11) NOT NULL,
31 `aId` int(11) NOT NULL,
73 ADD PRIMARY KEY (`id`,`aId`),
74 ADD KEY `aId` (`aId`);
80 ADD PRIMARY KEY (`id`,`aId`),
81 ADD KEY `aId` (`aId`);
133 …ADD CONSTRAINT `test_a_has_many_ibfk_1` FOREIGN KEY (`aId`) REFERENCES `test_a` (`id`) ON DELETE C…
139 …ADD CONSTRAINT `test_a_has_one_ibfk_1` FOREIGN KEY (`aId`) REFERENCES `test_a` (`id`) ON DELETE CA…
168 `aId` int(11) NOT NULL,
175 ADD PRIMARY KEY (`aId`,`anotherAId`),
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/systemservices/
H A DMediaSystemResourceManagerParent.cpp27 MediaSystemResourceManagerParent::RecvAcquire(const uint32_t& aId, in RecvAcquire() argument
31 MediaSystemResourceRequest* request = mResourceRequests.Get(aId); in RecvAcquire()
35 mozilla::Unused << SendResponse(aId, false /* fail */); in RecvAcquire()
39 request = new MediaSystemResourceRequest(aId, aResourceType); in RecvAcquire()
40 mResourceRequests.Put(aId, request); in RecvAcquire()
41 mMediaSystemResourceService->Acquire(this, aId, aResourceType, aWillWait); in RecvAcquire()
46 MediaSystemResourceManagerParent::RecvRelease(const uint32_t& aId) in RecvRelease() argument
48 MediaSystemResourceRequest* request = mResourceRequests.Get(aId); in RecvRelease()
53 mMediaSystemResourceService->ReleaseResource(this, aId, request->mResourceType); in RecvRelease()
54 mResourceRequests.Remove(aId); in RecvRelease()
/dports/www/firefox/firefox-99.0/gfx/layers/
H A DCompositorAnimationStorage.cpp32 mAnimatedValues.Remove(aId); in ClearById()
33 mAnimations.erase(aId); in ClearById()
44 const uint64_t& aId) const { in GetAnimatedValue()
47 return mAnimatedValues.Get(aId); in GetAnimatedValue()
54 auto animatedValue = GetAnimatedValue(aId); in GetOMTAValue()
90 MOZ_ASSERT(!mAnimatedValues.Contains(aId)); in SetAnimatedValue()
92 aId, in SetAnimatedValue()
108 MOZ_ASSERT(!mAnimatedValues.Contains(aId)); in SetAnimatedValue()
124 MOZ_ASSERT(!mAnimatedValues.Contains(aId)); in SetAnimatedValue()
146 if (mAnimatedValues.Contains(aId)) { in SetAnimations()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/systemservices/
H A DMediaSystemResourceManagerParent.cpp26 const uint32_t& aId, const MediaSystemResourceType& aResourceType, in RecvAcquire() argument
28 MediaSystemResourceRequest* request = mResourceRequests.Get(aId); in RecvAcquire()
32 mozilla::Unused << SendResponse(aId, false /* fail */); in RecvAcquire()
36 request = new MediaSystemResourceRequest(aId, aResourceType); in RecvAcquire()
37 mResourceRequests.Put(aId, request); in RecvAcquire()
38 mMediaSystemResourceService->Acquire(this, aId, aResourceType, aWillWait); in RecvAcquire()
43 const uint32_t& aId) { in RecvRelease() argument
44 MediaSystemResourceRequest* request = mResourceRequests.Get(aId); in RecvRelease()
49 mMediaSystemResourceService->ReleaseResource(this, aId, in RecvRelease()
51 mResourceRequests.Remove(aId); in RecvRelease()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/systemservices/
H A DMediaSystemResourceManagerParent.cpp26 const uint32_t& aId, const MediaSystemResourceType& aResourceType, in RecvAcquire() argument
28 MediaSystemResourceRequest* request = mResourceRequests.Get(aId); in RecvAcquire()
32 mozilla::Unused << SendResponse(aId, false /* fail */); in RecvAcquire()
36 request = new MediaSystemResourceRequest(aId, aResourceType); in RecvAcquire()
37 mResourceRequests.Put(aId, request); in RecvAcquire()
38 mMediaSystemResourceService->Acquire(this, aId, aResourceType, aWillWait); in RecvAcquire()
43 const uint32_t& aId) { in RecvRelease() argument
44 MediaSystemResourceRequest* request = mResourceRequests.Get(aId); in RecvRelease()
49 mMediaSystemResourceService->ReleaseResource(this, aId, in RecvRelease()
51 mResourceRequests.Remove(aId); in RecvRelease()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/eme/
H A DMediaKeys.cpp237 this, aId, aToken); in ConnectPendingPromiseIdWithToken()
242 if (!mPromises.Contains(aId)) { in RetrievePromise()
245 this, aId); in RetrievePromise()
254 this, aId); in RetrievePromise()
281 mPromiseIdToken.Remove(aId); in RejectPromise()
287 if (mCreatePromiseId == aId) { in RejectPromise()
335 mPromiseIdToken.Remove(aId); in ResolvePromise()
338 mPromiseIdToken.Remove(aId); in ResolvePromise()
483 this, aId, aPluginId); in OnCDMCreated()
491 if (mCreatePromiseId == aId) { in OnCDMCreated()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/ipc/
H A DSharedSurfacesParent.cpp55 const wr::ExternalImageId& aId) { in Get() argument
58 gfxCriticalNote << "SSP:Get " << wr::AsUint64(aId) << " shtd"; in Get()
69 const wr::ExternalImageId& aId) { in Acquire() argument
72 gfxCriticalNote << "SSP:Acq " << wr::AsUint64(aId) << " shtd"; in Acquire()
87 bool SharedSurfacesParent::Release(const wr::ExternalImageId& aId, in Release() argument
94 uint64_t id = wr::AsUint64(aId); in Release()
129 uint64_t id = wr::AsUint64(aId); in AddSameProcess()
144 Release(aId, /* aForCreator */ true); in RemoveSameProcess()
167 void SharedSurfacesParent::Add(const wr::ExternalImageId& aId, in Add() argument
187 uint64_t id = wr::AsUint64(aId); in Add()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/ipc/
H A DSharedSurfacesParent.cpp37 const wr::ExternalImageId& aId) { in Get() argument
44 sInstance->mSurfaces.Get(wr::AsUint64(aId), getter_AddRefs(surface)); in Get()
49 const wr::ExternalImageId& aId) { in Acquire() argument
56 sInstance->mSurfaces.Get(wr::AsUint64(aId), getter_AddRefs(surface)); in Acquire()
66 const wr::ExternalImageId& aId) { in Release() argument
72 uint64_t id = wr::AsUint64(aId); in Release()
100 uint64_t id = wr::AsUint64(aId); in AddSameProcess()
120 const wr::ExternalImageId& aId) { in RemoveSameProcess() argument
124 const wr::ExternalImageId id(aId); in RemoveSameProcess()
164 uint64_t id = wr::AsUint64(aId); in Add()
[all …]

12345678910>>...111