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

1 23 4 5

  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 391 QKeyEvent keyEnter(QEvent::KeyPress, Qt::Key_Enter, Qt::NoModifier);
444 QSKIP("This test requires Qt Multimedia", SkipAll);
659 // type has to be application/x-qt-plugin
664 view->setHtml(QString("<html><body><object type='application/x-qt-plugin' classid='pushbutton' id='mybutton'/></body></html>"));
674 QCOMPARE(ci.paramValues.at(0), QString::fromLatin1("application/x-qt-plugin"));
697 "<tr><object type='application/x-qt-plugin' classid='lineedit' id='myedit'/></tr>"
698 "<tr><object type='application/x-qt-plugin' classid='pushbutton' id='mybutton'/></tr>"
709 QCOMPARE(ci.paramValues.at(0), QString::fromLatin1("application/x-qt-plugin"));
724 QCOMPARE(ci.paramValues.at(0), QString::fromLatin1("application/x-qt-plugin"))
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 109 static inline Qt::PenCapStyle toQtLineCap(LineCap lc)
113 return Qt::FlatCap;
115 return Qt::RoundCap;
117 return Qt::SquareCap;
122 return Qt::FlatCap;
125 static inline Qt::PenJoinStyle toQtLineJoin(LineJoin lj)
129 return Qt::SvgMiterJoin;
131 return Qt::RoundJoin;
133 return Qt::BevelJoin;
138 return Qt::SvgMiterJoin
    [all...]
FontQt.cpp 63 int flags = style.rtl() ? Qt::TextForceRightToLeft : Qt::TextForceLeftToRight;
65 flags |= Qt::TextJustificationForced;
145 p->setClipRect(clip.toRect(), Qt::IntersectClip);
172 int skipWidth = QFontMetrics(font).width(string, from, Qt::TextBypassShaping);
179 int flags = run.rtl() ? Qt::TextForceRightToLeft : Qt::TextForceLeftToRight;
181 flags |= Qt::TextBypassShaping;
287 int w = QFontMetrics(font()).width(string, -1, Qt::TextBypassShaping);
289 // WebKit expects us to ignore word spacing on the first character (as opposed to what Qt does
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtFallbackWebPopup.cpp 66 && activeFocus->testAttribute(Qt::WA_InputMethodEnabled)) {
123 SLOT(activeChanged(int)), Qt::QueuedConnection);
150 QMouseEvent event(QEvent::MouseButtonPress, QCursor::pos(), Qt::LeftButton,
151 Qt::LeftButton, Qt::NoModifier);
213 // Qt::Popup window will hide itself on mouse events outside its window.
EditorClientQt.cpp 648 Qt::InputMethodHints hints;
659 hints |= Qt::ImhDialableCharactersOnly;
661 hints |= Qt::ImhDigitsOnly;
663 hints |= Qt::ImhEmailCharactersOnly;
665 hints |= Qt::ImhUrlCharactersOnly;
666 // Setting the Qt::WA_InputMethodEnabled attribute true and Qt::ImhHiddenText flag
667 // for password fields. The Qt platform is responsible for determining which widget
671 hints |= Qt::ImhHiddenText;
677 hints |= Qt::ImhNoAutoUppercase
    [all...]
PageClientQt.cpp 189 view->setAttribute(Qt::WA_InputMethodEnabled, enable);
194 return view->testAttribute(Qt::WA_InputMethodEnabled);
197 void PageClientQWidget::setInputMethodHints(Qt::InputMethodHints hints)
363 syncMetaMethod.invoke(view, Qt::QueuedConnection);
388 void PageClientQGraphicsWidget::setInputMethodHints(Qt::InputMethodHints hints)
PageClientQt.h 70 virtual void setInputMethodHints(Qt::InputMethodHints hints);
177 virtual void setInputMethodHints(Qt::InputMethodHints hints);
  /external/webkit/Source/WebKit/qt/Api/
qwebpage_p.h 127 void handleClipboard(QEvent*, Qt::MouseButton);
128 void handleSoftwareInputPanel(Qt::MouseButton, const QPoint&);
212 Qt::DropAction m_lastDropAction;
qwebpage.cpp 255 static inline DragOperation dropActionToDragOp(Qt::DropActions actions)
258 if (actions & Qt::CopyAction)
262 if (actions & Qt::MoveAction)
264 if (actions & Qt::LinkAction)
269 static inline Qt::DropAction dragOpToDropAction(unsigned actions)
271 Qt::DropAction result = Qt::IgnoreAction;
273 result = Qt::CopyAction;
275 result = Qt::MoveAction;
279 result = Qt::MoveAction
    [all...]
