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

1 23 4 5

  /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/graphics/qt/
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...]
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.
  /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);
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-dumprendertree 46 --qt Build the Qt port
74 # Qt, Gtk wxWindows, and Chromium build everything in one shot. No need to build anything here.
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/Tools/WebKitTestRunner/qt/
PlatformWebViewQt.cpp 82 m_view->setFocus(Qt::OtherFocusReason);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.h 25 bool modal = false, Qt::WFlags fl = 0);
userdatarequest.cpp 15 Qt::WFlags)
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
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/
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/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); }
WorkQueueQt.cpp 54 connect(m_source, m_signal, SLOT(execute()), Qt::QueuedConnection);
  /external/webkit/Tools/QtTestBrowser/
webview.h 126 .rotate(angle, Qt::YAxis)
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
userdatarequest.cpp 21 Qt::WFlags)
  /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/UIProcess/Launcher/qt/
ProcessLauncherQt.cpp 155 QObject::connect(m_processIdentifier, SIGNAL(finished(int)), m_processIdentifier, SLOT(deleteLater()), Qt::QueuedConnection);

Completed in 456 milliseconds

1 23 4 5