Home
last modified time | relevance | path

Searched refs:Desktop (Results 1 – 25 of 168) 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/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/swiftshader/third_party/llvm-7.0/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/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/cros/system_api/dbus/vm_applications/
Dapps.proto10 // Corresponds to a .desktop file from the Desktop Entry Spec:
26 // These fields map directly to keys from the Desktop Entry spec.
/external/ImageMagick/
Dimagemagick.desktop1 [Desktop Entry]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpa_gui.desktop1 [Desktop Entry]
/external/selinux/restorecond/
Drestorecond.desktop1 [Desktop Entry]
/external/deqp-deps/glslang/Test/baseResults/
Dglspv.version.vert.out2 ERROR: #version: Desktop shaders for OpenGL SPIR-V require version 330 or higher
/external/toolchain-utils/bestflags/examples/omnetpp/
Dtest_omnetpp3 cd /usr/local/google/home/yuhenglong/Desktop/spec2006/cpu2006-redhat-ia32/
/external/autotest/client/site_tests/policy_DefaultNotificationsSetting/
Dcontrol.granted15 Desktop notifications option.
Dcontrol.denied15 Desktop notifications option.
/external/skia/resources/lua/
Dslides_content.lua37 - ES2 -vs- ES3 -vs- Desktop profiles
/external/skqp/resources/lua/
Dslides_content.lua37 - ES2 -vs- ES3 -vs- Desktop profiles
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
Dslides_content.lua37 - ES2 -vs- ES3 -vs- Desktop profiles

1234567