Home
last modified time | relevance | path

Searched refs:gOverrideContainingBlockLogicalHeightMap (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp76 static OverrideSizeMap* gOverrideContainingBlockLogicalHeightMap = 0; variable
1104 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()