Searched refs:desktop_name (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/sandbox/win/tests/validation_tests/
H A Dcommands.h40 int TestOpenAlternateDesktop(wchar_t *desktop_name);
H A Dsuite.cc134 base::string16 desktop_name = runner.GetPolicy()->GetAlternateDesktop(); local
135 desktop_name = desktop_name.substr(desktop_name.find('\\') + 1);
136 wsprintf(command, L"OpenAlternateDesktop %lS", desktop_name.c_str());
H A Dcommands.cc258 int TestOpenAlternateDesktop(wchar_t *desktop_name) { argument
279 desktop = ::OpenDesktop(desktop_name, 0, FALSE, WRITE_DAC);
288 BOOL CALLBACK DesktopTestEnumProc(LPTSTR desktop_name, LPARAM result) { argument
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Ddesktop.h40 static Desktop* GetDesktop(const wchar_t* desktop_name);
H A Ddesktop.cc74 Desktop* Desktop::GetDesktop(const WCHAR* desktop_name) { argument
79 HDESK desktop = OpenDesktop(desktop_name, 0, FALSE, desired_access);
81 LOG(LS_ERROR) << "Failed to open the desktop '" << desktop_name << "': "
/external/chromium_org/remoting/host/win/
H A Dlaunch_process_with_token.h41 const base::char16* desktop_name,
H A Dlaunch_process_with_token.cc293 const base::char16* desktop_name) {
317 if (desktop_name)
318 desktop = desktop_name;
376 const base::char16* desktop_name,
385 creation_flags, desktop_name)) {
457 const base::char16* desktop_name,
465 if (desktop_name)
466 startup_info.lpDesktop = const_cast<base::char16*>(desktop_name);
502 desktop_name,
288 SendCreateProcessRequest( HANDLE pipe, const base::FilePath::StringType& application_name, const base::CommandLine::StringType& command_line, DWORD creation_flags, const base::char16* desktop_name) argument
371 CreateRemoteSessionProcess( uint32 session_id, const base::FilePath::StringType& application_name, const base::CommandLine::StringType& command_line, DWORD creation_flags, const base::char16* desktop_name, PROCESS_INFORMATION* process_information_out) argument
450 LaunchProcessWithToken(const base::FilePath& binary, const base::CommandLine::StringType& command_line, HANDLE user_token, SECURITY_ATTRIBUTES* process_attributes, SECURITY_ATTRIBUTES* thread_attributes, bool inherit_handles, DWORD creation_flags, const base::char16* desktop_name, ScopedHandle* process_out, ScopedHandle* thread_out) argument
/external/chromium_org/sandbox/win/src/
H A Dpolicy_target_test.cc249 base::string16 desktop_name = policy->GetAlternateDesktop(); local
263 HDESK desk = ::OpenDesktop(desktop_name.c_str(), 0, FALSE, DESKTOP_ENUMERATE);
276 desk = ::OpenDesktop(desktop_name.c_str(), 0, FALSE, DESKTOP_ENUMERATE);
312 base::string16 desktop_name = policy->GetAlternateDesktop(); local
326 ASSERT_FALSE(desktop_name.empty());
329 EXPECT_NE(desktop_name.find_first_of(L'\\'), base::string16::npos);
332 desktop_name = desktop_name.substr(desktop_name.find_first_of(L'\\') + 1);
334 HDESK desk = ::OpenDesktop(desktop_name
[all...]
H A Dwindow.cc58 base::string16 desktop_name = L"sbox_alternate_desktop_"; local
64 desktop_name += buffer;
88 *desktop = ::CreateDesktop(desktop_name.c_str(), NULL, NULL, 0, GENERIC_ALL,
/external/chromium_org/chrome/browser/
H A Dshell_integration_linux.cc999 base::FilePath desktop_name(kAppListDesktopName);
1000 base::FilePath shortcut_filename = desktop_name.AddExtension("desktop");
1018 std::string icon_name = CreateShortcutIcon(icon_images, desktop_name);

Completed in 236 milliseconds