Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DPageClientQt.cpp124 , m_graphicsItem(object) in PlatformLayerProxyQGraphicsObject()
141 if (m_graphicsItem) in setNeedsDisplay()
142 m_graphicsItem->update(); in setNeedsDisplay()
147 if (m_graphicsItem) in setNeedsDisplayInRect()
148 m_graphicsItem->update(QRectF(rect)); in setNeedsDisplayInRect()
152 QGraphicsItem* m_graphicsItem; member in WebCore::PlatformLayerProxyQGraphicsObject