qgraphicswebview.cpp 130 q, SLOT(_q_contentsSizeChanged(const QSize&)), Qt::UniqueConnection);
242 setFocusPolicy(Qt::StrongFocus);
350 QSizeF QGraphicsWebView::sizeHint(Qt::SizeHint which, const QSizeF& constraint) const
352 if (which == Qt::PreferredSize)
359 QVariant QGraphicsWebView::inputMethodQuery(Qt::InputMethodQuery query) const
451 // An unsetCursor will set the cursor to Qt::ArrowCursor.
455 // to Qt::ArrowCursor, so updating the cursor is always
458 // FIXME: Add a QEvent::CursorUnset or similar to Qt.
459 if (cursor().shape() == Qt::ArrowCursor)
938 ev->pos().toPoint(), Qt::NoButton
    [all...]
qgraphicswebview.h 101 virtual QSizeF sizeHint(Qt::SizeHint which, const QSizeF& constraint) const;
103 virtual QVariant inputMethodQuery(Qt::InputMethodQuery query) const;
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qgraphicswkview.cpp 68 setFocusPolicy(Qt::StrongFocus);
201 QKeyEvent ev(QEvent::KeyPress, Qt::Key_Tab, Qt::KeyboardModifiers(next ? Qt::NoModifier : Qt::ShiftModifier));
241 QSizeF QGraphicsWKView::sizeHint(Qt::SizeHint which, const QSizeF& constraint) const
243 if (which == Qt::PreferredSize)
250 QVariant QGraphicsWKView::inputMethodQuery(Qt::InputMethodQuery query) const
  /external/webkit/Source/WebCore/platform/qt/
QWebPageClient.h 64 virtual void setInputMethodHints(Qt::InputMethodHints hint) = 0;
ScrollbarThemeQt.cpp 112 opt.orientation = (scrollbar->orientation() == VerticalScrollbar) ? Qt::Vertical : Qt::Horizontal;
154 p.painter->setClipRect(opt->rect.intersected(damageRect), Qt::IntersectClip);
201 o.orientation = Qt::Vertical;
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
WebNotificationPresenter.cpp 36 painter.fillRect(0, 0, 300, 100, Qt::lightGray);
  /external/webkit/Tools/Scripts/
build-dumprendertree 46 --qt Build the Qt port
74 # Qt, Gtk wxWindows, and Chromium build everything in one shot. No need to build anything here.
  /external/webkit/Tools/WebKitTestRunner/qt/
PlatformWebViewQt.cpp 82 m_view->setFocus(Qt::OtherFocusReason);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.h 31 bool modal = false, Qt::WFlags fl = 0);
userdatarequest.cpp 21 Qt::WFlags)
  /external/harfbuzz/tests/linebreaking/
harfbuzz-qt.cpp 26 #include <Qt/private/qunicodetables_p.h>
37 #error "This test currently requires Qt >= 4.3"
  /external/webkit/Source/WebCore/plugins/qt/
PluginContainerQt.cpp 36 : QWidget(0, Qt::Popup)
43 // and thus make Qt not quit the event loop after the last window
45 // type to Qt::Popup.
58 // modify the event window id and insert it into the Qt event system.
91 // Qt window mapper, and thus receiving events from the Qt event system.
93 // them to the parent. NOTICE: Native Qt based plugins running in process,
95 // them from getting events from Qt, as they are redirected to the wrapper.
106 // back into the Qt event loop, so that we will actually scroll the parent
  /external/webkit/Source/WebKit2/Platform/qt/
RunLoopQt.cpp 50 inline void wakeUp() { m_method.invoke(this, Qt::QueuedConnection); }
  /external/webkit/Tools/QtTestBrowser/
webview.h 126 .rotate(angle, Qt::YAxis)
  /external/wpa_supplicant/wpa_gui-qt4/
userdatarequest.cpp 21 Qt::WFlags)
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
userdatarequest.cpp 21 Qt::WFlags)

Completed in 1277 milliseconds

1 23 4 5