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

/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.h70 ContentChange = (1L << 7), enumerator in enum:WebCore::TextureMapperNode::ChangeMask
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp148 ContentChange = (1L << 7), enumerator in enum:WebCore::GraphicsLayerQtImpl::ChangeMask
768 if (m_changeMask & (ContentChange | DrawsContentChange | MaskLayerChange)) {
1225 m_impl->notifyChange(GraphicsLayerQtImpl::ContentChange);
1243 m_impl->notifyChange(GraphicsLayerQtImpl::ContentChange);
1257 m_impl->notifyChange(GraphicsLayerQtImpl::ContentChange);

Completed in 35 milliseconds