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

1 2

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
desktop.h 22 class Desktop {
24 ~Desktop();
26 // Returns the name of the desktop represented by the object. Return false if
30 // Returns true if |other| has the same name as this desktop. Returns false
31 // in any other case including failing Win32 APIs and uninitialized desktop
33 bool IsSame(const Desktop& other) const;
35 // Assigns the desktop to the current thread. Returns false is the operation
39 // Returns the desktop by its name or NULL if an error occurs.
40 static Desktop* GetDesktop(const wchar_t* desktop_name);
42 // Returns the desktop currently receiving user input or NULL if an erro
    [all...]
scoped_thread_desktop.h 21 class Desktop;
28 // Returns true if |desktop| has the same desktop name as the currently
29 // assigned desktop (if assigned) or as the initial desktop (if not assigned).
31 // uninitialized desktop handles.
32 bool IsSame(const Desktop& desktop);
34 // Reverts the calling thread to use the initial desktop.
37 // Assigns |desktop| to be the calling thread. Returns true if the thread ha
    [all...]
desktop.cc 11 #include "webrtc/modules/desktop_capture/win/desktop.h"
19 Desktop::Desktop(HDESK desktop, bool own) : desktop_(desktop), own_(own) {
22 Desktop::~Desktop() {
25 LOG(LS_ERROR) << "Failed to close the owned desktop handle: "
31 bool Desktop::GetName(std::wstring* desktop_name_out) const {
44 LOG(LS_ERROR) << "Failed to query the desktop name: " << GetLastError()
79 HDESK desktop = OpenDesktop(desktop_name, 0, FALSE, desired_access); local
90 HDESK desktop = OpenInputDesktop( local
99 HDESK desktop = ::GetThreadDesktop(GetCurrentThreadId()); local
    [all...]
scoped_thread_desktop.cc 15 #include "webrtc/modules/desktop_capture/win/desktop.h"
20 : initial_(Desktop::GetThreadDesktop()) {
27 bool ScopedThreadDesktop::IsSame(const Desktop& desktop) {
29 return assigned_->IsSame(desktop);
31 return initial_->IsSame(desktop);
42 bool ScopedThreadDesktop::SetThreadDesktop(Desktop* desktop) {
45 scoped_ptr<Desktop> scoped_desktop(desktop);
    [all...]
screen_capturer_win_gdi.cc 22 #include "webrtc/modules/desktop_capture/win/desktop.h"
165 // Vote to disable Aero composited desktop effects while capturing. Windows
173 // Switch to the desktop receiving user input if different from the current
175 scoped_ptr<Desktop> input_desktop(Desktop::GetInputDesktop());
188 // If SetThreadDesktop() fails, the thread is still assigned a desktop.
189 // So we can continue capture screen bits, just from the wrong desktop.
221 // Create GDI device contexts to capture from the desktop into memory.
263 // Select the target bitmap into the memory dc and copy the rect from desktop
screen_capturer_win_magnifier.cc 22 #include "webrtc/modules/desktop_capture/win/desktop.h"
96 // Switch to the desktop receiving user input if different from the current
98 scoped_ptr<Desktop> input_desktop(Desktop::GetInputDesktop());
105 // If SetThreadDesktop() fails, the thread is still assigned a desktop.
106 // So we can continue capture screen bits, just from the wrong desktop.
  /external/chromium_org/third_party/WebKit/public/web/
WebDeviceEmulationParams.h 17 // For desktop, screen size and view position are preserved.
19 Desktop,
41 : screenPosition(Desktop)
  /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/chrome/browser/resources/feedback/js/
event_handler.js 32 'ljacajndfccfgnfohlgkdphmbnpkjflk', // Chrome Remote Desktop Dev
33 'gbchcmhmhahfdphkhkmpfmihenigjmpp', // Chrome Remote Desktop Stable
34 'odkaodonbgfohohmklejpjiejmcipmib', // Chrome Remote Desktop QA
35 'dokpleeekgeeiehdhmdkeimnkmoifgdd', // Chrome Remote Desktop QA backup
36 'ajoainacpilcemgiakehflpbkbfipojk', // Chrome Remote Desktop Apps V2
  /external/chromium_org/remoting/host/
sas_injector_win.cc 17 #include "third_party/webrtc/modules/desktop_capture/win/desktop.h"
123 // the Winlogon desktop and injecting Ctrl+Alt+Del as a hot key.
190 scoped_ptr<webrtc::Desktop> winlogon_desktop(
191 webrtc::Desktop::GetDesktop(kWinlogonDesktopName));
193 PLOG(ERROR) << "Failed to open '" << kWinlogonDesktopName << "' desktop";
197 webrtc::ScopedThreadDesktop desktop; local
198 if (!desktop.SetThreadDesktop(winlogon_desktop.release())) {
200 << "' 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/webapp/
feedback.js 12 * Desktop as an authorized feedback source.
39 * Pass the current version of Chrome Remote Desktop to the Google Feedback
  /external/chromium_org/remoting/webapp/background/
it2me_helper_channel.js 8 * It2MeHelperChannel relays messages between Hangouts and Chrome Remote Desktop
22 * Hangout It2MeHelperChannel Chrome Remote Desktop
34 * Hangout It2MeHelperChannel Chrome Remote Desktop
40 * Hangout It2MeHelperChannel Chrome Remote Desktop
46 * Hangout It2MeHelperChannel Chrome Remote Desktop
52 * Hangout It2MeHelperChannel Chrome Remote Desktop
  /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/android/java/src/org/chromium/chromoting/
DesktopView.java 40 /** The parent Desktop activity. */
41 private Desktop mDesktop;
136 public void setDesktop(Desktop desktop) {
137 mDesktop = desktop;
140 /** Request repainting of the desktop view. */
310 // Ensures that keyboards will not decide to hide the remote desktop on small displays.
Desktop.java 28 public class Desktop extends ActionBarActivity implements View.OnSystemUiVisibilityChangeListener {
33 /** The surface that displays the remote host's desktop feed. */
49 setContentView(R.layout.desktop);
Chromoting.java 447 // Display the remote desktop.
448 startActivityForResult(new Intent(this, Desktop.class), 0);
454 // Close the Desktop view, if it is currently running.
  /external/chromium_org/remoting/host/win/
session_input_injector.cc 18 #include "third_party/webrtc/modules/desktop_capture/win/desktop.h"
74 // Switches to the desktop receiving a user input if different from
196 // Switch to the desktop receiving user input if different from the current
198 scoped_ptr<webrtc::Desktop> input_desktop(
199 webrtc::Desktop::GetInputDesktop());
201 // If SetThreadDesktop() fails, the thread is still assigned a desktop.
202 // 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/chrome/browser/resources/chromeos/chromevox/cvox2/background/
background.js 45 // Desktop.
91 * A generic handler for all desktop automation events.
  /external/chromium_org/chrome/browser/extensions/api/automation/
automation_apitest.cc 148 IN_PROC_BROWSER_TEST_F(AutomationApiTest, Desktop) {
149 ASSERT_TRUE(RunExtensionSubtest("automation/tests/desktop", "desktop.html"))
159 ASSERT_TRUE(RunExtensionSubtest("automation/tests/desktop", "actions.html"))
164 ASSERT_TRUE(RunExtensionSubtest("automation/tests/desktop",
  /external/chromium_org/remoting/host/linux/
linux_me2me_host.py 7 # required for a Virtual Me2Me desktop, which are: X server, X desktop
36 # This script has a sensible default for the initial and maximum desktop size,
56 HOST_BINARY_NAME = "chrome-remote-desktop-host"
60 CHROME_REMOTING_GROUP_NAME = "chrome-remote-desktop"
63 CONFIG_DIR = os.path.join(HOME_DIR, ".config/chrome-remote-desktop")
64 SESSION_FILE_PATH = os.path.join(HOME_DIR, ".chrome-remote-desktop-session")
65 SYSTEM_SESSION_FILE_PATH = "/etc/chrome-remote-desktop-session"
217 class Desktop:
218 """Manage a single virtual desktop"""
    [all...]

Completed in 639 milliseconds

1 2