HomeSort by relevance Sort by last modified time
    Searched refs:Desktop (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/remoting/host/installer/linux/debian/
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...]
  /external/chromium_org/remoting/host/installer/mac/Scripts/
remoting_preflight.sh 22 logger An error occurred during Chrome Remote Desktop setup.
41 logger Running Chrome Remote Desktop preflight script @@VERSION@@
remoting_postflight.sh 15 PAM_CONFIG=/etc/pam.d/chrome-remote-desktop
26 logger An error occurred during Chrome Remote Desktop setup.
40 logger Running Chrome Remote Desktop postflight script @@VERSION@@
70 # This file is auto-updated by the Chrome Remote Desktop installer.
  /external/chromium_org/remoting/host/
sas_injector_win.cc 17 #include "third_party/webrtc/modules/desktop_capture/win/desktop.h"
126 // the Winlogon desktop and injecting Ctrl+Alt+Del as a hot key.
193 scoped_ptr<webrtc::Desktop> winlogon_desktop(
194 webrtc::Desktop::GetDesktop(kWinlogonDesktopName));
197 << "Failed to open '" << kWinlogonDesktopName << "' desktop";
201 webrtc::ScopedThreadDesktop desktop; local
202 if (!desktop.SetThreadDesktop(winlogon_desktop.release())) {
204 << "Failed to switch to '" << kWinlogonDesktopName << "' desktop";
  /external/chromium_org/tools/grit/grit/
tclib_unittest.py 72 'Google Desktop for Enterprise\r\n'
83 'AdminGuide.pdf - Google Desktop for Enterprise administrative guide\r\n'
91 'http://desktop.google.com/enterprise/adminguide.html.\r\n'
98 'Desktop for Enterprise. The IBM Lotus Notes Plug-in for Google \r\n'
99 'Desktop indexes mail, calendar, task, contact and journal \r\n'
103 'will be returned in Google Desktop searches. The corresponding\r\n'
104 'document can be opened in Lotus Notes from the Google Desktop \r\n'
108 'Desktop setup process if Lotus Notes is already installed. Lotus \r\n'
112 'set in the \'Google Desktop for Notes\' dialog reached through the \r\n'
122 'If the \'Google Desktop for Notes\' item is not available from the \r\n
    [all...]
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
Desktop.java 20 public class Desktop extends Activity {
21 /** The surface that displays the remote host's desktop feed. */
Chromoting.java 389 new Intent(getContext(), Desktop.class));
  /external/chromium_org/remoting/webapp/
client_plugin.js 15 /** @type {number} Desktop width */
17 /** @type {number} Desktop height */
19 /** @type {number} Desktop x DPI */
21 /** @type {number} Desktop y DPI */
32 /** @type {function(): void} Desktop size change callback. */
  /external/chromium_org/chrome/tools/build/linux/
chrome-wrapper 10 DESKTOP="chromium-devel"
21 # Check to see if there is a desktop file of the given name.
30 [ -r "$dir/applications/$DESKTOP.desktop" ] && return
52 # Generate a desktop file that will run this script.
56 cat > "$apps/$DESKTOP.desktop" << EOF
57 [Desktop Entry]
72 export CHROME_DESKTOP="$DESKTOP.desktop"
    [all...]
  /external/chromium_org/remoting/host/win/
session_input_injector.cc 18 #include "third_party/webrtc/modules/desktop_capture/win/desktop.h"
72 // Switches to the desktop receiving a user input if different from
183 // Switch to the desktop receiving user input if different from the current
185 scoped_ptr<webrtc::Desktop> input_desktop(
186 webrtc::Desktop::GetInputDesktop());
188 // If SetThreadDesktop() fails, the thread is still assigned a desktop.
189 // So we can continue capture screen bits, just from a diffected desktop.
  /external/chromium_org/remoting/tools/win/
chromoting-set-channel.bat 38 echo Remote Desktop to get your machine back on the stable channel.
  /external/chromium_org/v8/test/webkit/fast/regex/
parentheses.js 130 shouldBe("regexp27.exec('file:///Users/Someone/Desktop/HelloWorld/index.html')", "['file:///Users/Someone/Desktop/HelloWorld/index.html','file','//','',undefined,undefined,undefined,'',undefined,'/Users/Someone/Desktop/HelloWorld/index.html',undefined,undefined]");
149 shouldBe("regexp28.exec('file:///Users/Someone/Desktop/HelloWorld/index.html')", "['file:','file',undefined,undefined,undefined,undefined,undefined]");
  /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/browser/resources/task_manager/
main.js 165 // built as Desktop Chrome.
  /external/bison/
configure     [all...]
  /external/chromium_org/chrome/browser/resources/ntp_android/
mockdata.js     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids 1122 0600 Desktop Wireless 6000
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]

Completed in 866 milliseconds