Home
last modified time | relevance | path

Searched refs:QGraphicsObject (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DPageClientQt.h114 class QGraphicsItemOverlay : public QGraphicsObject {
117 :QGraphicsObject(view) in QGraphicsItemOverlay()
221 QWeakPointer<QGraphicsObject> rootGraphicsLayer;
DPageClientQt.cpp122 …erProxyQGraphicsObject(QWebFrame* frame, TextureMapperContentLayer* layer, QGraphicsObject* object) in PlatformLayerProxyQGraphicsObject()
340 void PageClientQGraphicsWidget::setRootGraphicsLayer(QGraphicsObject* layer) in setRootGraphicsLayer()
DFrameLoaderClientQt.cpp1583 QGraphicsObject* parentWidget = 0; in createPlugin()
1585 … parentWidget = qobject_cast<QGraphicsObject*>(m_webFrame->page()->d->client->pluginParent()); in createPlugin()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.h64 class QGraphicsObject; variable
67 typedef QGraphicsObject PlatformLayer;
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.cpp127 class GraphicsLayerQtImpl : public QGraphicsObject
246 QWeakPointer<QGraphicsObject> mediaLayer;
324 inline GraphicsLayerQtImpl* toGraphicsLayerQtImpl(QGraphicsObject* item) in toGraphicsLayerQtImpl()
330 : QGraphicsObject(0) in GraphicsLayerQtImpl()
DGraphicsContext3DQt.cpp156 class GraphicsContext3DInternal : public QGraphicsObject {
/external/webkit/Source/WebKit/qt/declarative/
Dqdeclarativewebview.cpp898 static_cast<QGraphicsObject*>(item)->setParentItem(d->newWindowParent); in createWindow()
/external/webkit/Source/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp1499 if (QGraphicsObject* o = qobject_cast<QGraphicsObject*>(object)) in inputMethodHints()
1508 if (QGraphicsObject* o = qobject_cast<QGraphicsObject*>(object)) in inputMethodEnabled()