Searched refs:gOverrideContainingBlockLogicalHeightMap (Results 1 – 1 of 1) sorted by relevance
76 static OverrideSizeMap* gOverrideContainingBlockLogicalHeightMap = 0; variable1104 return gOverrideContainingBlockLogicalHeightMap->get(this); in overrideContainingBlockContentLogicalHeight()1114 …return gOverrideContainingBlockLogicalHeightMap && gOverrideContainingBlockLogicalHeightMap->conta… in hasOverrideContainingBlockLogicalHeight()1126 if (!gOverrideContainingBlockLogicalHeightMap) in setOverrideContainingBlockContentLogicalHeight()1127 gOverrideContainingBlockLogicalHeightMap = new OverrideSizeMap; in setOverrideContainingBlockContentLogicalHeight()1128 gOverrideContainingBlockLogicalHeightMap->set(this, logicalHeight); in setOverrideContainingBlockContentLogicalHeight()1140 if (gOverrideContainingBlockLogicalHeightMap) in clearOverrideContainingBlockContentLogicalHeight()1141 gOverrideContainingBlockLogicalHeightMap->remove(this); in clearOverrideContainingBlockContentLogicalHeight()