Searched refs:desktop (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium_org/remoting/host/installer/linux/debian/
H A Dpostrm10 delgroup --quiet chrome-remote-desktop > /dev/null || true
H A Dchrome-remote-desktop.init4 # Provides: chrome-remote-desktop
12 # /etc/init.d/chrome-remote-desktop: Start and stop Chrome Remote Desktop host daemon.
14 HOST_PATH=/opt/google/chrome-remote-desktop/chrome-remote-desktop
18 CHROME_REMOTING_GROUP=chrome-remote-desktop
121 log_success_msg "Usage: /etc/init.d/chrome-remote-desktop" \
H A Dpreinst9 VAR_DIR="/var/lib/chrome-remote-desktop"
22 save_hash /opt/google/chrome-remote-desktop
H A Dpostinst14 DisplayIf: /opt/google/chrome-remote-desktop/is-remoting-session
15 Description: Chrome Remote Desktop has been updated. Please save your work and log out in order to apply this update. Your virtual desktop will be restarted automatically.
19 VAR_DIR="/var/lib/chrome-remote-desktop"
26 killall -q chrome-remote-desktop-host || true
34 echo "$LOGOUT_MSG" > "$NOTIFIER_DIR/chrome-remote-desktop-logout"
/external/chromium_org/remoting/host/win/
H A Dwindow_station_and_desktop.cc21 void WindowStationAndDesktop::SetDesktop(HDESK desktop) { argument
22 std::swap(desktop_, desktop);
23 if (desktop)
24 CloseDesktop(desktop);
H A Dwindow_station_and_desktop.h14 // Scoper for a pair of window station and desktop handles. Both handles are
21 HDESK desktop() const { return desktop_; } function in class:remoting::WindowStationAndDesktop
24 // Sets a new desktop handle closing the owned desktop handle if needed.
25 void SetDesktop(HDESK desktop);
/external/chromium_org/sandbox/win/src/
H A Dwindow.h21 // Creates a desktop. The name is a static string followed by the pid of the
22 // current process. The security descriptor on the new desktop is based on the
23 // security descriptor of the desktop associated with the current thread.
25 // the desktop. If the functions fails the switch back to the current winsta,
27 ResultCode CreateAltDesktop(HWINSTA winsta, HDESK* desktop);
29 // Returns the name of a desktop or a window station.
32 // Returns the name of the desktop referenced by |desktop|. If a window
36 base::string16 GetFullDesktopName(HWINSTA winsta, HDESK desktop);
H A Dwindow.cc58 ResultCode CreateAltDesktop(HWINSTA winsta, HDESK* desktop) { argument
61 // Append the current PID to the desktop name.
67 // Get the security attributes from the current desktop, we will use this as
68 // the base security attributes for the new desktop.
80 // desktop.
89 *desktop = ::CreateDesktop(desktop_name.c_str(), NULL, NULL, 0, GENERIC_ALL,
100 if (*desktop) {
108 AddKnownSidToObject(*desktop, SE_WINDOW_OBJECT, Sid(WinRestrictedCodeSid),
139 base::string16 GetFullDesktopName(HWINSTA winsta, HDESK desktop) { argument
140 if (!desktop) {
[all...]
/external/chromium_org/chrome/browser/metro_utils/
H A Dmetro_chrome_win.h27 Win8Environment GetWin8Environment(HostDesktopType desktop);
H A Dmetro_chrome_win.cc59 Win8Environment GetWin8Environment(HostDesktopType desktop) { argument
61 if (desktop == chrome::HOST_DESKTOP_TYPE_ASH)
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dselect_file_dialog_impl.cc43 // Check to see if KDE is the desktop environment.
45 base::nix::DesktopEnvironment desktop = local
47 if (desktop == base::nix::DESKTOP_ENVIRONMENT_KDE3 ||
48 desktop == base::nix::DESKTOP_ENVIRONMENT_KDE4) {
63 base::nix::DesktopEnvironment desktop = local
66 listener, policy, desktop);
/external/chromium_org/ui/shell_dialogs/gtk/
H A Dselect_file_dialog_impl.cc39 // Check to see if KDE is the desktop environment.
41 base::nix::DesktopEnvironment desktop = local
43 if (desktop == base::nix::DESKTOP_ENVIRONMENT_KDE3 ||
44 desktop == base::nix::DESKTOP_ENVIRONMENT_KDE4) {
59 base::nix::DesktopEnvironment desktop = local
62 listener, policy, desktop);
/external/chromium_org/chrome/browser/tab_contents/
H A Dnavigation_metrics_recorder.cc41 chrome::HostDesktopType desktop = local
44 chrome::GetWin8Environment(desktop),
/external/chromium_org/content/browser/renderer_host/
H A Dgtk_window_utils.cc23 // Returns the region of |window|'s desktop that isn't occupied by docks or
27 int desktop = -1; local
28 if (!ui::GetIntProperty(window, "_NET_WM_DESKTOP", &desktop)) {
31 ui::GetIntProperty(root, "_NET_CURRENT_DESKTOP", &desktop);
33 if (desktop < 0)
40 size_t start_index = 4 * desktop;
/external/chromium/chrome/common/
H A Dchrome_paths_linux.cc88 // ~ or their desktop directory, in which case we default to ~/Downloads.
100 FilePath desktop; local
101 GetUserDesktop(&desktop);
102 if (*result == desktop) {
/external/chromium_org/sandbox/win/tests/validation_tests/
H A Dcommands.cc205 // Returns true if the current's thread desktop is the interactive desktop.
244 HDESK desktop = ::GetThreadDesktop(::GetCurrentThreadId()); local
245 if (NULL == desktop) {
248 if (::SwitchDesktop(desktop)) {
260 HDESK desktop = ::GetThreadDesktop(::GetCurrentThreadId()); local
261 if (desktop) {
263 if (::DuplicateHandle(::GetCurrentProcess(), desktop,
279 if ((desktop = ::OpenDesktop(desktop_name, 0, FALSE, WRITE_DAC)) ||
281 ::CloseDesktop(desktop);
[all...]
/external/libmtp/
H A Dlibmtp.sh13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb
H A Dlibmtp.sh.in13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb
/external/chromium_org/remoting/tools/
H A Dme2me_virtual_host.py7 # required for a Virtual Me2Me desktop, which are: X server, X desktop
34 # This script has a sensible default for the initial and maximum desktop size,
46 DEFAULT_INSTALL_PATH = "/opt/google/chrome-remote-desktop"
48 HOST_BINARY_NAME = "chrome-remote-desktop-host"
52 CHROME_REMOTING_GROUP_NAME = "chrome-remote-desktop"
54 CONFIG_DIR = os.path.expanduser("~/.config/chrome-remote-desktop")
183 """Manage a single virtual desktop"""
402 # Start desktop session.
440 False not in [desktop
[all...]
/external/chromium_org/chrome/common/
H A Dchrome_paths_linux.cc39 base::FilePath desktop;
40 if (!PathService::Get(base::DIR_USER_DESKTOP, &desktop))
42 if (*result != desktop) {
130 // ~ or their desktop directory, in which case we default to ~/Music.
136 // ~ or their desktop directory, in which case we default to ~/Pictures.
142 // ~ or their desktop directory, in which case we default to ~/Videos.
/external/chromium_org/tools/site_compare/drivers/win32/
H A Dmouse.py38 desktop = win32gui.GetClientRect(win32gui.GetDesktopWindow())
39 ScreenToMouse._SCREEN_DIMENSIONS = (desktop[2], desktop[3])
/external/chromium/chrome/browser/
H A Dplatform_util_win.cc68 base::win::ScopedComPtr<IShellFolder> desktop; local
69 HRESULT hr = SHGetDesktopFolder(desktop.Receive());
74 hr = desktop->ParseDisplayName(NULL, NULL,
81 hr = desktop->ParseDisplayName(NULL, NULL,
/external/chromium_org/remoting/host/installer/linux/
H A DMakefile12 INSTALL_DIR = $(DESTDIR)/opt/google/chrome-remote-desktop
29 "$(INSTALL_DIR)/chrome-remote-desktop"
37 "$(INSTALL_DIR)/chrome-remote-desktop-host"
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dscreencastid.h20 // Used for identifying a window or desktop to be screencast.
36 const talk_base::DesktopId& desktop() const { return desktop_; } function in class:cricket::ScreencastId
62 return desktop_.Equals(other.desktop());
/external/chromium_org/chrome/test/chromedriver/
H A Dsession_commands.cc425 ChromeDesktopImpl* desktop = session->chrome->GetAsDesktop(); local
426 if (!desktop) {
429 "command only supported for desktop Chrome without debuggerAddress");
433 Status status = desktop->GetAutomationExtension(&extension);
457 ChromeDesktopImpl* desktop = session->chrome->GetAsDesktop();
458 if (!desktop) {
461 "command only supported for desktop Chrome without debuggerAddress");
465 Status status = desktop->GetAutomationExtension(&extension);
476 ChromeDesktopImpl* desktop = session->chrome->GetAsDesktop(); local
477 if (!desktop) {
529 ChromeDesktopImpl* desktop = session->chrome->GetAsDesktop(); local
[all...]

Completed in 808 milliseconds

123