HomeSort by relevance Sort by last modified time
    Searched full:logicalwidth (Results 26 - 41 of 41) sorted by null

12

  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp 382 trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceRun->m_box->logicalWidth() - totalLogicalWidth + availableLogicalWidth));
399 totalLogicalWidth -= trailingSpaceRun->m_box->logicalWidth();
408 trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceRun->m_box->logicalWidth() - totalLogicalWidth + availableLogicalWidth));
409 totalLogicalWidth -= trailingSpaceRun->m_box->logicalWidth();
418 totalLogicalWidth -= trailingSpaceRun->m_box->logicalWidth();
419 trailingSpaceWidth = min(trailingSpaceRun->m_box->logicalWidth(), (availableLogicalWidth - totalLogicalWidth + 1) / 2);
522 totalLogicalWidth += r->m_box->logicalWidth();
544 totalLogicalWidth -= trailingSpaceRun->m_box->logicalWidth();
554 trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceRun->m_box->logicalWidth() - totalLogicalWidth + availableLogicalWidth));
    [all...]
RenderListMarker.cpp     [all...]
InlineFlowBox.h 261 return FloatRect(logicalLeft(), lineTop, logicalWidth(), lineBottom - lineTop);
RenderText.cpp 294 IntRect r = IntRect(box->x(), box->y(), box->logicalWidth(), box->logicalHeight());
530 *extraWidthToEndOfLine = (box->root()->logicalWidth() + rootLeft) - (left + 1);
    [all...]
RenderTableCell.cpp 92 Length w = style()->logicalWidth();
101 Length colWidth = tableCol->style()->logicalWidth();
162 if (w == logicalWidth())
    [all...]
RenderFlexibleBox.cpp     [all...]
RenderBlock.cpp     [all...]
RenderTableSection.cpp 298 int oldLogicalWidth = cell->logicalWidth();
584 rowRenderer->setLogicalWidth(logicalWidth());
    [all...]
RenderView.cpp 115 m_minPreferredLogicalWidth = m_maxPreferredLogicalWidth = logicalWidth();
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGRoot.cpp 82 if (!style()->logicalWidth().isPercent())
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp     [all...]
RenderStyle.h 403 Length logicalWidth() const;
    [all...]
  /external/webkit/Source/WebKit/android/nav/
CacheBuilder.cpp 594 textBox->x(), textBox->y(), textBox->logicalWidth(), textBox->logicalHeight());
    [all...]
  /external/webkit/Source/WebCore/
ChangeLog     [all...]
  /external/webkit/Source/WebKit/mac/
ChangeLog     [all...]
  /external/webkit/Source/WebKit/win/
ChangeLog     [all...]

Completed in 442 milliseconds

12