Home
last modified time | relevance | path

Searched refs:aBC (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/extensions/
H A DExtensionsParent.cpp64 if (aBC.IsNullOrDiscarded()) { in RecvDocumentChange()
71 WebNavigation()->OnDocumentChange(aBC.get(), transitionData, aLocation); in RecvDocumentChange()
79 if (aBC.IsNullOrDiscarded()) { in RecvHistoryChange()
86 WebNavigation()->OnHistoryChange(aBC.get(), transitionData, aLocation, in RecvHistoryChange()
95 if (aBC.IsNullOrDiscarded()) { in RecvStateChange()
104 MaybeDiscardedBrowsingContext&& aBC, in RecvCreatedNavigationTarget() argument
106 if (aBC.IsNullOrDiscarded() || aSourceBC.IsNull()) { in RecvCreatedNavigationTarget()
111 aBC.get(), aSourceBC.GetMaybeDiscarded(), aURL); in RecvCreatedNavigationTarget()
116 MaybeDiscardedBrowsingContext&& aBC, nsIURI* aDocumentURI) { in RecvDOMContentLoaded() argument
117 if (aBC.IsNullOrDiscarded()) { in RecvDOMContentLoaded()
[all …]
H A DExtensionsParent.h23 ipc::IPCResult RecvDocumentChange(MaybeDiscardedBrowsingContext&& aBC,
27 ipc::IPCResult RecvHistoryChange(MaybeDiscardedBrowsingContext&& aBC,
33 ipc::IPCResult RecvStateChange(MaybeDiscardedBrowsingContext&& aBC,
38 MaybeDiscardedBrowsingContext&& aBC,
41 ipc::IPCResult RecvDOMContentLoaded(MaybeDiscardedBrowsingContext&& aBC,
/dports/www/firefox/firefox-99.0/toolkit/components/extensions/
H A DExtensionsParent.cpp64 if (aBC.IsNullOrDiscarded()) { in RecvDocumentChange()
71 WebNavigation()->OnDocumentChange(aBC.get(), transitionData, aLocation); in RecvDocumentChange()
79 if (aBC.IsNullOrDiscarded()) { in RecvHistoryChange()
86 WebNavigation()->OnHistoryChange(aBC.get(), transitionData, aLocation, in RecvHistoryChange()
95 if (aBC.IsNullOrDiscarded()) { in RecvStateChange()
104 MaybeDiscardedBrowsingContext&& aBC, in RecvCreatedNavigationTarget() argument
106 if (aBC.IsNullOrDiscarded() || aSourceBC.IsNull()) { in RecvCreatedNavigationTarget()
111 aBC.get(), aSourceBC.GetMaybeDiscarded(), aURL); in RecvCreatedNavigationTarget()
116 MaybeDiscardedBrowsingContext&& aBC, nsIURI* aDocumentURI) { in RecvDOMContentLoaded() argument
117 if (aBC.IsNullOrDiscarded()) { in RecvDOMContentLoaded()
[all …]
H A DExtensionsParent.h23 ipc::IPCResult RecvDocumentChange(MaybeDiscardedBrowsingContext&& aBC,
27 ipc::IPCResult RecvHistoryChange(MaybeDiscardedBrowsingContext&& aBC,
33 ipc::IPCResult RecvStateChange(MaybeDiscardedBrowsingContext&& aBC,
38 MaybeDiscardedBrowsingContext&& aBC,
41 ipc::IPCResult RecvDOMContentLoaded(MaybeDiscardedBrowsingContext&& aBC,
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/extensions/
H A DExtensionsParent.cpp64 if (aBC.IsNullOrDiscarded()) { in RecvDocumentChange()
71 WebNavigation()->OnDocumentChange(aBC.get(), transitionData, aLocation); in RecvDocumentChange()
79 if (aBC.IsNullOrDiscarded()) { in RecvHistoryChange()
86 WebNavigation()->OnHistoryChange(aBC.get(), transitionData, aLocation, in RecvHistoryChange()
95 if (aBC.IsNullOrDiscarded()) { in RecvStateChange()
104 MaybeDiscardedBrowsingContext&& aBC, in RecvCreatedNavigationTarget() argument
106 if (aBC.IsNullOrDiscarded() || aSourceBC.IsNull()) { in RecvCreatedNavigationTarget()
111 aBC.get(), aSourceBC.GetMaybeDiscarded(), aURL); in RecvCreatedNavigationTarget()
116 MaybeDiscardedBrowsingContext&& aBC, nsIURI* aDocumentURI) { in RecvDOMContentLoaded() argument
117 if (aBC.IsNullOrDiscarded()) { in RecvDOMContentLoaded()
[all …]
H A DExtensionsParent.h23 ipc::IPCResult RecvDocumentChange(MaybeDiscardedBrowsingContext&& aBC,
27 ipc::IPCResult RecvHistoryChange(MaybeDiscardedBrowsingContext&& aBC,
33 ipc::IPCResult RecvStateChange(MaybeDiscardedBrowsingContext&& aBC,
38 MaybeDiscardedBrowsingContext&& aBC,
41 ipc::IPCResult RecvDOMContentLoaded(MaybeDiscardedBrowsingContext&& aBC,
/dports/www/firefox-esr/firefox-91.8.0/dom/media/mediacontrol/
H A DMediaControlUtils.cpp15 BrowsingContext* GetAliveTopBrowsingContext(BrowsingContext* aBC) { in GetAliveTopBrowsingContext() argument
16 if (!aBC || aBC->IsDiscarded()) { in GetAliveTopBrowsingContext()
19 aBC = aBC->Top(); in GetAliveTopBrowsingContext()
20 if (!aBC || aBC->IsDiscarded()) { in GetAliveTopBrowsingContext()
23 return aBC; in GetAliveTopBrowsingContext()
/dports/www/firefox/firefox-99.0/dom/media/mediacontrol/
H A DMediaControlUtils.cpp15 BrowsingContext* GetAliveTopBrowsingContext(BrowsingContext* aBC) { in GetAliveTopBrowsingContext() argument
16 if (!aBC || aBC->IsDiscarded()) { in GetAliveTopBrowsingContext()
19 aBC = aBC->Top(); in GetAliveTopBrowsingContext()
20 if (!aBC || aBC->IsDiscarded()) { in GetAliveTopBrowsingContext()
23 return aBC; in GetAliveTopBrowsingContext()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/mediacontrol/
H A DMediaControlUtils.cpp15 BrowsingContext* GetAliveTopBrowsingContext(BrowsingContext* aBC) { in GetAliveTopBrowsingContext() argument
16 if (!aBC || aBC->IsDiscarded()) { in GetAliveTopBrowsingContext()
19 aBC = aBC->Top(); in GetAliveTopBrowsingContext()
20 if (!aBC || aBC->IsDiscarded()) { in GetAliveTopBrowsingContext()
23 return aBC; in GetAliveTopBrowsingContext()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/mediacontrol/
H A DMediaControlUtils.cpp16 BrowsingContext* GetAliveTopBrowsingContext(BrowsingContext* aBC) { in GetAliveTopBrowsingContext() argument
17 if (!aBC || aBC->IsDiscarded()) { in GetAliveTopBrowsingContext()
20 aBC = aBC->Top(); in GetAliveTopBrowsingContext()
21 if (!aBC || aBC->IsDiscarded()) { in GetAliveTopBrowsingContext()
24 return aBC; in GetAliveTopBrowsingContext()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DWindowProxyHolder.h33 explicit WindowProxyHolder(BrowsingContext* aBC) : mBrowsingContext(aBC) { in WindowProxyHolder() argument
36 explicit WindowProxyHolder(RefPtr<BrowsingContext>&& aBC) in WindowProxyHolder() argument
37 : mBrowsingContext(std::move(aBC)) { in WindowProxyHolder()
40 WindowProxyHolder& operator=(BrowsingContext* aBC) {
41 mBrowsingContext = aBC;
45 WindowProxyHolder& operator=(RefPtr<BrowsingContext>&& aBC) {
46 mBrowsingContext = std::move(aBC);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DWindowProxyHolder.h33 explicit WindowProxyHolder(BrowsingContext* aBC) : mBrowsingContext(aBC) { in WindowProxyHolder() argument
36 explicit WindowProxyHolder(RefPtr<BrowsingContext>&& aBC) in WindowProxyHolder() argument
37 : mBrowsingContext(std::move(aBC)) { in WindowProxyHolder()
40 WindowProxyHolder& operator=(BrowsingContext* aBC) {
41 mBrowsingContext = aBC;
45 WindowProxyHolder& operator=(RefPtr<BrowsingContext>&& aBC) {
46 mBrowsingContext = std::move(aBC);
/dports/www/firefox/firefox-99.0/dom/base/
H A DWindowProxyHolder.h33 explicit WindowProxyHolder(BrowsingContext* aBC) : mBrowsingContext(aBC) { in WindowProxyHolder() argument
36 explicit WindowProxyHolder(RefPtr<BrowsingContext>&& aBC) in WindowProxyHolder() argument
37 : mBrowsingContext(std::move(aBC)) { in WindowProxyHolder()
40 WindowProxyHolder& operator=(BrowsingContext* aBC) {
41 mBrowsingContext = aBC;
45 WindowProxyHolder& operator=(RefPtr<BrowsingContext>&& aBC) {
46 mBrowsingContext = std::move(aBC);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DWindowProxyHolder.h33 explicit WindowProxyHolder(BrowsingContext* aBC) : mBrowsingContext(aBC) { in WindowProxyHolder() argument
36 explicit WindowProxyHolder(RefPtr<BrowsingContext>&& aBC) in WindowProxyHolder() argument
37 : mBrowsingContext(std::move(aBC)) { in WindowProxyHolder()
40 WindowProxyHolder& operator=(BrowsingContext* aBC) {
41 mBrowsingContext = aBC;
45 WindowProxyHolder& operator=(RefPtr<BrowsingContext>&& aBC) {
46 mBrowsingContext = std::move(aBC);
/dports/cad/opencascade/opencascade-7.6.0/src/IntCurveSurface/
H A DIntCurveSurface_HCurveTool.gxx88 const Handle(Geom_BSplineCurve)& aBC = C->BSpline();
92 Standard_Integer ui1 = aBC->FirstUKnotIndex();
93 Standard_Integer ui2 = aBC->LastUKnotIndex();
96 if(U0 >= aBC->Knot(i) && U0 < aBC->Knot(i+1)) {
103 if(U1 <= aBC->Knot(i) && U1 > aBC->Knot(i-1)) {
109 Standard_Integer nbsu = ui2-ui1+1; nbsu += (nbsu - 1) * (aBC->Degree()-1);
133 nbi = aBC->Degree();
138 else t2 = aBC->Knot(i);
173 gp_Pnt p1 = aBC->Value(t2);
176 gp_Pnt p2 = aBC->Value(t2);
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIntCurveSurface_HCurveTool.gxx88 const Handle(Geom_BSplineCurve)& aBC = C->BSpline();
92 Standard_Integer ui1 = aBC->FirstUKnotIndex();
93 Standard_Integer ui2 = aBC->LastUKnotIndex();
96 if(U0 >= aBC->Knot(i) && U0 < aBC->Knot(i+1)) {
103 if(U1 <= aBC->Knot(i) && U1 > aBC->Knot(i-1)) {
109 Standard_Integer nbsu = ui2-ui1+1; nbsu += (nbsu - 1) * (aBC->Degree()-1);
133 nbi = aBC->Degree();
138 else t2 = aBC->Knot(i);
173 gp_Pnt p1 = aBC->Value(t2);
176 gp_Pnt p2 = aBC->Value(t2);
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIntCurveSurface_HCurveTool.gxx88 const Handle(Geom_BSplineCurve)& aBC = C->BSpline();
92 Standard_Integer ui1 = aBC->FirstUKnotIndex();
93 Standard_Integer ui2 = aBC->LastUKnotIndex();
96 if(U0 >= aBC->Knot(i) && U0 < aBC->Knot(i+1)) {
103 if(U1 <= aBC->Knot(i) && U1 > aBC->Knot(i-1)) {
109 Standard_Integer nbsu = ui2-ui1+1; nbsu += (nbsu - 1) * (aBC->Degree()-1);
133 nbi = aBC->Degree();
138 else t2 = aBC->Knot(i);
173 gp_Pnt p1 = aBC->Value(t2);
176 gp_Pnt p2 = aBC->Value(t2);
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BOPTools/
H A DBOPTools_AlgoTools_2.cxx306 BRepAdaptor_Curve aBC; in CorrectRange() local
313 aBC.Initialize(aE1); in CorrectRange()
314 aCT=aBC.GetType(); in CorrectRange()
335 aBC.D1 (aTF, aP, aDer); in CorrectRange()
338 aBC.D1 (aTL, aP, aDer); in CorrectRange()
351 aRes = aBC.Resolution(aRes); in CorrectRange()
379 BRepAdaptor_Curve aBC; in CorrectRange() local
390 aBC.Initialize(aE); in CorrectRange()
391 aCT=aBC.GetType(); in CorrectRange()
404 aBC.D1 (aTF, aP, aDer); in CorrectRange()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/windowwatcher/
H A DnsOpenWindowInfo.cpp65 BrowsingContext* aBC) { in BrowsingContextReady() argument
71 if (aBC) { in BrowsingContextReady()
72 mPromise->Resolve(aBC, __func__); in BrowsingContextReady()
/dports/cad/jspice3/jspice3-2.5/src/lib/sced/
H A Dgridline.c74 if (YInP < CurrentAOI.aBC) break; in ShowGrid()
99 if (YInP < CurrentAOI.aBC) break; in ShowGrid()
126 DevLine((int)XInP,(int)CurrentAOI.aBC, in ShowGrid()
237 CurrentAOI.aBC,CurrentAOI.aRC,CurrentAOI.aTC)){
276 if (Y1P > CurrentAOI.aTC Or Y2P < CurrentAOI.aBC) return;
277 if (Y1P < CurrentAOI.aBC) Y1P = CurrentAOI.aBC;
281 if (Y1P < CurrentAOI.aBC Or Y1P > CurrentAOI.aTC) return;
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/mysql-test/mroonga/storage/r/
H A Dindex_read_multiple_varchar_collation.result11 INSERT INTO ids VALUES ("ABC", "aBC");
21 ABC aBC
28 ABC aBC
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/mysql-test/mroonga/storage/r/
H A Dindex_read_multiple_varchar_collation.result11 INSERT INTO ids VALUES ("ABC", "aBC");
21 ABC aBC
28 ABC aBC
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/mysql-test/mroonga/storage/r/
H A Dindex_read_multiple_varchar_collation.result11 INSERT INTO ids VALUES ("ABC", "aBC");
21 ABC aBC
28 ABC aBC
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/mysql-test/mroonga/storage/r/
H A Dindex_read_multiple_varchar_collation.result11 INSERT INTO ids VALUES ("ABC", "aBC");
21 ABC aBC
28 ABC aBC
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/mysql-test/mroonga/storage/r/
H A Dindex_read_multiple_varchar_collation.result11 INSERT INTO ids VALUES ("ABC", "aBC");
21 ABC aBC
28 ABC aBC

12345678910>>...16