Searched defs:desktop (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/chrome/browser/metro_utils/
H A Dmetro_chrome_win.cc64 Win8Environment GetWin8Environment(HostDesktopType desktop) { argument
66 if (desktop == chrome::HOST_DESKTOP_TYPE_ASH)
/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);
H A Dlaunch_process_with_token.cc316 base::string16 desktop; local
318 desktop = desktop_name;
323 (application_name.size() + command_line.size() + desktop.size() + 3);
354 std::copy(desktop.begin(),
355 desktop.end(),
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dscoped_thread_desktop.cc15 #include "webrtc/modules/desktop_capture/win/desktop.h"
27 bool ScopedThreadDesktop::IsSame(const Desktop& desktop) { argument
29 return assigned_->IsSame(desktop);
31 return initial_->IsSame(desktop);
42 bool ScopedThreadDesktop::SetThreadDesktop(Desktop* desktop) { argument
45 scoped_ptr<Desktop> scoped_desktop(desktop);
47 if (initial_->IsSame(*desktop))
50 if (!desktop->SetThreadDesktop())
H A Ddesktop.cc11 #include "webrtc/modules/desktop_capture/win/desktop.h"
19 Desktop::Desktop(HDESK desktop, bool own) : desktop_(desktop), own_(own) { argument
25 LOG(LS_ERROR) << "Failed to close the owned desktop handle: "
44 LOG(LS_ERROR) << "Failed to query the desktop name: " << GetLastError();
66 LOG(LS_ERROR) << "Failed to assign the desktop to the current thread: "
79 HDESK desktop = OpenDesktop(desktop_name, 0, FALSE, desired_access); local
80 if (desktop == NULL) {
81 LOG(LS_ERROR) << "Failed to open the desktop '" << desktop_name << "': "
86 return new Desktop(desktop, tru
90 HDESK desktop = OpenInputDesktop( local
99 HDESK desktop = ::GetThreadDesktop(GetCurrentThreadId()); local
[all...]
/external/chromium_org/chrome/browser/tab_contents/
H A Dnavigation_metrics_recorder.cc43 chrome::HostDesktopType desktop = local
46 chrome::GetWin8Environment(desktop),
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dautomation.h48 // true if the extension has requested 'desktop' permission.
49 const bool desktop; member in struct:extensions::AutomationInfo
61 AutomationInfo(bool desktop, URLPatternSet matches, bool interact);
H A Dautomation.cc27 "Cannot specify interactive=false if desktop=true is specified; "
30 "Cannot specify matches for Automation if desktop=true is specified; "
86 if (automation_info_->desktop) {
127 bool desktop = automation_info_->desktop && !other->automation_info_->desktop; local
134 make_scoped_ptr(new const AutomationInfo(desktop, matches, interact)));
142 bool desktop = automation_info_->desktop || other->automation_info_->desktop; local
157 bool desktop = automation_info_->desktop && other->automation_info_->desktop; local
233 bool desktop = false; local
315 AutomationInfo(bool desktop, const URLPatternSet matches, bool interact) argument
[all...]
/external/chromium_org/ui/views/test/
H A Dtest_views_delegate.h25 void set_use_desktop_native_widgets(bool desktop) { argument
26 use_desktop_native_widgets_ = desktop;
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_controller_browsertest.cc30 const chrome::HostDesktopType desktop = chrome::GetActiveDesktop(); local
35 EXPECT_EQ(1U, chrome::GetBrowserCount(browser()->profile(), desktop));
37 browser()->profile()->GetOffTheRecordProfile(), desktop));
40 EXPECT_EQ(2U, chrome::GetBrowserCount(browser()->profile(), desktop));
44 browser()->profile()->GetOffTheRecordProfile(), desktop));
H A Dapp_list_view_delegate.cc266 // Don't populate the app list users if we are on the ash desktop.
267 chrome::HostDesktopType desktop = chrome::GetHostDesktopTypeForNativeWindow(
269 if (desktop == chrome::HOST_DESKTOP_TYPE_ASH)
491 chrome::HostDesktopType desktop = chrome::GetHostDesktopTypeForNativeWindow( local
493 chrome::ScopedTabbedBrowserDisplayer displayer(profile_, desktop);
503 chrome::HostDesktopType desktop = chrome::GetHostDesktopTypeForNativeWindow( local
505 Browser* browser = chrome::FindTabbedBrowser(profile_, false, desktop);
/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);
H A Dselect_file_dialog_impl_kde.cc51 base::nix::DesktopEnvironment desktop);
183 base::nix::DesktopEnvironment desktop) {
184 return new SelectFileDialogImplKDE(listener, policy, desktop);
190 base::nix::DesktopEnvironment desktop)
192 desktop_(desktop) {
180 NewSelectFileDialogImplKDE( Listener* listener, ui::SelectFilePolicy* policy, base::nix::DesktopEnvironment desktop) argument
187 SelectFileDialogImplKDE( Listener* listener, ui::SelectFilePolicy* policy, base::nix::DesktopEnvironment desktop) argument
/external/chromium_org/sandbox/win/src/
H A Dwindow.cc57 ResultCode CreateAltDesktop(HWINSTA winsta, HDESK* desktop) { argument
60 // Append the current PID to the desktop name.
66 // Get the security attributes from the current desktop, we will use this as
67 // the base security attributes for the new desktop.
79 // desktop.
88 *desktop = ::CreateDesktop(desktop_name.c_str(), NULL, NULL, 0, GENERIC_ALL,
99 if (*desktop) {
110 AddKnownSidToObject(*desktop, SE_WINDOW_OBJECT, Sid(WinRestrictedCodeSid),
141 base::string16 GetFullDesktopName(HWINSTA winsta, HDESK desktop) { argument
142 if (!desktop) {
[all...]
H A Dbroker_services.cc383 base::string16 desktop = policy_base->GetAlternateDesktop(); local
384 if (!desktop.empty()) {
386 const_cast<wchar_t*>(desktop.c_str());
/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 rtc::DesktopId& desktop() const { return desktop_; } function in class:cricket::ScreencastId
62 return desktop_.Equals(other.desktop());
/external/chromium_org/chrome/browser/
H A Dplatform_util_win.cc74 base::win::ScopedComPtr<IShellFolder> desktop; local
75 HRESULT hr = SHGetDesktopFolder(desktop.Receive());
80 hr = desktop->ParseDisplayName(NULL, NULL,
87 hr = desktop->ParseDisplayName(NULL, NULL,
/external/chromium_org/remoting/host/
H A Dsas_injector_win.cc17 #include "third_party/webrtc/modules/desktop_capture/win/desktop.h"
123 // the Winlogon desktop and injecting Ctrl+Alt+Del as a hot key.
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/remoting/android/java/src/org/chromium/chromoting/
H A DDesktopView.java136 public void setDesktop(Desktop desktop) { argument
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.
/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 desktop = ::OpenDesktop(desktop_name, 0, FALSE, WRITE_DAC);
280 if (desktop ||
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dfakedevicemanager.h144 virtual VideoCapturer* CreateDesktopCapturer(rtc::DesktopId desktop) { argument
145 if (!desktop.IsValid()) {
/external/chromium_org/chrome/test/chromedriver/
H A Dsession_commands.cc228 "apps can only be launched on desktop platforms");
460 ChromeDesktopImpl* desktop = session->chrome->GetAsDesktop(); local
461 if (!desktop) {
464 "command only supported for desktop Chrome without debuggerAddress");
468 Status status = desktop->GetAutomationExtension(&extension);
493 ChromeDesktopImpl* desktop = session->chrome->GetAsDesktop();
494 if (!desktop) {
497 "command only supported for desktop Chrome without debuggerAddress");
501 Status status = desktop->GetAutomationExtension(&extension);
512 ChromeDesktopImpl* desktop local
566 ChromeDesktopImpl* desktop = session->chrome->GetAsDesktop(); local
[all...]
/external/chromium_org/chrome/browser/android/bookmarks/
H A Dbookmarks_bridge.cc305 const BookmarkNode* desktop = bookmark_model_->bookmark_bar_node(); local
327 bookmarkList.push_back(desktop);
/external/chromium_org/chrome/test/base/
H A Dui_test_utils.cc540 base::FilePath desktop; local
542 return PathService::Get(base::DIR_USER_DESKTOP, &desktop) &&
543 SaveScreenSnapshotToDirectory(desktop, screenshot_path);

Completed in 8571 milliseconds

12