Searched refs:setLogicalWidth (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMeter.cpp57 setLogicalWidth(isHorizontalWritingMode() ? frameSize.width() : frameSize.height());
H A DRenderTextControlMultiLine.cpp97 placeholderBox->style()->setLogicalWidth(Length(contentLogicalWidth() - placeholderBox->borderAndPaddingLogicalWidth(), Fixed));
H A DRenderTable.cpp254 setLogicalWidth(computedValues.m_extent);
268 setLogicalWidth(convertStyleLogicalWidthToComputedWidth(styleLogicalWidth, containerWidthInInlineDirection));
281 setLogicalWidth(std::min<int>(availableContentLogicalWidth, maxPreferredLogicalWidth()));
288 setLogicalWidth(std::min<int>(logicalWidth(), computedMaxLogicalWidth));
293 setLogicalWidth(std::max<int>(logicalWidth(), minPreferredLogicalWidth()));
299 setLogicalWidth(std::max<int>(logicalWidth(), computedMinLogicalWidth));
H A DRenderMultiColumnFlowThread.cpp270 setLogicalWidth(columnWidth);
H A DRenderBlockLineLayout.cpp304 trailingSpaceRun->m_box->setLogicalWidth(std::max<float>(0, trailingSpaceRun->m_box->logicalWidth() - totalLogicalWidth + availableLogicalWidth));
309 trailingSpaceRun->m_box->setLogicalWidth(0);
322 trailingSpaceRun->m_box->setLogicalWidth(0);
330 trailingSpaceRun->m_box->setLogicalWidth(std::max<float>(0, trailingSpaceRun->m_box->logicalWidth() - totalLogicalWidth + availableLogicalWidth));
342 trailingSpaceRun->m_box->setLogicalWidth(std::max<float>(0, trailingSpaceWidth));
440 run->m_box->setLogicalWidth(measuredWidth + hyphenWidth);
515 trailingSpaceRun->m_box->setLogicalWidth(0);
620 r->m_box->setLogicalWidth(logicalWidthForChild(renderBox).toFloat());
H A DInlineBox.h237 void setLogicalWidth(float w) { m_logicalWidth = w; } function in class:blink::InlineBox
H A DInlineFlowBox.h182 setLogicalWidth(logicalRight - logicalLeft);
H A DRenderTableSection.cpp945 setLogicalWidth(table()->contentLogicalWidth());
959 rowRenderer->setLogicalWidth(logicalWidth());
H A DRenderBox.h145 void setLogicalWidth(LayoutUnit size) function in class:blink::RenderBox
H A DRenderView.cpp125 setLogicalWidth(viewLogicalWidth());
H A DRenderListMarker.cpp1143 setLogicalWidth(minPreferredLogicalWidth());
H A DRenderTableCell.cpp228 setLogicalWidth(tableLayoutLogicalWidth);
H A DRenderBlockFlow.cpp1910 child->setLogicalWidth(childOldLogicalWidth);
H A DRenderBox.cpp1864 setLogicalWidth(computedValues.m_extent);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRootInlineBox.cpp134 textBox->setLogicalWidth(boxRect.width());
147 flowBox->setLogicalWidth(boxRect.width());
175 setLogicalWidth(childRect.width());
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp2750 renderView->setLogicalWidth(flooredPageLogicalWidth);
2770 renderView->setLogicalWidth(flooredPageLogicalWidth);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h985 void setLogicalWidth(const Length& v) function in class:blink::RenderStyle

Completed in 195 milliseconds