HomeSort by relevance Sort by last modified time
    Searched refs:Qt (Results 76 - 100 of 112) sorted by null

1 2 34 5

  /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 17 ScanResults::ScanResults(QWidget *parent, const char *, bool, Qt::WFlags)
wpagui.h 26 Qt::WFlags fl = 0);
peers.cpp 20 peer_role_address = Qt::UserRole + 1,
65 Peers::Peers(QWidget *parent, const char *, bool, Qt::WFlags)
90 peers->setContextMenuPolicy(Qt::CustomContextMenu);
707 item->setBackground(Qt::BDiagPattern);
945 item->setBackground(Qt::NoBrush);
    [all...]
  /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;
main.cpp 180 // Suppress debug output from Qt if not started with -v
220 QObject::connect(&dumper, SIGNAL(ready()), &dumper, SLOT(readLine()), Qt::QueuedConnection);
  /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...]
ChromeClientQt.cpp 355 QMetaObject::invokeMethod(m_webPage, "shouldInterruptJavaScript", Qt::DirectConnection, Q_RETURN_ARG(bool, shouldInterrupt));
382 // There's no API in Qt to query for the size of the resizer, so we assume
386 // There's no API in Qt to query for the position of the resizer. Sometimes
425 QMetaObject::invokeMethod(m_webPage, "repaintRequested", Qt::QueuedConnection, Q_ARG(QRect, windowRect));
516 QString dtip = QLatin1String("<p>") + Qt::escape(tip) + QLatin1String("</p>");
InspectorClientQt.cpp 55 static const QLatin1String settingStoragePrefix("Qt/QtWebKit/QWebInspector/");
73 view->setAttribute(Qt::WA_DeleteOnClose);
108 qWarning("QWebInspector: QSettings is not supported by Qt.");
132 qWarning("QWebInspector: QSettings is not supported by Qt.");
  /external/webkit/Source/WebCore/platform/graphics/qt/
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...]
ImageQt.cpp 111 // Qt interprets 0 width/height as full width/height so just short circuit.
137 scaledPixmap.fill(Qt::transparent);
  /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;
qwebpage.h 294 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...]
  /external/webkit/Source/WebKit/qt/tests/qwebelement/
tst_qwebelement.cpp 974 painter0.fillRect(imageRect, Qt::white);
983 painter1.fillRect(imageRect, Qt::white);
992 painter2.fillRect(imageRect, Qt::white);
1005 painter3.fillRect(tableRect, Qt::white);
    [all...]
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 75 #if PLATFORM(QT)
104 #if PLATFORM(QT)
120 #if PLATFORM(QT)
133 #if PLATFORM(QT)
205 #if PLATFORM(QT)
350 #if PLATFORM(QT)
351 platformPluginWidget()->setFocus(Qt::OtherFocusReason);
454 #if PLATFORM(QT)
456 m_pixmap.fill(Qt::transparent);
503 #if PLATFORM(QT)
    [all...]

Completed in 703 milliseconds

1 2 34 5