Searched refs:desktop (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/platform/qt/
H A DPlatformScreenQt.cpp56 return QApplication::desktop()->screen(screenNumber(w))->depth();
61 int depth = QApplication::desktop()->screen(0)->depth();
89 return QApplication::desktop()->screen(screenNumber(w))->colorCount() == 2;
94 QRect r = QApplication::desktop()->screenGeometry(screenNumber(w));
100 QRect r = QApplication::desktop()->availableGeometry(screenNumber(w));
H A DScreenQt.cpp62 QDesktopWidget* dw = QApplication::desktop();
85 QDesktopWidget* dw = QApplication::desktop();
/external/chromium/chrome/common/
H A Dchrome_paths_linux.cc88 // ~ or their desktop directory, in which case we default to ~/Downloads.
100 FilePath desktop; local
101 GetUserDesktop(&desktop);
102 if (*result == desktop) {
/external/libmtp/
H A Dlibmtp.sh13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb
H A Dlibmtp.sh.in13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb
/external/chromium/chrome/browser/
H A Dplatform_util_win.cc68 base::win::ScopedComPtr<IShellFolder> desktop; local
69 HRESULT hr = SHGetDesktopFolder(desktop.Receive());
74 hr = desktop->ParseDisplayName(NULL, NULL,
81 hr = desktop->ParseDisplayName(NULL, NULL,
/external/dbus/bus/
H A DAndroid.mk28 desktop-file.c \
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFullScreenVideoWidget.cpp52 setGeometry(QApplication::desktop()->screenGeometry());
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_sysvideo.cc223 QSize desktop_size = qApp->desktop()->size();
280 QSize desktop_size = qApp->desktop()->size();
H A DSDL_QWin.cc54 if(size() != qApp->desktop()->size()) {
241 // desktop, SL-A300 etc
493 setFixedSize(qApp->desktop()->size());
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/
H A DNetscapePluginX11.cpp95 return QApplication::desktop()->x11Info().depth();
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.cpp2465 QDesktopWidget* desktop = QApplication::desktop(); local
2466 if (!desktop)
2474 size = desktop->availableGeometry(widget).size();
2476 size = desktop->availableGeometry().size();
2571 As pages mostly are designed for desktop usage, they often do not layout properly
/external/chromium/third_party/libjingle/source/talk/
H A Dmain.scons388 # Settings that are specific to our desktop Linux targets.
/external/webkit/Source/WebCore/plugins/qt/
H A DPluginViewQt.cpp976 const QX11Info* x11Info = &QApplication::desktop()->x11Info();
/external/openssh/contrib/redhat/
H A Dopenssh.spec170 an X11 passphrase dialog for OpenSSH and the GNOME GUI desktop
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 374 milliseconds