Home
last modified time | relevance | path

Searched refs:aPrintSession (Results 1 – 16 of 16) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DPrintTargetCG.h21 PMPrintSession aPrintSession, PMPageFormat aPageFormat,
35 PrintTargetCG(PMPrintSession aPrintSession, PMPageFormat aPageFormat,
H A DPrintTargetCG.mm17 PrintTargetCG::PrintTargetCG(PMPrintSession aPrintSession, PMPageFormat aPageFormat,
20 mPrintSession(aPrintSession),
48 PMPrintSession aPrintSession, PMPageFormat aPageFormat, PMPrintSettings aPrintSettings,
55 new PrintTargetCG(aPrintSession, aPageFormat, aPrintSettings, aSize);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DPrintTargetCG.h21 PMPrintSession aPrintSession, PMPageFormat aPageFormat,
35 PrintTargetCG(PMPrintSession aPrintSession, PMPageFormat aPageFormat,
H A DPrintTargetCG.mm16 PrintTargetCG::PrintTargetCG(PMPrintSession aPrintSession, PMPageFormat aPageFormat,
19 mPrintSession(aPrintSession),
41 PMPrintSession aPrintSession, PMPageFormat aPageFormat, PMPrintSettings aPrintSettings,
48 new PrintTargetCG(aPrintSession, aPageFormat, aPrintSettings, aSize);
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DPrintTargetCG.h21 PMPrintSession aPrintSession, PMPageFormat aPageFormat,
35 PrintTargetCG(PMPrintSession aPrintSession, PMPageFormat aPageFormat,
H A DPrintTargetCG.mm17 PrintTargetCG::PrintTargetCG(PMPrintSession aPrintSession, PMPageFormat aPageFormat,
20 mPrintSession(aPrintSession),
48 PMPrintSession aPrintSession, PMPageFormat aPageFormat, PMPrintSettings aPrintSettings,
55 new PrintTargetCG(aPrintSession, aPageFormat, aPrintSettings, aSize);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DPrintTargetCG.h21 PMPrintSession aPrintSession, PMPageFormat aPageFormat,
35 PrintTargetCG(PMPrintSession aPrintSession, PMPageFormat aPageFormat,
H A DPrintTargetCG.mm17 PrintTargetCG::PrintTargetCG(PMPrintSession aPrintSession, PMPageFormat aPageFormat,
20 mPrintSession(aPrintSession),
48 PMPrintSession aPrintSession, PMPageFormat aPageFormat, PMPrintSettings aPrintSettings,
55 new PrintTargetCG(aPrintSession, aPageFormat, aPrintSettings, aSize);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DPrintTargetCG.h21 PMPrintSession aPrintSession, PMPageFormat aPageFormat,
35 PrintTargetCG(PMPrintSession aPrintSession, PMPageFormat aPageFormat,
H A DPrintTargetCG.mm16 PrintTargetCG::PrintTargetCG(PMPrintSession aPrintSession,
21 , mPrintSession(aPrintSession)
46 PrintTargetCG::CreateOrNull(PMPrintSession aPrintSession,
55 RefPtr<PrintTargetCG> target = new PrintTargetCG(aPrintSession, aPageFormat,
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DnsPrintSettingsImpl.cpp64 nsIPrintSession** aPrintSession) { in GetPrintSession() argument
65 NS_ENSURE_ARG_POINTER(aPrintSession); in GetPrintSession()
66 *aPrintSession = nullptr; in GetPrintSession()
70 *aPrintSession = session; in GetPrintSession()
71 NS_ADDREF(*aPrintSession); in GetPrintSession()
74 NS_IMETHODIMP nsPrintSettings::SetPrintSession(nsIPrintSession* aPrintSession) { in SetPrintSession() argument
77 NS_ENSURE_ARG(aPrintSession); in SetPrintSession()
79 mSession = do_GetWeakReference(aPrintSession); in SetPrintSession()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DnsPrintSettingsImpl.cpp65 nsIPrintSession **aPrintSession) { in GetPrintSession() argument
66 NS_ENSURE_ARG_POINTER(aPrintSession); in GetPrintSession()
67 *aPrintSession = nullptr; in GetPrintSession()
71 *aPrintSession = session; in GetPrintSession()
72 NS_ADDREF(*aPrintSession); in GetPrintSession()
75 NS_IMETHODIMP nsPrintSettings::SetPrintSession(nsIPrintSession *aPrintSession) { in SetPrintSession() argument
78 NS_ENSURE_ARG(aPrintSession); in SetPrintSession()
80 mSession = do_GetWeakReference(aPrintSession); in SetPrintSession()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DnsPrintSettingsImpl.cpp95 nsIPrintSession** aPrintSession) { in GetPrintSession() argument
96 NS_ENSURE_ARG_POINTER(aPrintSession); in GetPrintSession()
97 *aPrintSession = nullptr; in GetPrintSession()
101 *aPrintSession = session; in GetPrintSession()
102 NS_ADDREF(*aPrintSession); in GetPrintSession()
106 NS_IMETHODIMP nsPrintSettings::SetPrintSession(nsIPrintSession* aPrintSession) { in SetPrintSession() argument
109 NS_ENSURE_ARG(aPrintSession); in SetPrintSession()
111 mSession = do_GetWeakReference(aPrintSession); in SetPrintSession()
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DnsPrintSettingsImpl.cpp95 nsIPrintSession** aPrintSession) { in GetPrintSession() argument
96 NS_ENSURE_ARG_POINTER(aPrintSession); in GetPrintSession()
97 *aPrintSession = nullptr; in GetPrintSession()
101 *aPrintSession = session; in GetPrintSession()
102 NS_ADDREF(*aPrintSession); in GetPrintSession()
106 NS_IMETHODIMP nsPrintSettings::SetPrintSession(nsIPrintSession* aPrintSession) { in SetPrintSession() argument
109 NS_ENSURE_ARG(aPrintSession); in SetPrintSession()
111 mSession = do_GetWeakReference(aPrintSession); in SetPrintSession()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DnsPrintSettingsImpl.cpp83 NS_IMETHODIMP nsPrintSettings::GetPrintSession(nsIPrintSession **aPrintSession) in GetPrintSession() argument
85 NS_ENSURE_ARG_POINTER(aPrintSession); in GetPrintSession()
86 *aPrintSession = nullptr; in GetPrintSession()
91 *aPrintSession = session; in GetPrintSession()
92 NS_ADDREF(*aPrintSession); in GetPrintSession()
95 NS_IMETHODIMP nsPrintSettings::SetPrintSession(nsIPrintSession *aPrintSession) in SetPrintSession() argument
99 NS_ENSURE_ARG(aPrintSession); in SetPrintSession()
101 mSession = do_GetWeakReference(aPrintSession); in SetPrintSession()
/dports/www/firefox/firefox-99.0/widget/
H A DnsPrintSettingsImpl.cpp114 nsIPrintSession** aPrintSession) { in GetPrintSession() argument
115 NS_ENSURE_ARG_POINTER(aPrintSession); in GetPrintSession()
116 *aPrintSession = nullptr; in GetPrintSession()
120 *aPrintSession = session; in GetPrintSession()
121 NS_ADDREF(*aPrintSession); in GetPrintSession()
125 NS_IMETHODIMP nsPrintSettings::SetPrintSession(nsIPrintSession* aPrintSession) { in SetPrintSession() argument
128 NS_ENSURE_ARG(aPrintSession); in SetPrintSession()
130 mSession = do_GetWeakReference(aPrintSession); in SetPrintSession()