Home
last modified time | relevance | path

Searched defs:desktop (Results 51 – 75 of 2705) sorted by relevance

12345678910>>...109

/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/desktop_capture/win/
H A Dscoped_thread_desktop.cc25 bool ScopedThreadDesktop::IsSame(const Desktop& desktop) { in IsSame()
40 bool ScopedThreadDesktop::SetThreadDesktop(Desktop* desktop) { in SetThreadDesktop()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/desktop_capture/win/
H A Dscoped_thread_desktop.cc25 bool ScopedThreadDesktop::IsSame(const Desktop& desktop) { in IsSame()
40 bool ScopedThreadDesktop::SetThreadDesktop(Desktop* desktop) { in SetThreadDesktop()
/dports/devel/efl/efl-1.25.1/src/tests/efreet/
H A Def_desktop.c58 Efreet_Desktop *desktop; in ef_cb_desktop_parse() local
169 Efreet_Desktop *desktop; in ef_cb_desktop_save() local
209 Efreet_Desktop *desktop; in ef_cb_desktop_command_get() local
396 Efreet_Desktop *desktop; in ef_cb_desktop_type_parse() local
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/context/audioobject/
H A DOpenUrlActionListener.java31 private final IDesktop desktop; field in OpenUrlActionListener
33 OpenUrlActionListener(Entry<String, String> entry, IDesktop desktop) { in OpenUrlActionListener()
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/gui/views/controls/
H A DLink.java36 private IDesktop desktop; field in Link
45 Link(IDesktop desktop, String url) { in Link()
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/actions/
H A DShowLogAction.java40 private IDesktop desktop; field in ShowLogAction
52 public void setDesktop(final IDesktop desktop) { in setDesktop()
H A DOpenFolderAction.java42 private IDesktop desktop; field in OpenFolderAction
56 public void setDesktop(final IDesktop desktop) { in setDesktop()
H A DOpenFolderFromNavigatorTreeAction.java42 private IDesktop desktop; field in OpenFolderFromNavigatorTreeAction
63 public void setDesktop(final IDesktop desktop) { in setDesktop()
H A DOpenFolderFromNavigatorTableAction.java45 private IDesktop desktop; field in OpenFolderFromNavigatorTableAction
75 public void setDesktop(final IDesktop desktop) { in setDesktop()
/dports/misc/actiona/actiona-3.10.1/actiontools/
H A Dscreenshooter.cpp36 QDesktopWidget *desktop = QApplication::desktop(); in captureScreen() local
48 QDesktopWidget *desktop = QApplication::desktop(); in captureScreens() local
63 QDesktopWidget *desktop = QApplication::desktop(); in captureWindows() local
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/effects/desktopgrid/
H A Ddesktopgrid.cpp271 int desktop = 1; in paintScreen() local
628 const int desktop = posToDesktop(me->pos()); in windowInputMouseEvent() local
735 int desktop = -1; in grabbedKeyboardEvent() local
914 int desktop; in windowAt() local
937 void DesktopGridEffect::setCurrentDesktop(int desktop) in setCurrentDesktop()
988 int DesktopGridEffect::desktopToLeft(int desktop, bool wrap) const in desktopToLeft()
1013 int DesktopGridEffect::desktopUp(int desktop, bool wrap) const in desktopUp()
1038 int DesktopGridEffect::desktopDown(int desktop, bool wrap) const in desktopDown()
1329 const uint desktop = effects->numberOfDesktops(); in slotNumberDesktopsChanged() local
1338 const int desktop = effects->numberOfDesktops(); in desktopsAdded() local
[all …]
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/
H A Dstruts_test.cpp139 VirtualDesktop *desktop = VirtualDesktopManager::self()->currentDesktop(); in testWaylandStruts() local
225 VirtualDesktop *desktop = VirtualDesktopManager::self()->currentDesktop(); in testMoveWaylandPanel() local
272 VirtualDesktop *desktop = VirtualDesktopManager::self()->currentDesktop(); in testWaylandMobilePanel() local
551 VirtualDesktop *desktop = VirtualDesktopManager::self()->currentDesktop(); in testX11Struts() local
698 VirtualDesktop *desktop = VirtualDesktopManager::self()->currentDesktop(); in test363804() local
787 VirtualDesktop *desktop = VirtualDesktopManager::self()->currentDesktop(); in testLeftScreenSmallerBottomAligned() local
904 VirtualDesktop *desktop = VirtualDesktopManager::self()->currentDesktop(); in testWindowMoveWithPanelBetweenScreens() local
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/platforms/wayland/
H A Dkwindowsystem.cpp60 void KWindowSystemPrivateWayland::setCurrentDesktop(int desktop) in setCurrentDesktop()
71 void KWindowSystemPrivateWayland::setOnDesktop(WId win, int desktop) in setOnDesktop()
157 QRect KWindowSystemPrivateWayland::workArea(int desktop) in workArea()
163 QRect KWindowSystemPrivateWayland::workArea(const QList<WId> &excludes, int desktop) in workArea()
170 QString KWindowSystemPrivateWayland::desktopName(int desktop) in desktopName()
176 void KWindowSystemPrivateWayland::setDesktopName(int desktop, const QString &name) in setDesktopName()
276 QPoint KWindowSystemPrivateWayland::desktopToViewport(int desktop, bool absolute) in desktopToViewport()
/dports/deskutils/kalarm/kalarm-21.12.3/src/lib/
H A Dconfig.cpp29 const QWidget* desktop = QApplication::desktop(); in readWindowSize() local
47 const QWidget* desktop = QApplication::desktop(); in writeWindowSize() local
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/context/artist/
H A DCoverMouseAdapter.java35 private final IDesktop desktop; field in CoverMouseAdapter
37 CoverMouseAdapter(IAlbumInfo album, JLabel coverLabel, IDesktop desktop) { in CoverMouseAdapter()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/plugins/windowsystem/
H A Dwindowsystem.cpp83 QString WindowSystem::desktopName(int desktop) in desktopName()
89 QPoint WindowSystem::desktopToViewport(int desktop, bool absolute) in desktopToViewport()
163 void WindowSystem::setCurrentDesktop(int desktop) in setCurrentDesktop()
169 void WindowSystem::setDesktopName(int desktop, const QString &name) in setDesktopName()
221 void WindowSystem::setOnDesktop(WId win, int desktop) in setOnDesktop()
301 QRect WindowSystem::workArea(const QList< WId > &excludes, int desktop) in workArea()
308 QRect WindowSystem::workArea(int desktop) in workArea()
/dports/devel/kf5-kdeclarative/kdeclarative-5.89.0/src/qmlcontrols/kwindowsystemplugin/
H A Dkwindowsystemproxy.cpp58 void KWindowSystemProxy::setCurrentDesktop(int desktop) in setCurrentDesktop()
111 void KWindowSystemProxy::setOnDesktop(QWindow *window, int desktop) in setOnDesktop()
130 void KWindowSystemProxy::setDesktopName(int desktop, const QString &name) in setDesktopName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/common/manifest_handlers/
H A Dautomation.cc125 bool desktop = automation_info_->desktop && !other->automation_info_->desktop; in Diff() local
139 bool desktop = automation_info_->desktop || other->automation_info_->desktop; in Union() local
153 bool desktop = automation_info_->desktop && other->automation_info_->desktop; in Intersect() local
232 bool desktop = false; in FromValue() local
310 AutomationInfo::AutomationInfo(bool desktop, in AutomationInfo()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/common/manifest_handlers/
H A Dautomation.cc125 bool desktop = automation_info_->desktop && !other->automation_info_->desktop; in Diff() local
139 bool desktop = automation_info_->desktop || other->automation_info_->desktop; in Union() local
153 bool desktop = automation_info_->desktop && other->automation_info_->desktop; in Intersect() local
236 bool desktop = false; in FromValue() local
314 AutomationInfo::AutomationInfo(bool desktop, in AutomationInfo()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dlayer-properties.cpp97 SPDesktop *desktop, SPObject *layer) in _showDialog()
319 SPDesktop *desktop=dialog._desktop; in setup() local
327 SPDesktop *desktop=dialog._desktop; in perform() local
352 SPDesktop *desktop=dialog._desktop; in perform() local
389 void LayerPropertiesDialog::_setDesktop(SPDesktop *desktop) { in _setDesktop()
/dports/devel/kf5-kio/kio-5.89.0/src/ioslaves/remote/
H A Dremoteimpl.cpp84 KDesktopFile desktop(file); in findBaseURL() local
114 KDesktopFile desktop(dir + file); in createEntry() local
182 KDesktopFile desktop(destDesktopFilePath); in renameFolders() local
204 KDesktopFile desktop(srcDesktopFilePath); in changeFolderTarget() local
/dports/x11-wm/phoc/phoc-f26fa0123742ba95d303ad552fc1f8d2d0117288/src/
H A Dseat.c34 PhocDesktop *desktop = server->desktop; in handle_keyboard_key() local
45 PhocDesktop *desktop = server->desktop; in handle_keyboard_modifiers() local
54 PhocDesktop *desktop = server->desktop; in handle_cursor_motion() local
65 PhocDesktop *desktop = server->desktop; in handle_cursor_motion_absolute() local
75 PhocDesktop *desktop = server->desktop; in handle_cursor_button() local
85 PhocDesktop *desktop = server->desktop; in handle_cursor_axis() local
95 PhocDesktop *desktop = server->desktop; in handle_cursor_frame() local
171 PhocDesktop *desktop = server->desktop; in handle_switch_toggle() local
182 PhocDesktop *desktop = server->desktop; in handle_touch_down() local
199 PhocDesktop *desktop = server->desktop; in handle_touch_up() local
[all …]
H A Dvirtual.c15 PhocDesktop *desktop = in phoc_handle_virtual_keyboard() local
29 PhocDesktop *desktop = in phoc_handle_virtual_pointer() local
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/
H A Dkwindowsystem.cpp122 void KWindowSystemPrivateDummy::setCurrentDesktop(int desktop) in setCurrentDesktop()
133 void KWindowSystemPrivateDummy::setOnDesktop(WId win, int desktop) in setOnDesktop()
219 QRect KWindowSystemPrivateDummy::workArea(int desktop) in workArea()
232 QString KWindowSystemPrivateDummy::desktopName(int desktop) in desktopName()
409 void KWindowSystem::setCurrentDesktop(int desktop) in setCurrentDesktop()
421 void KWindowSystem::setOnDesktop(WId win, int desktop) in setOnDesktop()
607 QRect KWindowSystem::workArea(int desktop) in workArea()
613 QRect KWindowSystem::workArea(const QList<WId> &exclude, int desktop) in workArea()
619 QString KWindowSystem::desktopName(int desktop) in desktopName()
625 void KWindowSystem::setDesktopName(int desktop, const QString &name) in setDesktopName()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/toolbar/
H A Ddropper-toolbar.cpp64 DropperToolbar::DropperToolbar(SPDesktop *desktop) in DropperToolbar()
99 DropperToolbar::create(SPDesktop *desktop) in create()

12345678910>>...109