Searched refs:hasOverrideContainingBlockLogicalWidth (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderGrid.cpp618 LayoutUnit oldOverrideContainingBlockContentLogicalWidth = child.hasOverrideContainingBlockLogicalWidth() ? child.overrideContainingBlockContentLogicalWidth() : LayoutUnit();
1058 LayoutUnit oldOverrideContainingBlockContentLogicalWidth = child->hasOverrideContainingBlockLogicalWidth() ? child->overrideContainingBlockContentLogicalWidth() : LayoutUnit();
H A DRenderBox.h360 bool hasOverrideContainingBlockLogicalWidth() const;
H A DRenderBox.cpp969 ASSERT(hasOverrideContainingBlockLogicalWidth());
979 bool RenderBox::hasOverrideContainingBlockLogicalWidth() const function in class:blink::RenderBox
1498 if (hasOverrideContainingBlockLogicalWidth())

Completed in 841 milliseconds