Home
last modified time | relevance | path

Searched refs:desktop (Results 1 – 25 of 164) sorted by relevance

1234567

/external/webkit/Source/WebCore/platform/qt/
DPlatformScreenQt.cpp56 return QApplication::desktop()->screen(screenNumber(w))->depth(); in screenDepth()
61 int depth = QApplication::desktop()->screen(0)->depth(); in screenDepthPerComponent()
89 return QApplication::desktop()->screen(screenNumber(w))->colorCount() == 2; in screenIsMonochrome()
94 QRect r = QApplication::desktop()->screenGeometry(screenNumber(w)); in screenRect()
100 QRect r = QApplication::desktop()->availableGeometry(screenNumber(w)); in screenAvailableRect()
DScreenQt.cpp62 QDesktopWidget* dw = QApplication::desktop(); in screenRect()
85 QDesktopWidget* dw = QApplication::desktop(); in usableScreenRect()
/external/chromium/chrome/common/
Dchrome_paths_linux.cc100 FilePath desktop; in GetUserDownloadsDirectory() local
101 GetUserDesktop(&desktop); in GetUserDownloadsDirectory()
102 if (*result == desktop) { in GetUserDownloadsDirectory()
/external/chromium/chrome/browser/
Dplatform_util_win.cc68 base::win::ScopedComPtr<IShellFolder> desktop; in ShowItemInFolder() local
69 HRESULT hr = SHGetDesktopFolder(desktop.Receive()); in ShowItemInFolder()
74 hr = desktop->ParseDisplayName(NULL, NULL, in ShowItemInFolder()
81 hr = desktop->ParseDisplayName(NULL, NULL, in ShowItemInFolder()
/external/bluetooth/glib/gio/tests/
DMakefile.am33 TEST_PROGS += live-g-file unix-streams desktop-app-info
63 desktop_app_info_SOURCES = desktop-app-info.c
D.gitignore2 desktop-app-info
/external/dbus/cmake/bus/
DCMakeLists.txt52 ${BUS_DIR}/desktop-file.c
53 ${BUS_DIR}/desktop-file.h
128 ${BUS_DIR}/desktop-file.c
/external/dbus/
Ddbus-1.pc.in13 Description: Free desktop message bus
DDoxyfile.in62 README.* *.png AUTHORS DESIGN DESIGN.* *.desktop \
/external/libmtp/
Dlibmtp.sh.in13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb
Dlibmtp.sh13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb
DINSTALL142 our knowledge) that program will be used for enabling desktop user
143 access, otherwise the current user of the desktop will be determined
/external/chromium/chrome/browser/first_run/
Dfirst_run_mac.mm22 // Things that Windows does here (creating a desktop icon, for example) are
/external/quake/quake/src/QW/docs/
Dglqwcl-readme.txt10 If you are running win-95, your desktop must be set to 32k or 64k colors
31 full screen, but you must still have your desktop set to a 16 bit color mode
41 This will start glqwcl in a window on your desktop instead of switching the
46 creates a desktop window that size, otherwise it tries to set a full screen
/external/webkit/Source/WebKit/win/Interfaces/
DIWebDesktopNotificationsDelegate.idl39 on the user's desktop. It provides the contents of the notification
66 on the user's desktop.
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFullScreenVideoWidget.cpp52 setGeometry(QApplication::desktop()->screenGeometry()); in FullScreenVideoWidget()
/external/quake/quake/src/WinQuake/
Dglqnotes.txt10 If you are running win-95, your desktop must be set to 32k or 64k colors
23 full screen, but you must still have your desktop set to a 16 bit color mode
33 This will start glquake in a window on your desktop instead of switching the
38 creates a desktop window that size, otherwise it tries to set a full screen
/external/quake/quake/src/WinQuake/kit/
DREADME.TXT10 If you are running win-95, your desktop must be set to 32k or 64k colors
23 full screen, but you must still have your desktop set to a 16 bit color mode
33 This will start glquake in a window on your desktop instead of switching the
38 creates a desktop window that size, otherwise it tries to set a full screen
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dmenu_button.js165 case 'U+001B': // Maybe this is remote desktop playing a prank?
/external/bluetooth/glib/debian/
DREADME.debian25 GNOME, a desktop interface for X, and gzilla, a freely available
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
DSDL_sysvideo.cc223 QSize desktop_size = qApp->desktop()->size(); in QT_VideoInit()
280 QSize desktop_size = qApp->desktop()->size(); in QT_SetVideoMode()
DSDL_QWin.cc54 if(size() != qApp->desktop()->size()) { in resizeEvent()
493 setFixedSize(qApp->desktop()->size()); in enableFullscreen()
/external/bluetooth/glib/
DINSTALL.in68 update-mime-database and update-desktop-database utilities, which
69 are part of shared-mime-info and desktop-file-utils, respectively.
/external/chromium-trace/src/shared/js/cr/ui/
Dmenu_button.js176 case 'U+001B': // Maybe this is remote desktop playing a prank?
/external/dbus/cmake/
DDoxyfile.cmake62 README.* *.png AUTHORS DESIGN DESIGN.* *.desktop \

1234567