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

  /external/webkit/Source/WebCore/rendering/svg/
SVGRootInlineBox.cpp 146 textBox->setLogicalWidth(boxRect.width());
161 flowBox->setLogicalWidth(boxRect.width());
201 setLogicalWidth(widthBlock);
  /external/webkit/Source/WebCore/rendering/
InlineBox.h 260 void setLogicalWidth(float w) { m_logicalWidth = w; }
RenderBlockLineLayout.cpp 382 trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceRun->m_box->logicalWidth() - totalLogicalWidth + availableLogicalWidth));
387 trailingSpaceRun->m_box->setLogicalWidth(0);
400 trailingSpaceRun->m_box->setLogicalWidth(0);
408 trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceRun->m_box->logicalWidth() - totalLogicalWidth + availableLogicalWidth));
420 trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceWidth));
485 r->m_box->setLogicalWidth(rt->width(r->m_start, r->m_stop - r->m_start, totalLogicalWidth, firstLine, &fallbackFonts, &glyphOverflow) + hyphenWidth);
517 r->m_box->setLogicalWidth(logicalWidthForChild(renderBox));
545 trailingSpaceRun->m_box->setLogicalWidth(0);
554 trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceRun->m_box->logicalWidth() - totalLogicalWidth + availableLogicalWidth));
    [all...]
RenderBox.cpp     [all...]
RenderTable.cpp 237 setLogicalWidth(style()->logicalWidth().calcMinValue(containerWidthInInlineDirection));
238 setLogicalWidth(max(minPreferredLogicalWidth(), logicalWidth()));
251 setLogicalWidth(min(availableContentLogicalWidth, maxPreferredLogicalWidth()));
254 setLogicalWidth(max(logicalWidth(), minPreferredLogicalWidth()));
    [all...]
RenderBox.h 78 void setLogicalWidth(int size)
RenderTableSection.cpp 517 setLogicalWidth(table()->contentLogicalWidth());
590 rowRenderer->setLogicalWidth(logicalWidth());
    [all...]
RenderView.cpp 89 setLogicalWidth(viewLogicalWidth());
RenderTableCell.cpp 165 setLogicalWidth(w);
    [all...]
InlineFlowBox.cpp 407 setLogicalWidth(logicalLeft - startLogicalLeft);
    [all...]
RenderListMarker.cpp     [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp     [all...]

Completed in 149 milliseconds