Searched defs:LogicalExtentComputedValues (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.h382 struct LogicalExtentComputedValues { struct in class:blink::RenderBox
383 LogicalExtentComputedValues() { } function in struct:blink::RenderBox::LogicalExtentComputedValues
423 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const;
425 void computeLogicalWidth(LogicalExtentComputedValues&) const;
638 void computePositionedLogicalWidth(LogicalExtentComputedValues&) const;
670 void shrinkToFitWidth(const LayoutUnit availableSpace, const LayoutUnit logicalLeftValue, const LayoutUnit bordersPlusPadding, LogicalExtentComputedValues&) const;
680 void computePositionedLogicalHeight(LogicalExtentComputedValues&) const;
684 const Length& marginLogicalRight, LogicalExtentComputedValues&) const;
688 const Length& marginLogicalBottom, LogicalExtentComputedValues&) const;
690 void computePositionedLogicalHeightReplaced(LogicalExtentComputedValues
[all...]

Completed in 98 milliseconds