HomeSort by relevance Sort by last modified time
    Searched refs:desktop (Results 1 - 25 of 59) 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/ui/views/app_list/
app_list_controller_win_browsertest.cc 21 chrome::HostDesktopType desktop = chrome::GetActiveDesktop(); local
23 EXPECT_EQ(1U, chrome::GetBrowserCount(browser()->profile(), desktop));
25 browser()->profile()->GetOffTheRecordProfile(), desktop));
28 EXPECT_EQ(2U, chrome::GetBrowserCount(browser()->profile(), desktop));
32 browser()->profile()->GetOffTheRecordProfile(), desktop));
  /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 20 // Creates a desktop. The name is a static string followed by the pid of the
21 // current process. The security descriptor on the new desktop is based on the
22 // security descriptor of the desktop associated with the current thread.
24 // the desktop. If the functions fails the switch back to the current winsta,
26 ResultCode CreateAltDesktop(HWINSTA winsta, HDESK* desktop);
28 // Returns the name of a desktop or a window station.
31 // Returns the name of the desktop referenced by |desktop|. If a window
35 std::wstring GetFullDesktopName(HWINSTA winsta, HDESK desktop);
window.cc 55 ResultCode CreateAltDesktop(HWINSTA winsta, HDESK* desktop) {
58 // Append the current PID to the desktop name.
64 // Get the security attributes from the current desktop, we will use this as
65 // the base security attributes for the new desktop.
77 // desktop.
86 *desktop = ::CreateDesktop(desktop_name.c_str(), NULL, NULL, 0, GENERIC_ALL,
97 if (*desktop)
126 std::wstring GetFullDesktopName(HWINSTA winsta, HDESK desktop) {
127 if (!desktop) {
138 name += GetWindowObjectName(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/content/browser/renderer_host/
gtk_window_utils.cc 22 // Returns the region of |window|'s desktop that isn't occupied by docks or
26 int desktop = -1; local
27 if (!ui::GetIntProperty(window, "_NET_WM_DESKTOP", &desktop)) {
30 ui::GetIntProperty(root, "_NET_CURRENT_DESKTOP", &desktop);
32 if (desktop < 0)
39 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';
cs_oauth2_trampoline.js 11 var officialPath = '/talkgadget/oauth/chrome-remote-desktop/rel/' + extensionId;
12 var unofficialPath = '/talkgadget/oauth/chrome-remote-desktop/dev';
  /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
33 # This script has a sensible default for the initial and maximum desktop size,
45 DEFAULT_INSTALL_PATH = "/opt/google/chrome-remote-desktop"
47 HOST_BINARY_NAME = "chrome-remote-desktop-host"
51 CHROME_REMOTING_GROUP_NAME = "chrome-remote-desktop"
53 CONFIG_DIR = os.path.expanduser("~/.config/chrome-remote-desktop")
181 class Desktop:
182 """Manage a single virtual desktop"""
395 # 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/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/chrome/browser/ui/app_list/
app_list_view_delegate.cc 193 chrome::HostDesktopType desktop = chrome::GetHostDesktopTypeForNativeWindow( local
196 profile_, desktop);
205 chrome::HostDesktopType desktop = chrome::GetHostDesktopTypeForNativeWindow( local
208 profile_, desktop);
  /external/chromium_org/remoting/host/installer/linux/
Makefile 12 INSTALL_DIR = $(DESTDIR)/opt/google/chrome-remote-desktop
30 "$(INSTALL_DIR)/chrome-remote-desktop"
38 "$(INSTALL_DIR)/chrome-remote-desktop-host"

Completed in 905 milliseconds

1 2 3