HomeSort by relevance Sort by last modified time
    Searched refs:desktop (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/chromium_org/remoting/host/installer/linux/debian/
postrm 10 delgroup --quiet chrome-remote-desktop > /dev/null || true
chrome-remote-desktop.init 4 # Provides: chrome-remote-desktop
9 # Short-Description: Chrome Remote Desktop service
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
16 # Group of users for which Chrome Remote Desktop is enabled. Users are added
18 CHROME_REMOTING_GROUP=chrome-remote-desktop
73 log_begin_msg "Starting Chrome Remote Desktop host for $1..."
79 log_begin_msg "Stopping Chrome Remote Desktop host for $1...
    [all...]
preinst 9 VAR_DIR="/var/lib/chrome-remote-desktop"
22 save_hash /opt/google/chrome-remote-desktop
postinst 14 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"
25 echo "Shutting down Chrome Remote Desktop hosts (they will restart automatically)..."
26 killall -q chrome-remote-desktop-host || true
34 echo "$LOGOUT_MSG" > "$NOTIFIER_DIR/chrome-remote-desktop-logout"
  /external/chromium_org/chrome/browser/metro_utils/
metro_chrome_win.h 27 Win8Environment GetWin8Environment(HostDesktopType desktop);
metro_chrome_win.cc 59 Win8Environment GetWin8Environment(HostDesktopType desktop) {
61 if (desktop == chrome::HOST_DESKTOP_TYPE_ASH)
  /external/chromium_org/remoting/host/win/
window_station_and_desktop.cc 21 void WindowStationAndDesktop::SetDesktop(HDESK desktop) {
22 std::swap(desktop_, desktop);
23 if (desktop)
24 CloseDesktop(desktop);
window_station_and_desktop.h 14 // 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/
window.h 21 // 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);
window.cc 58 ResultCode CreateAltDesktop(HWINSTA winsta, HDESK* desktop) {
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) {
101 // Replace the DACL on the new Desktop with a reduced privilege version.
108 AddKnownSidToObject(*desktop, SE_WINDOW_OBJECT, Sid(WinRestrictedCodeSid),
139 base::string16 GetFullDesktopName(HWINSTA winsta, HDESK desktop) {
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
select_file_dialog_impl.cc 43 // 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/
select_file_dialog_impl.cc 39 // 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/
navigation_metrics_recorder.cc 41 chrome::HostDesktopType desktop = local
44 chrome::GetWin8Environment(desktop),
  /external/chromium_org/content/browser/renderer_host/
gtk_window_utils.cc 23 // 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/
chrome_paths_linux.cc 88 // ~ or their desktop directory, in which case we default to ~/Downloads.
100 FilePath desktop; local
101 GetUserDesktop(&desktop);
102 if (*result == desktop) {
111 *result = base::nix::GetXDGUserDirectory(env.get(), "DESKTOP", "Desktop");
  /external/chromium_org/remoting/webapp/
cs_third_party_auth_trampoline.js 5 var thirdPartyPath = '/talkgadget/oauth/chrome-remote-desktop/thirdpartyauth';
  /external/chromium_org/sandbox/win/tests/validation_tests/
commands.cc 205 // 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/
libmtp.sh 13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb
libmtp.sh.in 13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
Android.mk 3 # Build for Linux (desktop) host
  /external/chromium_org/remoting/tools/
me2me_virtual_host.py 7 # 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")
182 class Desktop:
183 """Manage a single virtual desktop"""
402 # Start desktop session
    [all...]
  /external/chromium_org/chrome/common/
chrome_paths_linux.cc 39 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/
mouse.py 38 desktop = win32gui.GetClientRect(win32gui.GetDesktopWindow())
39 ScreenToMouse._SCREEN_DIMENSIONS = (desktop[2], desktop[3])
  /external/chromium/chrome/browser/
platform_util_win.cc 68 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/
Makefile 12 INSTALL_DIR = $(DESTDIR)/opt/google/chrome-remote-desktop
29 "$(INSTALL_DIR)/chrome-remote-desktop"
37 "$(INSTALL_DIR)/chrome-remote-desktop-host"

Completed in 360 milliseconds

1 2 3