HomeSort by relevance Sort by last modified time
    Searched refs:ParentChange (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.cpp 81 notifyChange(TextureMapperNode::ParentChange);
143 notifyChange(TextureMapperNode::ParentChange);
TextureMapperNode.h 62 ParentChange = (1L << 0),
TextureMapperNode.cpp 751 if (m_currentContent.contentType == HTMLContentType && (changeMask & ParentChange)) {
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 140 ParentChange = (1L << 0),
692 if (m_changeMask & ParentChange) {
762 if (m_changeMask & (ChildrenTransformChange | Preserves3DChange | TransformChange | AnchorPointChange | SizeChange | BackfaceVisibilityChange | PositionChange | ParentChange)) {
    [all...]

Completed in 28 milliseconds