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

/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.h89 enum ContentType { HTMLContentType, DirectImageContentType, ColorContentType, MediaContentType, Canvas3DContentType}; enumerator in enum:WebCore::TextureMapperNode::ContentType
101 , contentType(HTMLContentType)
178 return m_currentContent.contentType == HTMLContentType ? entireRect() : m_state.contentsRect;
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp168 enum StaticContentType { HTMLContentType, PixmapContentType, ColorContentType, MediaContentType, Canvas3DContentType}; enumerator in enum:WebCore::GraphicsLayerQtImpl::StaticContentType
253 , contentType(HTMLContentType)
397 const bool requiresTiling = (m_state.drawsContent && m_currentContent.contentType == HTMLContentType) && (m_size.width() > GRAPHICS_LAYER_TILING_THRESHOLD || m_size.height() > GRAPHICS_LAYER_TILING_THRESHOLD);
638 case HTMLContentType:
791 case HTMLContentType:
836 if (m_pendingContent.contentType == HTMLContentType && allowAcceleratedCompositingCache())
1226 m_impl->m_pendingContent.contentType = GraphicsLayerQtImpl::HTMLContentType;
1255 m_impl->m_pendingContent.contentType = GraphicsLayerQtImpl::HTMLContentType;

Completed in 102 milliseconds