Home
last modified time | relevance | path

Searched refs:aShell (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/imap/src/
H A DnsImapBodyShell.cpp346 QueuePrefetchMIMEHeader(aShell); in GenerateMIMEHeader()
352 if (!ShouldFetchInline(aShell)) { in GenerateMIMEHeader()
409 aShell->GetConnection()->FetchTryChunking(aShell->GetUID(), kMIMEPart, true, in GeneratePart()
523 if (ShouldFetchInline(aShell)) { in Generate()
676 return ShouldFetchInline(aShell); in PreflightCheckAllInline()
757 if (!aShell->GetPseudoInterrupted()) in Generate()
759 if (!aShell->GetPseudoInterrupted()) in Generate()
884 if (ShouldFetchInline(aShell)) { in Generate()
945 bool rv = ShouldFetchInline(aShell); in PreflightCheckAllInline()
1000 nsImapBodyShell* aShell) { in QueuePrefetchMessageHeaders() argument
[all …]
H A DnsImapBodyShell.h41 virtual int32_t Generate(nsImapBodyShell* aShell, bool /*stream*/, in Generate() argument
51 virtual bool ShouldFetchInline(nsImapBodyShell* aShell) { in ShouldFetchInline() argument
63 virtual int32_t GeneratePart(nsImapBodyShell* aShell, bool stream,
101 virtual void QueuePrefetchMIMEHeader(nsImapBodyShell* aShell);
140 virtual int32_t Generate(nsImapBodyShell* aShell, bool stream,
142 virtual bool ShouldFetchInline(nsImapBodyShell* aShell) override;
151 virtual bool ShouldFetchInline(nsImapBodyShell* aShell) override;
155 virtual int32_t Generate(nsImapBodyShell* aShell, bool stream,
179 virtual int32_t Generate(nsImapBodyShell* aShell, bool stream,
182 virtual bool ShouldFetchInline(nsImapBodyShell* aShell) override;
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsRefreshDriver.h156 bool AddStyleFlushObserver(nsIPresShell* aShell) { in AddStyleFlushObserver() argument
157 NS_ASSERTION(!mStyleFlushObservers.Contains(aShell), in AddStyleFlushObserver()
171 void RemoveStyleFlushObserver(nsIPresShell* aShell) { in RemoveStyleFlushObserver() argument
172 mStyleFlushObservers.RemoveElement(aShell); in RemoveStyleFlushObserver()
174 bool AddLayoutFlushObserver(nsIPresShell* aShell) { in AddLayoutFlushObserver() argument
175 NS_ASSERTION(!IsLayoutFlushObserver(aShell), in AddLayoutFlushObserver()
188 void RemoveLayoutFlushObserver(nsIPresShell* aShell) { in RemoveLayoutFlushObserver() argument
189 mLayoutFlushObservers.RemoveElement(aShell); in RemoveLayoutFlushObserver()
191 bool IsLayoutFlushObserver(nsIPresShell* aShell) { in IsLayoutFlushObserver() argument
192 return mLayoutFlushObservers.Contains(aShell); in IsLayoutFlushObserver()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DnsRefreshDriver.h161 mResizeEventFlushObservers.AppendElement(aShell); in AddResizeEventFlushObserver()
166 mResizeEventFlushObservers.RemoveElement(aShell); in RemoveResizeEventFlushObserver()
172 bool AddStyleFlushObserver(nsIPresShell* aShell) { in AddStyleFlushObserver() argument
173 NS_ASSERTION(!mStyleFlushObservers.Contains(aShell), in AddStyleFlushObserver()
180 void RemoveStyleFlushObserver(nsIPresShell* aShell) { in RemoveStyleFlushObserver() argument
181 mStyleFlushObservers.RemoveElement(aShell); in RemoveStyleFlushObserver()
183 bool AddLayoutFlushObserver(nsIPresShell* aShell) { in AddLayoutFlushObserver() argument
184 NS_ASSERTION(!IsLayoutFlushObserver(aShell), in AddLayoutFlushObserver()
191 mLayoutFlushObservers.RemoveElement(aShell); in RemoveLayoutFlushObserver()
193 bool IsLayoutFlushObserver(nsIPresShell* aShell) { in IsLayoutFlushObserver() argument
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BRepClass3d/
H A DBRepClass3d.cxx43 TopoDS_Shell aShell, aDummy; in OuterShell() local
60 aShell=*((TopoDS_Shell*)&aSx); in OuterShell()
70 return aShell; in OuterShell()
76 aShell=*((TopoDS_Shell*)&aSx); in OuterShell()
77 if (!IsInternal(aShell)) { in OuterShell()
80 aBB.Add(aSDx, aShell); in OuterShell()
96 return aShell; in OuterShell()
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DViewportUtils.cpp119 const LayoutDevicePoint& aPoint, PresShell* aShell) { in DocumentRelativeLayoutToVisual() argument
121 nsLayoutUtils::ScrollIdForRootScrollFrame(aShell->GetPresContext()); in DocumentRelativeLayoutToVisual()
129 const LayoutDeviceRect& aRect, PresShell* aShell) { in DocumentRelativeLayoutToVisual() argument
131 nsLayoutUtils::ScrollIdForRootScrollFrame(aShell->GetPresContext()); in DocumentRelativeLayoutToVisual()
139 const LayoutDeviceIntRect& aRect, PresShell* aShell) { in DocumentRelativeLayoutToVisual() argument
140 return DocumentRelativeLayoutToVisual(IntRectToRect(aRect), aShell); in DocumentRelativeLayoutToVisual()
144 PresShell* aShell) { in DocumentRelativeLayoutToVisual() argument
262 Scale2D ViewportUtils::TryInferEnclosingResolution(PresShell* aShell) { in TryInferEnclosingResolution() argument
263 MOZ_ASSERT(aShell && aShell->GetPresContext()); in TryInferEnclosingResolution()
264 MOZ_ASSERT(!aShell->GetPresContext()->GetParentPresContext(), in TryInferEnclosingResolution()
[all …]
H A DViewportUtils.h61 const LayoutDevicePoint& aPoint, PresShell* aShell);
63 const LayoutDeviceRect& aRect, PresShell* aShell);
65 const LayoutDeviceIntRect& aRect, PresShell* aShell);
67 PresShell* aShell);
111 static Scale2D TryInferEnclosingResolution(PresShell* aShell);
/dports/www/firefox/firefox-99.0/layout/base/
H A DViewportUtils.cpp119 const LayoutDevicePoint& aPoint, PresShell* aShell) { in DocumentRelativeLayoutToVisual() argument
121 nsLayoutUtils::ScrollIdForRootScrollFrame(aShell->GetPresContext()); in DocumentRelativeLayoutToVisual()
129 const LayoutDeviceRect& aRect, PresShell* aShell) { in DocumentRelativeLayoutToVisual() argument
131 nsLayoutUtils::ScrollIdForRootScrollFrame(aShell->GetPresContext()); in DocumentRelativeLayoutToVisual()
139 const LayoutDeviceIntRect& aRect, PresShell* aShell) { in DocumentRelativeLayoutToVisual() argument
140 return DocumentRelativeLayoutToVisual(IntRectToRect(aRect), aShell); in DocumentRelativeLayoutToVisual()
144 PresShell* aShell) { in DocumentRelativeLayoutToVisual() argument
262 Scale2D ViewportUtils::TryInferEnclosingResolution(PresShell* aShell) { in TryInferEnclosingResolution() argument
263 MOZ_ASSERT(aShell && aShell->GetPresContext()); in TryInferEnclosingResolution()
264 MOZ_ASSERT(!aShell->GetPresContext()->GetParentPresContext(), in TryInferEnclosingResolution()
[all …]
H A DViewportUtils.h61 const LayoutDevicePoint& aPoint, PresShell* aShell);
63 const LayoutDeviceRect& aRect, PresShell* aShell);
65 const LayoutDeviceIntRect& aRect, PresShell* aShell);
67 PresShell* aShell);
111 static Scale2D TryInferEnclosingResolution(PresShell* aShell);
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DViewportUtils.cpp119 const LayoutDevicePoint& aPoint, PresShell* aShell) { in DocumentRelativeLayoutToVisual() argument
121 nsLayoutUtils::ScrollIdForRootScrollFrame(aShell->GetPresContext()); in DocumentRelativeLayoutToVisual()
129 const LayoutDeviceRect& aRect, PresShell* aShell) { in DocumentRelativeLayoutToVisual() argument
131 nsLayoutUtils::ScrollIdForRootScrollFrame(aShell->GetPresContext()); in DocumentRelativeLayoutToVisual()
139 const LayoutDeviceIntRect& aRect, PresShell* aShell) { in DocumentRelativeLayoutToVisual() argument
140 return DocumentRelativeLayoutToVisual(IntRectToRect(aRect), aShell); in DocumentRelativeLayoutToVisual()
144 PresShell* aShell) { in DocumentRelativeLayoutToVisual() argument
262 Scale2D ViewportUtils::TryInferEnclosingResolution(PresShell* aShell) { in TryInferEnclosingResolution() argument
263 MOZ_ASSERT(aShell && aShell->GetPresContext()); in TryInferEnclosingResolution()
264 MOZ_ASSERT(!aShell->GetPresContext()->GetParentPresContext(), in TryInferEnclosingResolution()
[all …]
H A DViewportUtils.h61 const LayoutDevicePoint& aPoint, PresShell* aShell);
63 const LayoutDeviceRect& aRect, PresShell* aShell);
65 const LayoutDeviceIntRect& aRect, PresShell* aShell);
67 PresShell* aShell);
111 static Scale2D TryInferEnclosingResolution(PresShell* aShell);
/dports/cad/opencascade/opencascade-7.6.0/src/BOPAlgo/
H A DBOPAlgo_BuilderSolid.cxx367 TopoDS_Shell aShell; in PerformLoops() local
368 aBB.MakeShell(aShell); in PerformLoops()
369 aBB.Add(aShell, aFF); in PerformLoops()
371 aItS.Initialize(aShell); in PerformLoops()
388 aShell.Closed (BRep_Tool::IsClosed (aShell)); in PerformLoops()
438 aHoleShells.Add(aShell); in PerformAreas()
763 TopoDS_Shell aShell; in MakeInternalShells() local
764 aBB.MakeShell(aShell); in MakeInternalShells()
766 aBB.Add(aShell, aFF); in MakeInternalShells()
786 aShell.Closed (BRep_Tool::IsClosed (aShell)); in MakeInternalShells()
[all …]
H A DBOPAlgo_ShellSplitter.cxx274 aItS.Initialize(aShell); in SplitBlock()
355 aBB.Add(aShell, aSelF); in SplitBlock()
574 TopoDS_Shell aShell; in MakeShells() local
577 MakeShell(aLF, aShell); in MakeShells()
578 aShell.Closed(Standard_True); in MakeShells()
579 myShells.Append(aShell); in MakeShells()
603 aShell.Closed(Standard_True); in MakeShells()
604 myShells.Append(aShell); in MakeShells()
613 TopoDS_Shell& aShell) in MakeShell() argument
618 aBB.MakeShell(aShell); in MakeShell()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/TopoDSToStep/
H A DTopoDSToStep_MakeShellBasedSurfaceModel.cxx95 TopoDSToStep_MakeShellBasedSurfaceModel(const TopoDS_Shell& aShell, in TopoDSToStep_MakeShellBasedSurfaceModel() argument
107 TopoDSToStep_Builder StepB(aShell, aTool, FP, theProgress); in TopoDSToStep_MakeShellBasedSurfaceModel()
114 if (aShell.Closed()) { in TopoDSToStep_MakeShellBasedSurfaceModel()
129 TopoDSToStep::AddResult(FP,aShell,theShellBasedSurfaceModel); in TopoDSToStep_MakeShellBasedSurfaceModel()
135 new TransferBRep_ShapeMapper(aShell); in TopoDSToStep_MakeShellBasedSurfaceModel()
157 TopoDS_Shell aShell; in TopoDSToStep_MakeShellBasedSurfaceModel() local
169 aShell = TopoDS::Shell(It.Value()); in TopoDSToStep_MakeShellBasedSurfaceModel()
172 TopoDSToStep_Builder StepB(aShell, aTool, FP, aPS.Next()); in TopoDSToStep_MakeShellBasedSurfaceModel()
180 new TransferBRep_ShapeMapper(aShell); in TopoDSToStep_MakeShellBasedSurfaceModel()
H A DTopoDSToStep_MakeManifoldSolidBrep.cxx35 static Handle(StepShape_ManifoldSolidBrep) MakeManifoldSolidBrep (const TopoDS_Shell& aShell, in MakeManifoldSolidBrep() argument
44 TopoDSToStep_Builder StepB(aShell, aTool, FP, theProgress); in MakeManifoldSolidBrep()
74 TopoDSToStep_MakeManifoldSolidBrep(const TopoDS_Shell& aShell, in TopoDSToStep_MakeManifoldSolidBrep() argument
78 theManifoldSolidBrep = MakeManifoldSolidBrep(aShell, FP, theProgress); in TopoDSToStep_MakeManifoldSolidBrep()
81 Handle(TransferBRep_ShapeMapper) errShape = new TransferBRep_ShapeMapper(aShell); in TopoDSToStep_MakeManifoldSolidBrep()
H A DTopoDSToStep_MakeFacetedBrep.cxx38 TopoDSToStep_MakeFacetedBrep(const TopoDS_Shell& aShell, in TopoDSToStep_MakeFacetedBrep() argument
43 if (aShell.Closed()) { in TopoDSToStep_MakeFacetedBrep()
48 TopoDSToStep_Builder StepB(aShell, aTool, FP, theProgress); in TopoDSToStep_MakeFacetedBrep()
66 new TransferBRep_ShapeMapper(aShell); in TopoDSToStep_MakeFacetedBrep()
73 new TransferBRep_ShapeMapper(aShell); in TopoDSToStep_MakeFacetedBrep()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/view/
H A Dviewpg.cxx80 SwViewShell aShell( *this, nullptr, pPrinter ); in PrintProspect() local
82 CurrShell aCurr( &aShell ); in PrintProspect()
84 aShell.PrepareForPrint( rPrintData ); in PrintProspect()
97 pStPage = sw_getPage(*aShell.GetLayout(), rPagesToPrint.first); in PrintProspect()
101 pNxtPage = sw_getPage(*aShell.GetLayout(), rPagesToPrint.second); in PrintProspect()
185 aShell.Imp()->SetFirstVisPageInvalid(); in PrintProspect()
186 aShell.maVisArea = pStPage->getFrameArea(); in PrintProspect()
189 aPos -= aShell.maVisArea.Pos(); in PrintProspect()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/view/
H A Dviewpg.cxx92 SwViewShell aShell( *this, nullptr, pPrinter ); in PrintProspect() local
94 SET_CURR_SHELL( &aShell ); in PrintProspect()
96 aShell.PrepareForPrint( rPrintData ); in PrintProspect()
109 pStPage = sw_getPage(*aShell.GetLayout(), rPagesToPrint.first); in PrintProspect()
113 pNxtPage = sw_getPage(*aShell.GetLayout(), rPagesToPrint.second); in PrintProspect()
197 aShell.Imp()->SetFirstVisPageInvalid(); in PrintProspect()
198 aShell.maVisArea = pStPage->getFrameArea(); in PrintProspect()
201 aPos -= aShell.maVisArea.Pos(); in PrintProspect()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/
H A DTestAction.java25 public TestAction(Shell aShell) { in TestAction() argument
27 shell = aShell; in TestAction()
30 public TestAction(Shell aShell, String label) { in TestAction() argument
32 shell = aShell; in TestAction()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepPrimAPI/
H A DBRepPrimAPI_MakeHalfSpace.cxx194 TopoDS_Shell aShell; in BRepPrimAPI_MakeHalfSpace() local
202 BRep_Builder().MakeShell(aShell); in BRepPrimAPI_MakeHalfSpace()
203 BRep_Builder().Add(aShell, theFace); in BRepPrimAPI_MakeHalfSpace()
206 aShell.Reverse(); in BRepPrimAPI_MakeHalfSpace()
208 BRep_Builder().Add(mySolid, aShell); in BRepPrimAPI_MakeHalfSpace()
233 TopoDS_Shell aShell = theShell; in BRepPrimAPI_MakeHalfSpace() local
236 aShell.Reverse(); in BRepPrimAPI_MakeHalfSpace()
238 BRep_Builder().Add(mySolid, aShell); in BRepPrimAPI_MakeHalfSpace()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepLib/
H A DBRepLib_MakeSolid.cxx63 TopoDS_Shape aShell; in BRepLib_MakeSolid() local
64 B.MakeShell(TopoDS::Shell(aShell)); in BRepLib_MakeSolid()
68 B.Add(aShell, aFaceIter.Key()); in BRepLib_MakeSolid()
70 aShell.Closed (BRep_Tool::IsClosed (aShell)); in BRepLib_MakeSolid()
72 B.Add(myShape,aShell); in BRepLib_MakeSolid()
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeFix/
H A DShapeFix_Solid.cxx276 TopExp_Explorer aExpEdges(aShell,TopAbs_EDGE); in CreateSolids()
278 ShellSolid.Add(aShell,aShell); in CreateSolids()
286 B.Add (aSolid,aShell); in CreateSolids()
287 if(aMapStatus.IsBound(aShell)) { in CreateSolids()
307 ShellSolid.Add(aShell,aSolid); in CreateSolids()
313 aShell.Reverse(); in CreateSolids()
316 B.Add (aTmpSolid,aShell); in CreateSolids()
340 ShellSolid.Add(aShell,aSolid); in CreateSolids()
462 TopoDS_Shell aShell; in Perform() local
464 aShell = TopoDS::Shell(itersh.Value()); in Perform()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/apz/util/
H A DAPZCCallbackHelper.cpp672 LayerManager* lm = aShell->GetLayerManager(); in SendLayersDependentApzcTargetConfirmation()
729 nsIPresShell* aShell, in SendSetTargetAPZCNotificationHelper() argument
737 waitForRefresh = aShell->AddPostRefreshObserver( in SendSetTargetAPZCNotificationHelper()
738 new DisplayportSetListener(aShell, aInputBlockId, Move(aTargets))); in SendSetTargetAPZCNotificationHelper()
843 APZCCallbackHelper::NotifyFlushComplete(nsIPresShell* aShell) in NotifyFlushComplete() argument
852 if (aShell && aShell->GetRootFrame()) { in NotifyFlushComplete()
853 aShell->GetRootFrame()->SchedulePaint(); in NotifyFlushComplete()
874 aShell && aShell->GetRootFrame()) { in SuppressDisplayport()
876 aShell->GetRootFrame()->SchedulePaint(); in SuppressDisplayport()
890 aShell && aShell->GetRootFrame()) { in RespectDisplayPortSuppression()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepBuild/
H A DTopOpeBRepBuild_Builder1_2.cxx73 TopoDS_Shell aShell=TopoDS::Shell(aLocalShape); in CorrectResult2d() local
152 BB.Add (aShell, aFace); in CorrectResult2d()
155 aShell.Orientation(S.Orientation()); in CorrectResult2d()
156 aShell.Closed (BRep_Tool::IsClosed(aShell)); in CorrectResult2d()
157 BB.Add (aSolid, aShell); in CorrectResult2d()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/apz/util/
H A DAPZCCallbackHelper.cpp669 nsIPresShell* aShell, uint64_t aInputBlockId, in SendLayersDependentApzcTargetConfirmation() argument
671 LayerManager* lm = aShell->GetLayerManager(); in SendLayersDependentApzcTargetConfirmation()
744 waitForRefresh = aShell->AddPostRefreshObserver( in SendSetTargetAPZCNotificationHelper()
847 if (aShell && aShell->GetRootFrame()) { in NotifyFlushComplete()
867 if (isSuppressed && !IsDisplayportSuppressed() && aShell && in SuppressDisplayport()
868 aShell->GetRootFrame()) { in SuppressDisplayport()
870 aShell->GetRootFrame()->SchedulePaint(); in SuppressDisplayport()
878 bool aEnabled, const nsCOMPtr<nsIPresShell>& aShell) { in RespectDisplayPortSuppression() argument
881 if (isSuppressed && !IsDisplayportSuppressed() && aShell && in RespectDisplayPortSuppression()
882 aShell->GetRootFrame()) { in RespectDisplayPortSuppression()
[all …]

12345678910>>...13