OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alternate_winstation_handle_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/src/
sandbox_policy_base.cc
74
HWINSTA PolicyBase::
alternate_winstation_handle_
= NULL;
member in class:sandbox::PolicyBase
189
!
alternate_winstation_handle_
)) {
193
return GetFullDesktopName(
alternate_winstation_handle_
,
200
if (!
alternate_winstation_handle_
&& alternate_desktop_handle_)
204
if (
alternate_winstation_handle_
&& alternate_desktop_handle_)
207
DCHECK(!
alternate_winstation_handle_
);
209
ResultCode result = CreateAltWindowStation(&
alternate_winstation_handle_
);
214
if (!
alternate_winstation_handle_
||
215
GetWindowObjectName(
alternate_winstation_handle_
).empty())
219
result = CreateAltDesktop(
alternate_winstation_handle_
,
[
all
...]
sandbox_policy_base.h
153
static HWINSTA
alternate_winstation_handle_
;
member in class:sandbox::PolicyBase
Completed in 164 milliseconds