Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DnsPresContext.h146 eContext_Galley, // unpaginated screen presentation enumerator
847 return (mType == eContext_PageLayout || mType == eContext_Galley); in IsDynamic()
H A DnsPresContext.cpp165 mMedium(aType == eContext_Galley ? nsGkAtoms::screen : nsGkAtoms::print), in nsPresContext()
199 mPaginated(aType != eContext_Galley), in nsPresContext()
H A DnsDocumentViewer.cpp833 mDocument, nsPresContext::eContext_Galley, containerView); in InitInternal()
2116 mPresContext = CreatePresContext(mDocument, nsPresContext::eContext_Galley, in Show()
H A DPresShell.cpp10212 : nsPresContext::eContext_Galley); in VerifyIncrementalReflow()
/dports/www/firefox/firefox-99.0/layout/base/
H A DnsPresContext.h145 eContext_Galley, // unpaginated screen presentation enumerator
890 return mType == eContext_PageLayout || mType == eContext_Galley; in IsDynamic()
H A DnsPresContext.cpp229 mMedium(aType == eContext_Galley ? nsGkAtoms::screen : nsGkAtoms::print), in nsPresContext()
262 mPaginated(aType != eContext_Galley), in nsPresContext()
H A DnsDocumentViewer.cpp829 mDocument, nsPresContext::eContext_Galley, containerView); in InitInternal()
2117 mPresContext = CreatePresContext(mDocument, nsPresContext::eContext_Galley, in Show()
H A DPresShell.cpp10181 : nsPresContext::eContext_Galley); in VerifyIncrementalReflow()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DnsPresContext.h146 eContext_Galley, // unpaginated screen presentation enumerator
847 return (mType == eContext_PageLayout || mType == eContext_Galley); in IsDynamic()
H A DnsPresContext.cpp165 mMedium(aType == eContext_Galley ? nsGkAtoms::screen : nsGkAtoms::print), in nsPresContext()
199 mPaginated(aType != eContext_Galley), in nsPresContext()
H A DnsDocumentViewer.cpp833 mDocument, nsPresContext::eContext_Galley, containerView); in InitInternal()
2116 mPresContext = CreatePresContext(mDocument, nsPresContext::eContext_Galley, in Show()
H A DPresShell.cpp10212 : nsPresContext::eContext_Galley); in VerifyIncrementalReflow()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DnsPresContext.h146 eContext_Galley, // unpaginated screen presentation enumerator
851 return (mType == eContext_PageLayout || mType == eContext_Galley); in IsDynamic()
H A DnsPresContext.cpp167 mMedium(aType == eContext_Galley ? nsGkAtoms::screen : nsGkAtoms::print), in nsPresContext()
199 mPaginated(aType != eContext_Galley), in nsPresContext()
H A DnsDocumentViewer.cpp894 mDocument, nsPresContext::eContext_Galley, containerView); in InitInternal()
2159 mPresContext = CreatePresContext(mDocument, nsPresContext::eContext_Galley, in Show()
H A DPresShell.cpp10108 : nsPresContext::eContext_Galley); in VerifyIncrementalReflow()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsPresContext.h155 eContext_Galley, // unpaginated screen presentation enumerator
901 bool IsDynamic() { return (mType == eContext_PageLayout || mType == eContext_Galley); } in IsDynamic()
H A DnsDocumentViewer.cpp856 nsPresContext::eContext_Galley, containerView); in InitInternal()
2124 nsPresContext::eContext_Galley, containerView); in Show()
H A DnsPresContext.cpp243 if (aType == eContext_Galley) { in nsPresContext()
H A DnsPresShell.cpp10185 nsPresContext::eContext_Galley); in VerifyIncrementalReflow()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DnsPresContext.h150 eContext_Galley, // unpaginated screen presentation enumerator
958 return (mType == eContext_PageLayout || mType == eContext_Galley); in IsDynamic()
H A DnsPresContext.cpp235 mMedium(aType == eContext_Galley ? nsGkAtoms::screen : nsGkAtoms::print), in nsPresContext()
293 mPaginated(aType != eContext_Galley), in nsPresContext()
H A DnsDocumentViewer.cpp816 mDocument, nsPresContext::eContext_Galley, containerView); in InitInternal()
2083 mPresContext = CreatePresContext(mDocument, nsPresContext::eContext_Galley, in Show()
H A DPresShell.cpp9132 : nsPresContext::eContext_Galley); in VerifyIncrementalReflow()
/dports/www/firefox/firefox-99.0/layout/painting/
H A DnsDisplayList.cpp770 if (pc && (pc->Type() != nsPresContext::eContext_Galley)) { in AddEffectUpdate()