HomeSort by relevance Sort by last modified time
    Searched full:contentchange (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.cpp 316 notifyChange(TextureMapperNode::ContentChange);
326 notifyChange(TextureMapperNode::ContentChange);
336 notifyChange(TextureMapperNode::ContentChange);
TextureMapperNode.h 70 ContentChange = (1L << 7),
TextureMapperNode.cpp 811 if (changeMask & (ChildrenTransformChange | Preserves3DChange | TransformChange | AnchorPointChange | SizeChange | ContentsRectChange | BackfaceVisibilityChange | PositionChange | MaskLayerChange | DrawsContentChange | ContentChange | ReplicaLayerChange)) {
  /external/webrtc/src/modules/interface/
module_common_types.h 403 nativeWidth(0), nativeHeight(0), contentChange(false) { }
407 nativeWidth = 0; nativeHeight = 0; contentChange = false; }
420 bool contentChange;
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 148 ContentChange = (1L << 7),
768 if (m_changeMask & (ContentChange | DrawsContentChange | MaskLayerChange)) {
    [all...]

Completed in 379 milliseconds