Searched defs:m_pendingContent (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.h89 inline TextureMapperNode::ContentData& pendingContent() { return m_pendingContent; }
97 TextureMapperNode::ContentData m_pendingContent; member in class:WebCore::GraphicsLayerTextureMapper
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp260 ContentData m_pendingContent; member in class:WebCore::GraphicsLayerQtImpl
769 switch (m_pendingContent.contentType) {
777 m_pendingContent.mediaLayer.data()->setParentItem(this);
781 if (m_pendingContent.contentType != m_currentContent.contentType
782 || m_pendingContent.contentsBackgroundColor != m_currentContent.contentsBackgroundColor)
792 if (m_pendingContent.contentType != m_currentContent.contentType)
809 if (m_pendingContent.mediaLayer) {
810 QGraphicsWidget* widget = qobject_cast<QGraphicsWidget*>(m_pendingContent.mediaLayer.data());
836 if (m_pendingContent.contentType == HTMLContentType && allowAcceleratedCompositingCache())
837 recache(m_pendingContent
[all...]

Completed in 66 milliseconds