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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineFlowBox.h 38 void setLogicalHeight(float h) { m_logicalHeight = h; }
SVGRootInlineBox.h 43 void setLogicalHeight(float height) { m_logicalHeight = height; }
SVGInlineTextBox.h 38 void setLogicalHeight(float height) { m_logicalHeight = height; }
SVGRootInlineBox.cpp 135 textBox->setLogicalHeight(boxRect.height());
148 flowBox->setLogicalHeight(boxRect.height());
176 setLogicalHeight(childRect.height());
RenderSVGText.cpp 395 setLogicalHeight(beforeEdge);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
LineInfo.h 59 block->setLogicalHeight(block->logicalHeight() + floatPaginationStrut());
LineWidth.cpp 141 m_block.setLogicalHeight(newLineTop);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControlSingleLine.cpp 113 innerEditorRenderer->style()->setLogicalHeight(Length(Auto));
120 viewPortRenderer->style()->setLogicalHeight(Length(Auto));
138 innerEditorRenderer->style()->setLogicalHeight(Length(desiredLogicalHeight, Fixed));
141 viewPortRenderer->style()->setLogicalHeight(Length(desiredLogicalHeight, Fixed));
150 containerRenderer->style()->setLogicalHeight(Length(logicalHeightLimit, Fixed));
153 containerRenderer->style()->setLogicalHeight(Length(contentLogicalHeight(), Fixed));
156 containerRenderer->style()->setLogicalHeight(Length(containerLogicalHeight, Fixed));
348 textBlockStyle->setLogicalHeight(Length(m_desiredInnerEditorLogicalHeight, Fixed));
RenderBlockFlow.cpp 221 setLogicalHeight(0);
230 setLogicalHeight(oldLogicalHeight);
293 setLogicalHeight(borderBefore() + paddingBefore() + colInfo->columnHeight() + borderAfter() + paddingAfter() + scrollbarLogicalHeight());
429 setLogicalHeight(beforeEdge);
445 setLogicalHeight(lowestFloatLogicalBottom() + afterEdge);
665 setLogicalHeight(logicalHeight() + logicalHeightForChild(child));
667 setLogicalHeight(logicalHeight() + marginAfterForChild(child));
688 setLogicalHeight(newHeight);
699 setLogicalHeight(logicalTopAfterClear);
    [all...]
RenderTable.cpp 373 setLogicalHeight(logicalHeight() + caption->logicalHeight() + collapsedMarginBeforeForChild(caption) + collapsedMarginAfterForChild(caption));
424 setLogicalHeight(0);
484 setLogicalHeight(logicalHeight() + borderAndPaddingBefore);
512 setLogicalHeight(logicalHeight() + computedLogicalHeight);
532 setLogicalHeight(logicalHeight() + section->logicalHeight());
537 setLogicalHeight(logicalHeight() + borderAndPaddingAfter);
    [all...]
RenderFieldset.cpp 124 setLogicalHeight(paddingBefore() + collapsedLegendExtent);
RenderBlockLineLayout.cpp 644 setLogicalHeight(lineBox->alignBoxesInBlockDirection(logicalHeight(), textBoxDataMap, verticalPositionCache));
    [all...]
RenderFlexibleBox.cpp 236 setLogicalHeight(borderAndPaddingLogicalHeight() + scrollbarLogicalHeight());
673 setLogicalHeight(minHeight);
    [all...]
RenderTableSection.cpp     [all...]
RenderGrid.cpp 340 setLogicalHeight(0);
    [all...]
RenderBox.h 152 void setLogicalHeight(LayoutUnit size)
    [all...]
RenderListMarker.cpp     [all...]
RenderBox.cpp     [all...]
  /frameworks/opt/bitmap/src/com/android/bitmap/
ReusableBitmap.java 53 public void setLogicalHeight(int h) {
DecodeTask.java 409 result.setLogicalHeight(
413 result.setLogicalHeight(mOpts.outHeight);
420 result.setLogicalHeight(decodeResult.getHeight());
423 result.setLogicalHeight(decodeResult.getWidth());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h     [all...]

Completed in 292 milliseconds