Home
last modified time | relevance | path

Searched refs:aSelf (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/www/firefox-esr/firefox-91.8.0/dom/media/systemservices/
H A DMediaParent.h73 mozilla::ipc::IPCResult IPCResult(Parent* aSelf, bool aSuccess);
76 inline mozilla::ipc::IPCResult IPCResult(Parent<PMediaParent>* aSelf, in IPCResult() argument
78 return aSuccess ? IPC_OK() : IPC_FAIL_NO_REASON(aSelf); in IPCResult()
82 inline mozilla::ipc::IPCResult IPCResult(Parent<NonE10s>* aSelf, in IPCResult() argument
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/systemservices/
H A DMediaParent.h73 mozilla::ipc::IPCResult IPCResult(Parent* aSelf, bool aSuccess);
76 inline mozilla::ipc::IPCResult IPCResult(Parent<PMediaParent>* aSelf, in IPCResult() argument
78 return aSuccess ? IPC_OK() : IPC_FAIL_NO_REASON(aSelf); in IPCResult()
82 inline mozilla::ipc::IPCResult IPCResult(Parent<NonE10s>* aSelf, in IPCResult() argument
/dports/www/firefox/firefox-99.0/dom/media/systemservices/
H A DMediaParent.h73 mozilla::ipc::IPCResult IPCResult(Parent* aSelf, bool aSuccess);
76 inline mozilla::ipc::IPCResult IPCResult(Parent<PMediaParent>* aSelf, in IPCResult() argument
78 return aSuccess ? IPC_OK() : IPC_FAIL_NO_REASON(aSelf); in IPCResult()
82 inline mozilla::ipc::IPCResult IPCResult(Parent<NonE10s>* aSelf, in IPCResult() argument
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/systemservices/
H A DMediaParent.h73 mozilla::ipc::IPCResult IPCResult(Parent* aSelf, bool aSuccess);
76 inline mozilla::ipc::IPCResult IPCResult(Parent<PMediaParent>* aSelf, in IPCResult() argument
78 return aSuccess ? IPC_OK() : IPC_FAIL_NO_REASON(aSelf); in IPCResult()
82 inline mozilla::ipc::IPCResult IPCResult(Parent<NonE10s>* aSelf, in IPCResult() argument
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/systemservices/
H A DMediaParent.h80 mozilla::ipc::IPCResult IPCResult(Parent* aSelf, bool aSuccess);
83 inline mozilla::ipc::IPCResult IPCResult(Parent<PMediaParent>* aSelf, in IPCResult() argument
85 return aSuccess ? IPC_OK() : IPC_FAIL_NO_REASON(aSelf); in IPCResult()
89 inline mozilla::ipc::IPCResult IPCResult(Parent<NonE10s>* aSelf, in IPCResult() argument
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/reproducers/simple/AppletTest/srcs/
H A DAppletErrorTest.java118 final AppletErrorTest aSelf = this; in start() local
120 aSelf.setLayout(new BorderLayout()); in start()
121 aSelf.add(self); in start()
172 aSelf.repaint(); in start()
173 aSelf.validate(); in start()
174 aSelf.repaint(); in start()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleStruct.h184 void* operator new(size_t sz, nsStyleFont* aSelf) { return aSelf; } in new()
591 void* operator new(size_t sz, nsStyleColor* aSelf) { return aSelf; } in new()
896 void* operator new(size_t sz, nsStyleMargin* aSelf) { return aSelf; } in new()
929 void* operator new(size_t sz, nsStylePadding* aSelf) { return aSelf; } in new()
1083 void* operator new(size_t sz, nsStyleBorder* aSelf) { return aSelf; } in new()
1248 void* operator new(size_t sz, nsStyleOutline* aSelf) { return aSelf; } in new()
1313 void* operator new(size_t sz, nsStyleList* aSelf) { return aSelf; } in new()
1759 void* operator new(size_t sz, nsStyleText* aSelf) { return aSelf; } in new()
2646 void* operator new(size_t sz, nsStyleTable* aSelf) { return aSelf; } in new()
2988 void* operator new(size_t sz, nsStyleXUL* aSelf) { return aSelf; } in new()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleStruct.h193 void* operator new(size_t sz, nsStyleFont* aSelf) { return aSelf; } in new()
581 void* operator new(size_t sz, nsStyleColor* aSelf) { return aSelf; } in new()
971 void* operator new(size_t sz, nsStyleMargin* aSelf) { return aSelf; } in new()
1019 void* operator new(size_t sz, nsStylePadding* aSelf) { return aSelf; } in new()
1231 void* operator new(size_t sz, nsStyleBorder* aSelf) { return aSelf; } in new()
1455 void* operator new(size_t sz, nsStyleOutline* aSelf) { return aSelf; } in new()
1530 void* operator new(size_t sz, nsStyleList* aSelf) { return aSelf; } in new()
2041 void* operator new(size_t sz, nsStyleText* aSelf) { return aSelf; } in new()
3080 void* operator new(size_t sz, nsStyleTable* aSelf) { return aSelf; } in new()
3419 void* operator new(size_t sz, nsStyleXUL* aSelf) { return aSelf; } in new()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DLinkStyle.cpp72 void LinkStyle::GetTitleAndMediaForElement(const Element& aSelf, in GetTitleAndMediaForElement() argument
80 if (aSelf.IsInUncomposedDoc()) { in GetTitleAndMediaForElement()
81 aSelf.GetAttr(kNameSpaceID_None, nsGkAtoms::title, aTitle); in GetTitleAndMediaForElement()
85 aSelf.GetAttr(kNameSpaceID_None, nsGkAtoms::media, aMedia); in GetTitleAndMediaForElement()
94 bool LinkStyle::IsCSSMimeTypeAttributeForStyleElement(const Element& aSelf) { in IsCSSMimeTypeAttributeForStyleElement() argument
100 aSelf.GetAttr(kNameSpaceID_None, nsGkAtoms::type, type); in IsCSSMimeTypeAttributeForStyleElement()
/dports/www/firefox/firefox-99.0/dom/base/
H A DLinkStyle.cpp79 void LinkStyle::GetTitleAndMediaForElement(const Element& aSelf, in GetTitleAndMediaForElement() argument
87 if (aSelf.IsInUncomposedDoc()) { in GetTitleAndMediaForElement()
88 aSelf.GetAttr(kNameSpaceID_None, nsGkAtoms::title, aTitle); in GetTitleAndMediaForElement()
92 aSelf.GetAttr(kNameSpaceID_None, nsGkAtoms::media, aMedia); in GetTitleAndMediaForElement()
101 bool LinkStyle::IsCSSMimeTypeAttributeForStyleElement(const Element& aSelf) { in IsCSSMimeTypeAttributeForStyleElement() argument
107 aSelf.GetAttr(kNameSpaceID_None, nsGkAtoms::type, type); in IsCSSMimeTypeAttributeForStyleElement()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DLinkStyle.cpp79 void LinkStyle::GetTitleAndMediaForElement(const Element& aSelf, in GetTitleAndMediaForElement() argument
87 if (aSelf.IsInUncomposedDoc()) { in GetTitleAndMediaForElement()
88 aSelf.GetAttr(kNameSpaceID_None, nsGkAtoms::title, aTitle); in GetTitleAndMediaForElement()
92 aSelf.GetAttr(kNameSpaceID_None, nsGkAtoms::media, aMedia); in GetTitleAndMediaForElement()
101 bool LinkStyle::IsCSSMimeTypeAttributeForStyleElement(const Element& aSelf) { in IsCSSMimeTypeAttributeForStyleElement() argument
107 aSelf.GetAttr(kNameSpaceID_None, nsGkAtoms::type, type); in IsCSSMimeTypeAttributeForStyleElement()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DLinkStyle.cpp79 void LinkStyle::GetTitleAndMediaForElement(const Element& aSelf, in GetTitleAndMediaForElement() argument
87 if (aSelf.IsInUncomposedDoc()) { in GetTitleAndMediaForElement()
88 aSelf.GetAttr(kNameSpaceID_None, nsGkAtoms::title, aTitle); in GetTitleAndMediaForElement()
92 aSelf.GetAttr(kNameSpaceID_None, nsGkAtoms::media, aMedia); in GetTitleAndMediaForElement()
101 bool LinkStyle::IsCSSMimeTypeAttributeForStyleElement(const Element& aSelf) { in IsCSSMimeTypeAttributeForStyleElement() argument
107 aSelf.GetAttr(kNameSpaceID_None, nsGkAtoms::type, type); in IsCSSMimeTypeAttributeForStyleElement()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/gmp-clearkey/0.1/
H A DClearKeyAsyncShutdown.cpp32 void ShutdownTask(ClearKeyAsyncShutdown* aSelf, GMPAsyncShutdownHost* aHost) in ShutdownTask() argument
38 aSelf->Release(); in ShutdownTask()
/dports/www/firefox/firefox-99.0/dom/webgpu/ipc/
H A DWebGPUParent.h76 ipc::IPCResult RecvDeviceAction(RawId aSelf, const ipc::ByteBuf& aByteBuf);
78 RawId aSelf, const ipc::ByteBuf& aByteBuf,
80 ipc::IPCResult RecvTextureAction(RawId aSelf, RawId aDevice,
82 ipc::IPCResult RecvCommandEncoderAction(RawId aSelf, RawId aDevice,
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DGeckoRestyleManager.cpp1979 nsIFrame* aSelf, RestyleResult& aRestyleResult, in ComputeRestyleResultFromFrame() argument
1985 if (aSelf->GetAdditionalStyleContext(0)) { in ComputeRestyleResultFromFrame()
1995 if (aSelf->GetContent() && aSelf->GetContent()->IsNativeAnonymous()) { in ComputeRestyleResultFromFrame()
2007 LayoutFrameType type = aSelf->Type(); in ComputeRestyleResultFromFrame()
2093 nsIFrame* aSelf, GeckoStyleContext* aNewContext, in ComputeRestyleResultFromNewContext() argument
2340 FrameTagToString(aSelf).get(), in RestyleSelf()
2451 MOZ_ASSERT(aSelf->IsTextFrame()); in RestyleSelf()
2482 PseudoElementForStyleContext(aSelf, pseudoType); in RestyleSelf()
2505 mChangeList->AppendChange(aSelf, element, in RestyleSelf()
2535 NS_ASSERTION(aSelf->GetContent(), in RestyleSelf()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DRestyleManager.cpp2338 if (aSelf->GetAdditionalStyleContext(0)) { in ComputeRestyleResultFromFrame()
2350 nsIAtom* type = aSelf->GetType(); in ComputeRestyleResultFromFrame()
2373 nsStyleContext* oldContext = aSelf->StyleContext(); in ComputeRestyleResultFromFrame()
2458 nsStyleContext* oldContext = aSelf->StyleContext(); in ComputeRestyleResultFromNewContext()
2652 ElementRestyler::RestyleSelf(nsIFrame* aSelf, in RestyleSelf() argument
2669 FrameTagToString(aSelf).get(), in RestyleSelf()
2761 if (providerFrame != aSelf->GetParent()) { in RestyleSelf()
2773 GetPrevContinuationWithPossiblySameStyle(aSelf); in RestyleSelf()
2833 mChangeList->AppendChange(aSelf, element, in RestyleSelf()
2866 NS_ASSERTION(aSelf->GetContent(), in RestyleSelf()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/webgpu/ipc/
H A DWebGPUParent.h76 ipc::IPCResult RecvDeviceAction(RawId aSelf, const ipc::ByteBuf& aByteBuf);
77 ipc::IPCResult RecvTextureAction(RawId aSelf, RawId aDevice,
79 ipc::IPCResult RecvCommandEncoderAction(RawId aSelf, RawId aDevice,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/webgpu/ipc/
H A DWebGPUParent.h76 ipc::IPCResult RecvDeviceAction(RawId aSelf, const ipc::ByteBuf& aByteBuf);
77 ipc::IPCResult RecvTextureAction(RawId aSelf, RawId aDevice,
79 ipc::IPCResult RecvCommandEncoderAction(RawId aSelf, RawId aDevice,
/dports/www/firefox-esr/firefox-91.8.0/netwerk/dns/
H A DnsIDNService.h101 static void PrefChanged(const char* aPref, void* aSelf) { in PrefChanged() argument
102 auto* self = static_cast<nsIDNService*>(aSelf); in PrefChanged()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/dns/
H A DnsIDNService.h101 static void PrefChanged(const char* aPref, void* aSelf) { in PrefChanged() argument
102 auto* self = static_cast<nsIDNService*>(aSelf); in PrefChanged()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/dns/
H A DnsIDNService.h101 static void PrefChanged(const char* aPref, void* aSelf) { in PrefChanged() argument
102 auto self = static_cast<nsIDNService*>(aSelf); in PrefChanged()
/dports/www/firefox/firefox-99.0/netwerk/dns/
H A DnsIDNService.h102 static void PrefChanged(const char* aPref, void* aSelf) { in PrefChanged() argument
103 auto* self = static_cast<nsIDNService*>(aSelf); in PrefChanged()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DScrollbarActivity.h88 static void FadeBeginTimerFired(nsITimer* aTimer, void* aSelf) { in FadeBeginTimerFired() argument
90 reinterpret_cast<ScrollbarActivity*>(aSelf)); in FadeBeginTimerFired()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DScrollbarActivity.h87 static void FadeBeginTimerFired(nsITimer* aTimer, void* aSelf) { in FadeBeginTimerFired() argument
89 reinterpret_cast<ScrollbarActivity*>(aSelf)); in FadeBeginTimerFired()
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DScrollbarActivity.h94 static void FadeBeginTimerFired(nsITimer* aTimer, void* aSelf) { in FadeBeginTimerFired() argument
96 reinterpret_cast<ScrollbarActivity*>(aSelf)); in FadeBeginTimerFired()

123456789