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

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderRubyText.cpp72 int maxPreferredLogicalWidth = this->maxPreferredLogicalWidth(); local
H A DRenderIFrame.cpp70 LayoutUnit RenderIFrame::maxPreferredLogicalWidth() const function in class:WebCore::RenderIFrame
H A DRenderRubyBase.cpp149 int maxPreferredLogicalWidth = this->maxPreferredLogicalWidth(); local
H A DRenderFlexibleBox.cpp177 LayoutUnit maxPreferredLogicalWidth = hasOrthogonalWritingMode ? child->logicalHeight() : child->maxPreferredLogicalWidth(); local
H A DRenderObject.h804 virtual LayoutUnit maxPreferredLogicalWidth() const { return 0; } function in class:WebCore::RenderObject
H A DRenderBox.cpp859 LayoutUnit RenderBox::maxPreferredLogicalWidth() const function in class:WebCore::RenderBox

Completed in 120 milliseconds