HomeSort by relevance Sort by last modified time
    Searched refs:intrinsicLogicalWidth (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderReplaced.cpp 329 intrinsicSize = FloatSize(intrinsicLogicalWidth().toFloat(), intrinsicLogicalHeight().toFloat());
392 // Note: We fall through and instead return intrinsicLogicalWidth() here - to preserve existing WebKit behavior, which might or might not be correct, or desired.
397 return computeReplacedLogicalWidthRespectingMinMaxWidth(intrinsicLogicalWidth(), shouldComputePreferred);
436 minLogicalWidth = maxLogicalWidth = intrinsicLogicalWidth();
RenderBox.h 433 LayoutUnit intrinsicLogicalWidth() const { return style()->isHorizontalWritingMode() ? intrinsicSize().width() : intrinsicSize().height(); }
    [all...]
RenderBox.cpp     [all...]

Completed in 85 milliseconds