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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMeter.cpp 59 setLogicalWidth(isHorizontalWritingMode() ? frameSize.width() : frameSize.height());
RenderTextControlMultiLine.cpp 103 placeholderBox->style()->setLogicalWidth(Length(contentLogicalWidth() - placeholderBox->borderAndPaddingLogicalWidth(), Fixed));
RenderTable.cpp 243 setLogicalWidth(computedValues.m_extent);
258 setLogicalWidth(convertStyleLogicalWidthToComputedWidth(styleLogicalWidth, containerWidthInInlineDirection));
273 setLogicalWidth(min<int>(availableContentLogicalWidth, maxPreferredLogicalWidth()));
280 setLogicalWidth(min<int>(logicalWidth(), computedMaxLogicalWidth));
285 setLogicalWidth(max<int>(logicalWidth(), minPreferredLogicalWidth()));
291 setLogicalWidth(max<int>(logicalWidth(), computedMinLogicalWidth));
    [all...]
RenderMultiColumnSet.cpp 145 setLogicalWidth(parentBox()->contentLogicalWidth());
157 setLogicalWidth(logicalWidth() + delta);
InlineBox.h 234 void setLogicalWidth(float w) { m_logicalWidth = w; }
InlineFlowBox.h 180 setLogicalWidth(logicalRight - logicalLeft);
RenderBlockLineLayout.cpp 706 trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceRun->m_box->logicalWidth() - totalLogicalWidth + availableLogicalWidth));
711 trailingSpaceRun->m_box->setLogicalWidth(0);
724 trailingSpaceRun->m_box->setLogicalWidth(0);
732 trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceRun->m_box->logicalWidth() - totalLogicalWidth + availableLogicalWidth));
744 trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceWidth));
    [all...]
RenderTableSection.cpp 750 setLogicalWidth(table()->contentLogicalWidth());
764 rowRenderer->setLogicalWidth(logicalWidth());
    [all...]
RenderBox.h 113 void setLogicalWidth(LayoutUnit size)
    [all...]
RenderFlowThread.cpp 234 setLogicalWidth(logicalWidth);
    [all...]
RenderView.cpp 103 setLogicalWidth(viewLogicalWidth());
    [all...]
RenderTableCell.cpp 221 setLogicalWidth(tableLayoutLogicalWidth);
    [all...]
RenderListMarker.cpp     [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]
  /packages/apps/UnifiedEmail/src/com/android/bitmap/
ReusableBitmap.java 49 public void setLogicalWidth(int w) {
DecodeTask.java 285 result.setLogicalWidth((srcRect.right - srcRect.left) / mOpts.inSampleSize);
289 result.setLogicalWidth(mOpts.outWidth);
296 result.setLogicalWidth(decodeResult.getWidth());
299 result.setLogicalWidth(decodeResult.getHeight());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRootInlineBox.cpp 146 textBox->setLogicalWidth(boxRect.width());
159 flowBox->setLogicalWidth(boxRect.width());
188 setLogicalWidth(childRect.width());
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h     [all...]

Completed in 1296 milliseconds