Home
last modified time | relevance | path

Searched refs:aOldContext (Results 1 – 25 of 36) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/dom/cache/
H A DContext.h122 Context* aOldContext);
183 void Init(Context* aOldContext);
H A DContext.cpp757 Context* aOldContext) { in Create() argument
759 context->Init(aOldContext); in Create()
878 void Context::Init(Context* aOldContext) { in Init() argument
881 if (aOldContext) { in Init()
882 aOldContext->SetNextContext(this); in Init()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/cache/
H A DContext.h122 Action* aInitAction, Context* aOldContext);
188 void Init(Context* aOldContext);
H A DContext.cpp837 Action* aInitAction, Context* aOldContext) in Create() argument
840 context->Init(aOldContext); in Create()
974 Context::Init(Context* aOldContext) in Init() argument
978 if (aOldContext) { in Init()
979 aOldContext->SetNextContext(this); in Init()
/dports/www/firefox-esr/firefox-91.8.0/dom/cache/
H A DContext.h119 Maybe<Context&> aOldContext);
179 void Init(Maybe<Context&> aOldContext);
H A DContext.cpp795 Maybe<Context&> aOldContext) { in Create() argument
798 context->Init(aOldContext); in Create()
931 void Context::Init(Maybe<Context&> aOldContext) { in Init() argument
934 if (aOldContext) { in Init()
935 aOldContext->SetNextContext(SafeRefPtrFromThis()); in Init()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/cache/
H A DContext.h119 Maybe<Context&> aOldContext);
177 void Init(Maybe<Context&> aOldContext);
H A DContext.cpp766 Maybe<Context&> aOldContext) { in Create() argument
769 context->Init(aOldContext); in Create()
888 void Context::Init(Maybe<Context&> aOldContext) { in Init() argument
891 if (aOldContext) { in Init()
892 aOldContext->SetNextContext(SafeRefPtrFromThis()); in Init()
/dports/www/firefox/firefox-99.0/dom/cache/
H A DContext.h119 Maybe<Context&> aOldContext);
177 void Init(Maybe<Context&> aOldContext);
H A DContext.cpp772 Maybe<Context&> aOldContext) { in Create() argument
775 context->Init(aOldContext); in Create()
908 void Context::Init(Maybe<Context&> aOldContext) { in Init() argument
911 if (aOldContext) { in Init()
912 aOldContext->SetNextContext(SafeRefPtrFromThis()); in Init()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/cache/
H A DContext.h119 Maybe<Context&> aOldContext);
179 void Init(Maybe<Context&> aOldContext);
H A DContext.cpp795 Maybe<Context&> aOldContext) { in Create() argument
798 context->Init(aOldContext); in Create()
931 void Context::Init(Maybe<Context&> aOldContext) { in Init() argument
934 if (aOldContext) { in Init()
935 aOldContext->SetNextContext(SafeRefPtrFromThis()); in Init()
/dports/www/firefox-legacy/firefox-52.8.0esr/image/
H A DOrientedImage.cpp294 auto orientViewport = [&](const SVGImageContext& aOldContext) { in NS_IMETHODIMP_() argument
295 CSSIntSize viewportSize(aOldContext.GetViewportSize()); in NS_IMETHODIMP_()
300 aOldContext.GetPreserveAspectRatio()); in NS_IMETHODIMP_()
H A DClippedImage.cpp455 auto unclipViewport = [&](const SVGImageContext& aOldContext) { in DrawSingleTile() argument
461 CSSIntSize vSize(aOldContext.GetViewportSize()); in DrawSingleTile()
467 aOldContext.GetPreserveAspectRatio()); in DrawSingleTile()
/dports/www/firefox/firefox-99.0/widget/
H A DIMEData.h442 bool IsInputAttributeChanged(const InputContext& aOldContext) const { in IsInputAttributeChanged()
443 return mIMEState.mEnabled != aOldContext.mIMEState.mEnabled || in IsInputAttributeChanged()
447 mHTMLInputType != aOldContext.mHTMLInputType || in IsInputAttributeChanged()
448 mHTMLInputInputmode != aOldContext.mHTMLInputInputmode || in IsInputAttributeChanged()
452 mAutocapitalize != aOldContext.mAutocapitalize || in IsInputAttributeChanged()
456 mActionHint != aOldContext.mActionHint || in IsInputAttributeChanged()
/dports/lang/spidermonkey60/firefox-60.9.0/image/
H A DOrientedImage.cpp315 auto orientViewport = [&](const SVGImageContext& aOldContext) { in NS_IMETHODIMP_() argument
316 SVGImageContext context(aOldContext); in NS_IMETHODIMP_()
317 auto oldViewport = aOldContext.GetViewportSize(); in NS_IMETHODIMP_()
/dports/www/firefox-esr/firefox-91.8.0/image/
H A DOrientedImage.cpp318 auto orientViewport = [&](const SVGImageContext& aOldContext) { in NS_IMETHODIMP_() argument
319 SVGImageContext context(aOldContext); in NS_IMETHODIMP_()
320 auto oldViewport = aOldContext.GetViewportSize(); in NS_IMETHODIMP_()
H A DClippedImage.cpp441 auto unclipViewport = [&](const SVGImageContext& aOldContext) { in DrawSingleTile() argument
447 SVGImageContext context(aOldContext); in DrawSingleTile()
448 auto oldViewport = aOldContext.GetViewportSize(); in DrawSingleTile()
/dports/lang/spidermonkey78/firefox-78.9.0/image/
H A DOrientedImage.cpp316 auto orientViewport = [&](const SVGImageContext& aOldContext) { in NS_IMETHODIMP_() argument
317 SVGImageContext context(aOldContext); in NS_IMETHODIMP_()
318 auto oldViewport = aOldContext.GetViewportSize(); in NS_IMETHODIMP_()
H A DClippedImage.cpp438 auto unclipViewport = [&](const SVGImageContext& aOldContext) { in DrawSingleTile() argument
444 SVGImageContext context(aOldContext); in DrawSingleTile()
445 auto oldViewport = aOldContext.GetViewportSize(); in DrawSingleTile()
/dports/www/firefox/firefox-99.0/image/
H A DOrientedImage.cpp292 auto orientViewport = [&](const SVGImageContext& aOldContext) { in NS_IMETHODIMP_() argument
293 SVGImageContext context(aOldContext); in NS_IMETHODIMP_()
294 auto oldViewport = aOldContext.GetViewportSize(); in NS_IMETHODIMP_()
H A DClippedImage.cpp414 auto unclipViewport = [&](const SVGImageContext& aOldContext) { in DrawSingleTile() argument
420 SVGImageContext context(aOldContext); in DrawSingleTile()
421 auto oldViewport = aOldContext.GetViewportSize(); in DrawSingleTile()
/dports/mail/thunderbird/thunderbird-91.8.0/image/
H A DOrientedImage.cpp318 auto orientViewport = [&](const SVGImageContext& aOldContext) { in NS_IMETHODIMP_() argument
319 SVGImageContext context(aOldContext); in NS_IMETHODIMP_()
320 auto oldViewport = aOldContext.GetViewportSize(); in NS_IMETHODIMP_()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DGeckoRestyleManager.h571 nsIFrame* aParent, GeckoStyleContext* aOldContext,
573 bool MoveStyleContextsForChildren(GeckoStyleContext* aOldContext);
578 void CaptureChange(GeckoStyleContext* aOldContext,
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DRestyleManager.h715 nsStyleContext* aOldContext,
717 bool MoveStyleContextsForChildren(nsStyleContext* aOldContext);
722 void CaptureChange(nsStyleContext* aOldContext,

12