Home
last modified time | relevance | path

Searched refs:Desktop (Results 1 – 25 of 158) sorted by relevance

1234567

/external/webrtc/webrtc/modules/desktop_capture/win/
Ddesktop.cc19 Desktop::Desktop(HDESK desktop, bool own) : desktop_(desktop), own_(own) { in Desktop() function in webrtc::Desktop
22 Desktop::~Desktop() { in ~Desktop()
31 bool Desktop::GetName(std::wstring* desktop_name_out) const { in GetName()
52 bool Desktop::IsSame(const Desktop& other) const { in IsSame()
64 bool Desktop::SetThreadDesktop() const { in SetThreadDesktop()
74 Desktop* Desktop::GetDesktop(const WCHAR* desktop_name) { in GetDesktop()
86 return new Desktop(desktop, true); in GetDesktop()
89 Desktop* Desktop::GetInputDesktop() { in GetInputDesktop()
95 return new Desktop(desktop, true); in GetInputDesktop()
98 Desktop* Desktop::GetThreadDesktop() { in GetThreadDesktop()
[all …]
Ddesktop.h22 class Desktop {
24 ~Desktop();
33 bool IsSame(const Desktop& other) const;
40 static Desktop* GetDesktop(const wchar_t* desktop_name);
44 static Desktop* GetInputDesktop();
48 static Desktop* GetThreadDesktop();
51 Desktop(HDESK desktop, bool own);
59 RTC_DISALLOW_COPY_AND_ASSIGN(Desktop);
Dscoped_thread_desktop.h21 class Desktop; variable
32 bool IsSame(const Desktop& desktop);
39 bool SetThreadDesktop(Desktop* desktop);
43 rtc::scoped_ptr<Desktop> assigned_;
46 rtc::scoped_ptr<Desktop> initial_;
Dscoped_thread_desktop.cc20 : initial_(Desktop::GetThreadDesktop()) { in ScopedThreadDesktop()
27 bool ScopedThreadDesktop::IsSame(const Desktop& desktop) { in IsSame()
42 bool ScopedThreadDesktop::SetThreadDesktop(Desktop* desktop) { in SetThreadDesktop()
45 rtc::scoped_ptr<Desktop> scoped_desktop(desktop); in SetThreadDesktop()
Dscreen_capturer_win_gdi.cc162 rtc::scoped_ptr<Desktop> input_desktop(Desktop::GetInputDesktop()); in PrepareCaptureResources()
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/
DSwingHelper.java4 import java.awt.Desktop;
5 import java.awt.Desktop.Action;
64 if (Desktop.isDesktopSupported() && Desktop.getDesktop().isSupported(Action.BROWSE)) { in browse()
66 Desktop.getDesktop().browse(new URI(uri)); in browse()
/external/selinux/gui/
Dsepolicy.desktop1 [Desktop Entry]
9 X-Desktop-File-Install-Version=0.2
Dsystem-config-selinux.desktop1 [Desktop Entry]
66 X-Desktop-File-Install-Version=0.2
Dselinux-polgengui.desktop1 [Desktop Entry]
66 X-Desktop-File-Install-Version=0.2
/external/selinux/python/sepolicy/sepolicy/help/
Dusers.txt13 * Full Desktop user - User_u
16 * Confined Admin/Desktop User - Staff_u
Dlogin.txt14 * Full Desktop user - User_u
17 * Confined Admin/Desktop User - Staff_u
/external/bison/m4/
Dwctype_h.m442 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be
88 [[/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be
124 [[/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be
150 [[/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be
172 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
Dmbrtowc.m419 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
131 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
188 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
248 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
317 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
379 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
507 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
553 [[/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be
Dwcwidth.m424 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
51 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
Dwchar_h.m441 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
73 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
88 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
Dwint_t.m417 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
Diswblank.m415 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
/external/llvm/test/DebugInfo/Generic/
D2010-10-01-crash.ll17 !1 = !DIFile(filename: "GSFusedSilica.m", directory: "/Volumes/Data/Users/sabre/Desktop")
22 !25 = !DIFile(filename: "GSFusedSilica.m", directory: "/Volumes/Data/Users/sabre/Desktop")
/external/swiftshader/third_party/LLVM/test/DebugInfo/
D2010-10-01-crash.ll16 …32 589865, metadata !"GSFusedSilica.m", metadata !"/Volumes/Data/Users/sabre/Desktop", metadata !2}
17 …32 16, metadata !"GSFusedSilica.m", metadata !"/Volumes/Data/Users/sabre/Desktop", metadata !"clan…
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpa_gui.desktop1 [Desktop Entry]
/external/selinux/restorecond/
Drestorecond.desktop1 [Desktop Entry]
/external/toolchain-utils/bestflags/examples/omnetpp/
Dtest_omnetpp3 cd /usr/local/google/home/yuhenglong/Desktop/spec2006/cpu2006-redhat-ia32/
/external/skia/resources/
Dslides_content.lua37 - ES2 -vs- ES3 -vs- Desktop profiles
/external/lz4/lib/dll/example/
Dfullbench-dll.sln2 # Visual Studio Express 2012 for Windows Desktop
/external/libvncserver/webclients/java-applet/ssl/
DREADME124 Show Offline Desktop
290 My+Documents.Desktop.Home
297 Home.Desktop.bin_2F_linux
303 TOP_Home.My+Documents.Desktop
306 locations, [Desktop] etc., are placed in the drop down. Only the

1234567