Searched refs:logicalHeight (Results 51 - 74 of 74) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp1271 if (logicalHeight() > 0
1277 Length logicalHeightLength = style()->logicalHeight();
1282 if (cb->style()->logicalHeight().isFixed() || cb->isTableCell())
1921 lastLogicalTop = rootBlock->blockDirectionOffset(offsetFromRootBlock) + logicalHeight();
1922 lastLogicalLeft = logicalLeftSelectionOffset(rootBlock, logicalHeight());
1923 lastLogicalRight = logicalRightSelectionOffset(rootBlock, logicalHeight());
1935 logicalHeight(), paintInfo));
1983 result.uniteLeft(logicalLeftSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, this, curr->logicalLeft(), curr->logicalTop(), curr->logicalHeight(), paintInfo));
1985 result.uniteRight(logicalRightSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, this, curr->logicalRight(), curr->logicalTop(), curr->logicalHeight(), paintInfo));
2013 LayoutUnit logicalHeight local
2030 logicalLeftSelectionGap(const RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock, const RenderObject* selObj, LayoutUnit logicalLeft, LayoutUnit logicalTop, LayoutUnit logicalHeight, const PaintInfo* paintInfo) const argument
2046 logicalRightSelectionGap(const RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock, const RenderObject* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeight, const PaintInfo* paintInfo) const argument
[all...]
H A DRenderTableCell.h104 int styleLogicalHeight = valueForLength(style()->logicalHeight(), 0);
H A DRenderTableSection.h132 Length logicalHeight; member in struct:blink::FINAL::RowStruct
H A DRenderView.h65 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
H A DRenderBlock.h165 const RenderObject* selObj, LayoutUnit logicalLeft, LayoutUnit logicalTop, LayoutUnit logicalHeight, const PaintInfo*) const;
167 const RenderObject* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeight, const PaintInfo*) const;
H A DInlineBox.cpp120 float InlineBox::logicalHeight() const function in class:blink::InlineBox
H A DRenderView.cpp117 void RenderView::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit, LogicalExtentComputedValues& computedValues) const argument
119 computedValues.m_extent = (!shouldUsePrintingLayout() && m_frameView) ? LayoutUnit(viewLogicalHeight()) : logicalHeight;
209 || child->style()->logicalHeight().isPercent()
H A DRenderImage.cpp212 bool imageSizeIsConstrained = style()->logicalWidth().isSpecified() && style()->logicalHeight().isSpecified();
H A DRenderListItem.cpp438 if (!logicalHeight() && hasOverflowClip())
H A DRenderBoxModelObject.cpp160 Length logicalHeightLength = style()->logicalHeight();
H A DRenderText.cpp1575 LayoutUnit logicalHeight = lastTextBox()->logicalBottomVisualOverflow() - logicalTop; local
1577 LayoutRect rect(logicalLeftSide, logicalTop, logicalWidth, logicalHeight);
H A DRenderDeprecatedFlexibleBox.cpp174 return child->logicalHeight() - child->borderAndPaddingLogicalHeight();
H A DRootInlineBox.cpp120 ellipsisWidth - (markupBox ? markupBox->logicalWidth() : 0), logicalHeight(),
H A DRenderTableCell.cpp1244 LayoutUnit totalHeight = logicalHeight();
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShapeOutsideInfo.cpp321 physicalBoundingBox.setY(m_renderer.logicalHeight() - physicalBoundingBox.maxY());
337 result.setY(m_renderer.logicalHeight() - result.y());
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DSmartClip.cpp215 if (renderer && (renderer->style()->logicalHeight().isAuto() || renderer->style()->logicalWidth().isAuto()))
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DListMarkerPainter.cpp168 marker.moveBy(IntPoint(roundToInt(box.x()), roundToInt(box.y() - m_renderListMarker.logicalHeight())));
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGRoot.cpp158 if (style()->logicalHeight().isSpecified() || style()->logicalMaxHeight().isSpecified())
H A DSVGRenderTreeAsText.cpp391 ts << " " << enclosingIntRect(FloatRect(text.location(), FloatSize(box->logicalWidth(), box->logicalHeight())));
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h207 LayoutUnit blockHeight = block->logicalHeight();
349 box->layer()->setStaticBlockPosition(m_block->logicalHeight());
446 m_width.updateAvailableWidth(replacedBox->logicalHeight());
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisibleUnits.cpp936 if (!root || !root->logicalHeight() || !root->firstLeafChild())
991 if (!root || !root->logicalHeight() || !root->firstLeafChild())
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPosition.cpp852 if (toRenderBlock(renderer)->logicalHeight() || isHTMLBodyElement(*m_anchorNode)) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h470 const Length& logicalHeight() const { return isHorizontalWritingMode() ? height() : width(); } function in class:blink::RenderStyle
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 380 milliseconds

123