| /external/webkit/Source/WebCore/platform/graphics/qt/ |
| TextureMapperQt.cpp | 47 m_pixmap.fill(Qt::transparent); 55 m_painter.fillRect(QRect(dirtyRect), Qt::transparent); 146 intermediatePixmap.fill(Qt::transparent);
|
| ImageBufferQt.cpp | 57 m_pixmap.fill(QColor(Qt::transparent)); 69 pen.setColor(Qt::black); 71 pen.setCapStyle(Qt::FlatCap); 72 pen.setJoinStyle(Qt::SvgMiterJoin); 76 brush.setColor(Qt::black); 398 // mimetypes and then remove the image/ to get the Qt format.
|
| MediaPlayerPrivatePhonon.cpp | 97 m_videoWidget->setAttribute(Qt::WA_DontShowOnScreen); 98 m_videoWidget->setAttribute(Qt::WA_QuitOnClose, false); 476 painter->fillRect(rect, Qt::black);
|
| PathQt.cpp | 104 Qt::FillRule savedRule = m_path.fillRule(); 105 const_cast<QPainterPath*>(&m_path)->setFillRule(rule == RULE_EVENODD ? Qt::OddEvenFill : Qt::WindingFill); 268 // In Qt we don't switch the coordinate system for degrees
|
| GraphicsLayerQt.cpp | 90 maskPixmap.fill(Qt::transparent); 99 QPixmap srcPixmap = sourcePixmap(Qt::LogicalCoordinates, &offset, QGraphicsEffect::NoPad); 104 pixmap.fill(Qt::transparent); 180 // We manage transforms ourselves because transform-origin acts differently in webkit and in Qt, 341 setAcceptedMouseButtons(Qt::NoButton); 347 connect(this, SIGNAL(notifyAnimationStartedAsync()), this, SLOT(notifyAnimationStarted()), Qt::QueuedConnection); 385 painter->setClipRect(clipRect, Qt::IntersectClip); 444 pixmap.fill(Qt::transparent); 473 pixmap.fill(Qt::transparent); 494 painter.fillRect(region.boundingRect(), Qt::transparent) [all...] |
| /external/webkit/Source/WebKit/qt/examples/platformplugin/ |
| WebPlugin.cpp | 49 listItem->setFlags(Qt::NoItemFlags); 57 if (item->flags() != Qt::NoItemFlags) 236 if (ev->key() == Qt::Key_Space) {
|
| /external/webkit/Tools/Scripts/ |
| build-webkit | 306 # Update defaults from Qt's project file 356 --qt Build the Qt port 362 --install-headers=<path> Set installation path for the headers (Qt only) 363 --install-libs=<path> Set installation path for the libraries (Qt only) 364 --v8 Use V8 as JavaScript engine (Qt only) 365 -2 build WebKit2 (Qt only) 369 --qmakearg=<arguments> Optional qmake flags (Qt only, e.g. --qmakearg="CONFIG+=webkit2" to build WebKit2) 407 # Remove Qt makefiles from productDir. 411 # Remove 0 byte sized files from productDir after slave lost for Qt buildbots [all...] |
| /external/webkit/Source/WebCore/platform/ |
| PlatformWheelEvent.h | 39 #if PLATFORM(QT) 162 #if PLATFORM(QT) 165 void applyDelta(int delta, Qt::Orientation);
|
| /external/webkit/Source/WebKit2/Platform/qt/ |
| WorkQueueQt.cpp | 54 connect(m_source, m_signal, SLOT(execute()), Qt::QueuedConnection);
|
| /external/webkit/Source/WebKit2/UIProcess/Launcher/qt/ |
| ProcessLauncherQt.cpp | 155 QObject::connect(m_processIdentifier, SIGNAL(finished(int)), m_processIdentifier, SLOT(deleteLater()), Qt::QueuedConnection);
|
| /external/webkit/Tools/DumpRenderTree/qt/ |
| DumpRenderTreeQt.cpp | 447 DumpRenderTreeSupportQt::webPageSetGroupName(m_page, "org.webkit.qt.DumpRenderTree"); 449 m_mainView->setContextMenuPolicy(Qt::NoContextMenu); 494 QObject::connect(this, SIGNAL(quit()), qApp, SLOT(quit()), Qt::QueuedConnection); 497 QFocusEvent event(QEvent::FocusIn, Qt::ActiveWindowFocusReason); 564 m_page->mainFrame()->setScrollBarPolicy(Qt::Vertical, Qt::ScrollBarAsNeeded); 565 m_page->mainFrame()->setScrollBarPolicy(Qt::Horizontal, Qt::ScrollBarAsNeeded); 580 // Qt defaults to Windows editing behavior. [all...] |
| LayoutTestControllerQt.cpp | 692 Qt::Orientation o; 693 Qt::ScrollBarPolicy p; 696 o = Qt::Vertical; 698 o = Qt::Horizontal; 703 p = Qt::ScrollBarAlwaysOn; 705 p = Qt::ScrollBarAsNeeded; 707 p = Qt::ScrollBarAlwaysOff;
|
| /external/wpa_supplicant/wpa_gui-qt4/ |
| scanresults.cpp | 24 ScanResults::ScanResults(QWidget *parent, const char *, bool, Qt::WFlags)
|
| /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
| scanresults.cpp | 22 ScanResults::ScanResults(QWidget *parent, const char *, bool, Qt::WFlags)
|
| wpagui.h | 32 Qt::WFlags fl = 0);
|
| /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
| scanresults.cpp | 22 ScanResults::ScanResults(QWidget *parent, const char *, bool, Qt::WFlags)
|
| wpagui.h | 32 Qt::WFlags fl = 0);
|
| /external/webkit/Source/WebKit/qt/tests/qwebframe/ |
| tst_qwebframe.cpp | 51 Q_DECLARE_METATYPE(Qt::BrushStyle) 339 Q_INVOKABLE void myInvokableWithBrushStyleArg(Qt::BrushStyle style) { [all...] |
| /external/webkit/Source/WebKit/qt/WebCoreSupport/ |
| QtMaemoWebPopup.cpp | 52 listItem->setFlags(Qt::NoItemFlags); 60 if (item->flags() != Qt::NoItemFlags)
|
| FrameLoaderClientQt.cpp | 271 QColor backgroundColor = brush.style() == Qt::SolidPattern ? brush.color() : QColor(); 276 ScrollbarMode hScrollbar = (ScrollbarMode) m_webFrame->scrollBarPolicy(Qt::Horizontal); 277 ScrollbarMode vScrollbar = (ScrollbarMode) m_webFrame->scrollBarPolicy(Qt::Vertical); 602 QMouseEvent event(QEvent::MouseMove, localPos, Qt::NoButton, Qt::NoButton, Qt::NoModifier); 780 connect(IconDatabaseClientQt::instance(), SIGNAL(iconLoadedForPageURL(QString)), this, SLOT(onIconLoadedForPageURL(QString)), Qt::UniqueConnection); 820 // when navigating to that history item. That might be a feature Qt wants to [all...] |
| /external/webkit/Source/WebCore/platform/qt/ |
| RenderThemeQt.cpp | 146 painter->setBrush(Qt::NoBrush); 183 button.setAttribute(Qt::WA_MacSmallSize); 498 QSize contentSize = fm.size(Qt::TextShowMnemonic, QString::fromLatin1("X")); 837 // FIXME: Use hard-coded value until http://bugreports.qt.nokia.com/browse/QTBUG-9171 is fixed. 849 // FIXME: Until http://bugreports.qt.nokia.com/browse/QTBUG-9171 is fixed, 884 // FIXME: Until http://bugreports.qt.nokia.com/browse/QTBUG-9171 is fixed, 933 option.orientation = Qt::Vertical; [all...] |
| /external/webkit/Source/WebCore/bridge/qt/ |
| qt_runtime.cpp | 501 ret = QDateTime(QDate(gdt.year + 1900, gdt.month + 1, gdt.monthDay), QTime(gdt.hour, gdt.minute, gdt.second), Qt::UTC); 515 ret = QDateTime(QDate(gdt.year + 1900, gdt.month + 1, gdt.monthDay), QTime(gdt.hour, gdt.minute, gdt.second), Qt::UTC); 530 QDateTime dt = QDateTime::fromString(qstring, Qt::ISODate); 532 dt = QDateTime::fromString(qstring, Qt::TextDate); 534 dt = QDateTime::fromString(qstring, Qt::SystemLocaleDate); 536 dt = QDateTime::fromString(qstring, Qt::LocaleDate); 542 QDate dt = QDate::fromString(qstring, Qt::ISODate); 544 dt = QDate::fromString(qstring, Qt::TextDate); 546 dt = QDate::fromString(qstring, Qt::SystemLocaleDate); 548 dt = QDate::fromString(qstring, Qt::LocaleDate) [all...] |
| /external/webkit/Source/WebKit/qt/Api/ |
| qwebview.h | 50 //Q_PROPERTY(Qt::TextInteractionFlags textInteractionFlags READ textInteractionFlags WRITE setTextInteractionFlags) 90 Qt::TextInteractionFlags textInteractionFlags() const; 91 void setTextInteractionFlags(Qt::TextInteractionFlags flags); 92 void setTextInteractionFlag(Qt::TextInteractionFlag flag); 95 QVariant inputMethodQuery(Qt::InputMethodQuery property) const;
|
| /external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/ |
| tst_qdeclarativewebview.cpp | 503 QCOMPARE(wv->property("backgroundColor").value<QColor>(), QColor(Qt::red)); 512 reference.fill(Qt::red); 517 wv->setProperty("backgroundColor", Qt::red); 519 wv->setProperty("backgroundColor", Qt::green);
|
| /external/webkit/Source/WebKit/qt/declarative/ |
| qdeclarativewebview.cpp | 268 setAcceptedMouseButtons(Qt::LeftButton); 770 page->mainFrame()->setScrollBarPolicy(Qt::Horizontal, Qt::ScrollBarAlwaysOff); 771 page->mainFrame()->setScrollBarPolicy(Qt::Vertical, Qt::ScrollBarAlwaysOff); [all...] |