OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LaunchAppAsUser
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/
process_util.h
241
BASE_API bool
LaunchAppAsUser
(UserTokenHandle token,
246
// Has the same behavior as
LaunchAppAsUser
, but offers the boolean option to
249
BASE_API bool
LaunchAppAsUser
(UserTokenHandle token,
process_util_win.cc
260
bool
LaunchAppAsUser
(UserTokenHandle token, const std::wstring& cmdline,
262
return
LaunchAppAsUser
(token, cmdline, start_hidden, process_handle,
266
bool
LaunchAppAsUser
(UserTokenHandle token, const std::wstring& cmdline,
process_util_unittest.cc
367
EXPECT_TRUE(base::
LaunchAppAsUser
(token, cmdline, false, NULL));
Completed in 385 milliseconds