Searched refs:ContentsRectChange (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.cpp309 notifyChange(TextureMapperNode::ContentsRectChange);
H A DTextureMapperNode.h74 ContentsRectChange = (1L << 11), enumerator in enum:WebCore::TextureMapperNode::ChangeMask
H A DTextureMapperNode.cpp779 if (changeMask & (SizeChange | ContentsRectChange)) {
811 if (changeMask & (ChildrenTransformChange | Preserves3DChange | TransformChange | AnchorPointChange | SizeChange | ContentsRectChange | BackfaceVisibilityChange | PositionChange | MaskLayerChange | DrawsContentChange | ContentChange | ReplicaLayerChange)) {
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp152 ContentsRectChange = (1L << 10), enumerator in enum:WebCore::GraphicsLayerQtImpl::ChangeMask
805 if (m_changeMask & ContentsRectChange) {
1218 m_impl->notifyChange(GraphicsLayerQtImpl::ContentsRectChange);

Completed in 80 milliseconds