Home
last modified time | relevance | path

Searched refs:alternate_winstation_handle_ (Results 1 – 20 of 20) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/src/
H A Dsandbox_policy_base.cc114 HWINSTA PolicyBase::alternate_winstation_handle_ = NULL; member in sandbox::PolicyBase
226 return GetFullDesktopName(alternate_winstation_handle_, in GetAlternateDesktop()
237 if (alternate_winstation_handle_ && alternate_desktop_handle_) in CreateAlternateDesktop()
240 DCHECK(!alternate_winstation_handle_); in CreateAlternateDesktop()
247 if (!alternate_winstation_handle_ || in CreateAlternateDesktop()
248 GetWindowObjectName(alternate_winstation_handle_).empty()) in CreateAlternateDesktop()
252 result = CreateAltDesktop(alternate_winstation_handle_, in CreateAlternateDesktop()
263 if (alternate_winstation_handle_) in CreateAlternateDesktop()
290 if (alternate_winstation_handle_) { in DestroyAlternateDesktop()
291 ::CloseWindowStation(alternate_winstation_handle_); in DestroyAlternateDesktop()
[all …]
H A Dsandbox_policy_base.h164 static HWINSTA alternate_winstation_handle_; variable
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dsandbox_policy_base.cc115 HWINSTA PolicyBase::alternate_winstation_handle_ = nullptr; member in sandbox::PolicyBase
230 if (!alternate_desktop_handle_ || !alternate_winstation_handle_) { in GetAlternateDesktop()
233 return GetFullDesktopName(alternate_winstation_handle_, in GetAlternateDesktop()
247 if (alternate_winstation_handle_ && alternate_desktop_handle_) in CreateAlternateDesktop()
250 DCHECK(!alternate_winstation_handle_); in CreateAlternateDesktop()
257 if (!alternate_winstation_handle_ || in CreateAlternateDesktop()
258 GetWindowObjectName(alternate_winstation_handle_).empty()) in CreateAlternateDesktop()
262 result = CreateAltDesktop(alternate_winstation_handle_, in CreateAlternateDesktop()
298 if (alternate_winstation_handle_) { in DestroyAlternateDesktop()
299 ::CloseWindowStation(alternate_winstation_handle_); in DestroyAlternateDesktop()
[all …]
H A Dsandbox_policy_base.h164 static HWINSTA alternate_winstation_handle_; variable
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dsandbox_policy_base.cc79 HWINSTA PolicyBase::alternate_winstation_handle_ = nullptr; member in sandbox::PolicyBase
196 if (!alternate_desktop_handle_ || !alternate_winstation_handle_) in GetAlternateDesktop()
199 return GetFullDesktopName(alternate_winstation_handle_, in GetAlternateDesktop()
213 if (alternate_winstation_handle_ && alternate_desktop_handle_) in CreateAlternateDesktop()
216 DCHECK(!alternate_winstation_handle_); in CreateAlternateDesktop()
223 if (!alternate_winstation_handle_ || in CreateAlternateDesktop()
224 GetWindowObjectName(alternate_winstation_handle_).empty()) in CreateAlternateDesktop()
228 result = CreateAltDesktop(alternate_winstation_handle_, in CreateAlternateDesktop()
267 if (alternate_winstation_handle_) { in DestroyAlternateDesktop()
268 ::CloseWindowStation(alternate_winstation_handle_); in DestroyAlternateDesktop()
[all …]
H A Dsandbox_policy_base.h174 static HWINSTA alternate_winstation_handle_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/src/
H A Dsandbox_policy_base.cc81 HWINSTA PolicyBase::alternate_winstation_handle_ = nullptr; member in sandbox::PolicyBase
194 if (!alternate_desktop_handle_ || !alternate_winstation_handle_) in GetAlternateDesktop()
197 return GetFullDesktopName(alternate_winstation_handle_, in GetAlternateDesktop()
211 if (alternate_winstation_handle_ && alternate_desktop_handle_) in CreateAlternateDesktop()
214 DCHECK(!alternate_winstation_handle_); in CreateAlternateDesktop()
221 if (!alternate_winstation_handle_ || in CreateAlternateDesktop()
222 base::win::GetWindowObjectName(alternate_winstation_handle_).empty()) in CreateAlternateDesktop()
226 result = CreateAltDesktop(alternate_winstation_handle_, in CreateAlternateDesktop()
266 if (alternate_winstation_handle_) { in DestroyAlternateDesktop()
267 ::CloseWindowStation(alternate_winstation_handle_); in DestroyAlternateDesktop()
[all …]
H A Dsandbox_policy_base.h176 static HWINSTA alternate_winstation_handle_; variable
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dsandbox_policy_base.cc82 HWINSTA PolicyBase::alternate_winstation_handle_ = nullptr; member in sandbox::PolicyBase
199 if (!alternate_desktop_handle_ || !alternate_winstation_handle_) in GetAlternateDesktop()
202 return GetFullDesktopName(alternate_winstation_handle_, in GetAlternateDesktop()
216 if (alternate_winstation_handle_ && alternate_desktop_handle_) in CreateAlternateDesktop()
219 DCHECK(!alternate_winstation_handle_); in CreateAlternateDesktop()
226 if (!alternate_winstation_handle_ || in CreateAlternateDesktop()
227 base::win::GetWindowObjectName(alternate_winstation_handle_).empty()) in CreateAlternateDesktop()
231 result = CreateAltDesktop(alternate_winstation_handle_, in CreateAlternateDesktop()
271 if (alternate_winstation_handle_) { in DestroyAlternateDesktop()
272 ::CloseWindowStation(alternate_winstation_handle_); in DestroyAlternateDesktop()
[all …]
H A Dsandbox_policy_base.h177 static HWINSTA alternate_winstation_handle_; variable
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/sandbox/win/src/
H A Dsandbox_policy_base.cc83 HWINSTA PolicyBase::alternate_winstation_handle_ = nullptr; member in sandbox::PolicyBase
200 if (!alternate_desktop_handle_ || !alternate_winstation_handle_) in GetAlternateDesktop()
203 return GetFullDesktopName(alternate_winstation_handle_, in GetAlternateDesktop()
217 if (alternate_winstation_handle_ && alternate_desktop_handle_) in CreateAlternateDesktop()
220 DCHECK(!alternate_winstation_handle_); in CreateAlternateDesktop()
227 if (!alternate_winstation_handle_ || in CreateAlternateDesktop()
228 base::win::GetWindowObjectName(alternate_winstation_handle_).empty()) in CreateAlternateDesktop()
232 result = CreateAltDesktop(alternate_winstation_handle_, in CreateAlternateDesktop()
272 if (alternate_winstation_handle_) { in DestroyAlternateDesktop()
273 ::CloseWindowStation(alternate_winstation_handle_); in DestroyAlternateDesktop()
[all …]
H A Dsandbox_policy_base.h177 static HWINSTA alternate_winstation_handle_; variable
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dsandbox_policy_base.cc82 HWINSTA PolicyBase::alternate_winstation_handle_ = nullptr; member in sandbox::PolicyBase
199 if (!alternate_desktop_handle_ || !alternate_winstation_handle_) in GetAlternateDesktop()
202 return GetFullDesktopName(alternate_winstation_handle_, in GetAlternateDesktop()
216 if (alternate_winstation_handle_ && alternate_desktop_handle_) in CreateAlternateDesktop()
219 DCHECK(!alternate_winstation_handle_); in CreateAlternateDesktop()
226 if (!alternate_winstation_handle_ || in CreateAlternateDesktop()
227 base::win::GetWindowObjectName(alternate_winstation_handle_).empty()) in CreateAlternateDesktop()
231 result = CreateAltDesktop(alternate_winstation_handle_, in CreateAlternateDesktop()
271 if (alternate_winstation_handle_) { in DestroyAlternateDesktop()
272 ::CloseWindowStation(alternate_winstation_handle_); in DestroyAlternateDesktop()
[all …]
H A Dsandbox_policy_base.h177 static HWINSTA alternate_winstation_handle_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/src/
H A Dsandbox_policy_base.cc82 HWINSTA PolicyBase::alternate_winstation_handle_ = nullptr; member in sandbox::PolicyBase
193 if (!alternate_desktop_handle_ || !alternate_winstation_handle_) in GetAlternateDesktop()
196 return GetFullDesktopName(alternate_winstation_handle_, in GetAlternateDesktop()
210 if (alternate_winstation_handle_ && alternate_desktop_handle_) in CreateAlternateDesktop()
213 DCHECK(!alternate_winstation_handle_); in CreateAlternateDesktop()
220 if (!alternate_winstation_handle_ || in CreateAlternateDesktop()
221 base::win::GetWindowObjectName(alternate_winstation_handle_).empty()) in CreateAlternateDesktop()
225 result = CreateAltDesktop(alternate_winstation_handle_, in CreateAlternateDesktop()
265 if (alternate_winstation_handle_) { in DestroyAlternateDesktop()
266 ::CloseWindowStation(alternate_winstation_handle_); in DestroyAlternateDesktop()
[all …]
H A Dsandbox_policy_base.h185 static HWINSTA alternate_winstation_handle_; variable
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium-shim/patches/with_update/
H A Dapply_upstream_alternate_desktop_fix.patch59 // alternate_winstation_handle_, alternate_desktop_local_winstation_handle_ is a
61 HWINSTA PolicyBase::alternate_winstation_handle_ = nullptr;
135 static HWINSTA alternate_winstation_handle_;
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium-shim/patches/with_update/
H A Dadd_support_for_random_restricted_SID.patch385 static HWINSTA alternate_winstation_handle_;
/dports/www/firefox/firefox-99.0/security/sandbox/chromium-shim/patches/with_update/
H A Dadd_support_for_random_restricted_SID.patch385 static HWINSTA alternate_winstation_handle_;
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium-shim/patches/with_update/
H A Dadd_support_for_random_restricted_SID.patch385 static HWINSTA alternate_winstation_handle_;