HomeSort by relevance Sort by last modified time
    Searched refs:Qt (Results 51 - 75 of 79) sorted by null

1 23 4

  /external/webkit/WebCore/platform/qt/
RenderThemeQt.cpp 98 painter->setBrush(Qt::NoBrush);
134 button.setAttribute(Qt::WA_MacSmallSize);
179 return true; // Qt provides this through the style
319 QSize contentSize = fm.size(Qt::TextShowMnemonic, QString::fromLatin1("X"));
664 option.orientation = Qt::Vertical;
776 static QPalette lightGrayPalette(Qt::lightGray);
807 option.direction = Qt::LeftToRight;
824 option.direction = Qt::RightToLeft;
887 painter->setPen(Qt::NoPen);
928 p.painter->setPen(Qt::red)
    [all...]
  /external/webkit/WebKit/qt/Api/
qgraphicswebview.cpp 99 virtual void setInputMethodHint(Qt::InputMethodHint hint, bool enable);
186 syncMetaMethod.invoke(q, Qt::QueuedConnection);
254 void QGraphicsWebViewPrivate::setInputMethodHint(Qt::InputMethodHint hint, bool enable)
398 setFocusPolicy(Qt::StrongFocus);
499 QSizeF QGraphicsWebView::sizeHint(Qt::SizeHint which, const QSizeF& constraint) const
501 if (which == Qt::PreferredSize)
508 QVariant QGraphicsWebView::inputMethodQuery(Qt::InputMethodQuery query) const
539 // An unsetCursor will set the cursor to Qt::ArrowCursor.
543 // to Qt::ArrowCursor, so updating the cursor is always
546 // FIXME: Add a QEvent::CursorUnset or similar to Qt
    [all...]
qwebview.h 48 //Q_PROPERTY(Qt::TextInteractionFlags textInteractionFlags READ textInteractionFlags WRITE setTextInteractionFlags)
84 Qt::TextInteractionFlags textInteractionFlags() const;
85 void setTextInteractionFlags(Qt::TextInteractionFlags flags);
86 void setTextInteractionFlag(Qt::TextInteractionFlag flag);
89 QVariant inputMethodQuery(Qt::InputMethodQuery property) const;
qwebpage.h 234 QVariant inputMethodQuery(Qt::InputMethodQuery property) const;
  /external/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 24 ScanResults::ScanResults(QWidget *parent, const char *, bool, Qt::WFlags)
networkconfig.cpp 33 NetworkConfig::NetworkConfig(QWidget *parent, const char *, bool, Qt::WFlags)
wpagui.cpp 29 WpaGui::WpaGui(QWidget *parent, const char *, Qt::WFlags)
586 * in Qt.
  /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/webkit/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 49 Q_DECLARE_METATYPE(Qt::BrushStyle)
304 Q_INVOKABLE void myInvokableWithBrushStyleArg(Qt::BrushStyle style) {
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 94 m_videoWidget->setAttribute(Qt::WA_DontShowOnScreen);
95 m_videoWidget->setAttribute(Qt::WA_QuitOnClose, false);
426 painter->fillRect(rect, Qt::black);
PathQt.cpp 74 Qt::FillRule savedRule = m_path.fillRule();
75 const_cast<QPainterPath*>(&m_path)->setFillRule(rule == RULE_EVENODD ? Qt::OddEvenFill : Qt::WindingFill);
242 // In Qt we don't switch the coordinate system for degrees
GraphicsLayerQt.cpp 64 maskPixmap.fill(Qt::transparent);
72 QPixmap srcPixmap = sourcePixmap(Qt::LogicalCoordinates, &offset, QGraphicsEffect::NoPad);
77 pixmap.fill(Qt::transparent);
138 // we manage transforms ourselves because transform-origin acts differently in webkit and in Qt
239 setAcceptedMouseButtons(Qt::NoButton);
245 connect(this, SIGNAL(notifyAnimationStartedAsync()), this, SLOT(notifyAnimationStarted()), Qt::QueuedConnection);
431 // that we give Qt
568 // this is the hook for WebCore compositor to know that Qt implements compositing with GraphicsLayerQt
574 // reimp from GraphicsLayer.h: Qt is top-down
848 // now we start dealing with WebCore animations translated to Qt animation
    [all...]
  /external/webkit/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 616 // Setting the Qt::WA_InputMethodEnabled attribute true and Qt::ImhHiddenText flag
617 // for password fields. The Qt platform is responsible for determining which widget
627 webPageClient->setInputMethodHint(Qt::ImhHiddenText, isPasswordField);
630 webPageClient->setInputMethodHint(Qt::ImhNoAutoUppercase, true);
631 webPageClient->setInputMethodHint(Qt::ImhNoPredictiveText, true);
InspectorClientQt.cpp 50 static const QLatin1String settingStoragePrefix("Qt/QtWebKit/QWebInspector/");
70 view->setAttribute(Qt::WA_DeleteOnClose);
FrameLoaderClientQt.cpp 212 QColor backgroundColor = brush.style() == Qt::SolidPattern ? brush.color() : QColor();
221 (ScrollbarMode)m_webFrame->scrollBarPolicy(Qt::Horizontal),
222 (ScrollbarMode)m_webFrame->scrollBarPolicy(Qt::Vertical));
481 QMouseEvent event(QEvent::MouseMove, localPos, Qt::NoButton, Qt::NoButton, Qt::NoModifier);
    [all...]
ChromeClientQt.cpp 316 QMetaObject::invokeMethod(m_webPage, "shouldInterruptJavaScript", Qt::DirectConnection, Q_RETURN_ARG(bool, shouldInterrupt));
401 QString dtip = QLatin1String("<p>") + Qt::escape(tip) + QLatin1String("</p>");
  /external/webkit/WebCore/bridge/qt/
qt_runtime.cpp 463 ret = QDateTime(QDate(gdt.year + 1900, gdt.month + 1, gdt.monthDay), QTime(gdt.hour, gdt.minute, gdt.second), Qt::UTC);
477 ret = QDateTime(QDate(gdt.year + 1900, gdt.month + 1, gdt.monthDay), QTime(gdt.hour, gdt.minute, gdt.second), Qt::UTC);
491 QDateTime dt = QDateTime::fromString(qstring, Qt::ISODate);
493 dt = QDateTime::fromString(qstring, Qt::TextDate);
495 dt = QDateTime::fromString(qstring, Qt::SystemLocaleDate);
497 dt = QDateTime::fromString(qstring, Qt::LocaleDate);
503 QDate dt = QDate::fromString(qstring, Qt::ISODate);
505 dt = QDate::fromString(qstring, Qt::TextDate);
507 dt = QDate::fromString(qstring, Qt::SystemLocaleDate);
509 dt = QDate::fromString(qstring, Qt::LocaleDate)
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/qt/
main.cpp 155 // Suppress debug output from Qt if not started with -v
169 QObject::connect(&dumper, SIGNAL(ready()), &dumper, SLOT(readLine()), Qt::QueuedConnection);
DumpRenderTreeQt.cpp 359 QObject::connect(this, SIGNAL(quit()), qApp, SLOT(quit()), Qt::QueuedConnection);
361 QFocusEvent event(QEvent::FocusIn, Qt::ActiveWindowFocusReason);
688 image.fill(Qt::white);
820 QFocusEvent event((focused) ? QEvent::FocusIn : QEvent::FocusOut, Qt::ActiveWindowFocusReason);
852 configFile += "/WebKitTools/DumpRenderTree/qt/fonts.conf";
  /external/webkit/WebCore/plugins/mac/
PluginViewMac.cpp 77 #if PLATFORM(QT)
108 #if PLATFORM(QT)
121 #if PLATFORM(QT)
134 #if PLATFORM(QT)
197 #if PLATFORM(QT)
363 #if PLATFORM(QT)
364 platformPluginWidget()->setFocus(Qt::OtherFocusReason);
463 #if PLATFORM(QT)
465 m_pixmap.fill(Qt::transparent);
512 #if PLATFORM(QT)
    [all...]
  /external/webkit/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp 42 // QNetworkReply? This depends on if Qt has a bugfix for this or not.
43 // It is fixed in Qt 4.6.1. See https://bugs.webkit.org/show_bug.cgi?id=32113
45 #define SIGNAL_CONN Qt::DirectConnection
47 #define SIGNAL_CONN Qt::QueuedConnection
  /external/webkit/WebKit/qt/tests/qwebelement/
tst_qwebelement.cpp 973 painter0.fillRect(imageRect, Qt::white);
982 painter1.fillRect(imageRect, Qt::white);
991 painter2.fillRect(imageRect, Qt::white);
1004 painter3.fillRect(tableRect, Qt::white);
  /external/webkit/WebKitTools/Scripts/
build-webkit 168 # Update defaults from Qt's project file
206 --qt Build the Qt port
351 # For Gtk and Qt the WebKit project builds all others
  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 140 platformPluginWidget()->setFocus(Qt::OtherFocusReason);
183 // When printing, Qt uses a QPicture to capture the output in preview mode. The
212 painter.fillRect(exposedRect, Qt::white);
279 xEvent->type = (event->type() == eventNames().keydownEvent) ? 2 : 3; // ints as Qt unsets KeyPress and KeyRelease
425 event.type = 9; /* int as Qt unsets FocusIn */
438 event.type = 10; /* int as Qt unsets FocusOut */

Completed in 500 milliseconds

1 23 4