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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.h 57 int borderBefore() const;
64 return style()->isFlippedBlocksWritingMode() ? borderAfter() : borderBefore();
71 return style()->isFlippedBlocksWritingMode() ? borderBefore() : borderAfter();
77 return style()->isFlippedBlocksWritingMode() ? borderAfter() : borderBefore();
84 return style()->isFlippedBlocksWritingMode() ? borderBefore() : borderAfter();
RenderTableCell.cpp 180 if (baseline > borderBefore() + paddingBefore())
376 return paddingBefore() + borderBefore() + contentLogicalHeight();
    [all...]
RenderTableCell.h 101 styleLogicalHeight += (computedCSSPaddingBefore() + computedCSSPaddingAfter()).floor() + borderBefore() + borderAfter();
114 virtual int borderBefore() const;
RenderMultiColumnSet.cpp 63 LayoutUnit contentLogicalTop = logicalTop() - multicolBlock->borderBefore() - multicolBlock->paddingBefore();
167 setLogicalTop(multicolBlock->borderBefore() + multicolBlock->paddingBefore());
226 LayoutUnit colLogicalTop = borderBefore() + paddingBefore();
RenderLazyBlock.cpp 145 LayoutUnit height = borderBefore() + paddingBefore();
RenderMultiColumnBlock.cpp 175 setLogicalTopForChild(m_flowThread, borderBefore() + paddingBefore());
RenderBoxModelObject.h 118 virtual int borderBefore() const { return style()->borderBeforeWidth(); }
124 LayoutUnit borderAndPaddingBefore() const { return borderBefore() + paddingBefore(); }
RenderFieldset.cpp 104 LayoutUnit fieldsetBorderBefore = borderBefore();
RenderTableSection.cpp 487 if (baselinePosition > cell->borderBefore() + (cell->paddingBefore() - cell->intrinsicPaddingBefore())) {
    [all...]
RenderTable.cpp 337 LayoutUnit borderAndPaddingBefore = borderBefore() + (collapseBorders() ? LayoutUnit() : paddingBefore());
478 LayoutUnit borderAndPaddingBefore = borderBefore() + (collapsing ? LayoutUnit() : paddingBefore());
    [all...]
RootInlineBox.cpp 320 LayoutUnit highestAllowedPosition = prevRootBox() ? min(prevRootBox()->lineBottom(), lineTop()) + result : static_cast<LayoutUnit>(block()->borderBefore());
325 result = computeUnderAnnotationAdjustment(prevRootBox() ? prevRootBox()->lineBottom() : static_cast<LayoutUnit>(block()->borderBefore()));
386 firstTextTop = pageLogicalTop + lineGridBox->logicalTop() - lineGrid->borderBefore() - lineGrid->paddingBefore() + lineGridPaginationOrigin;
535 LayoutUnit prevBottom = prevRootBox() ? prevRootBox()->selectionBottom() : block()->borderBefore() + block()->paddingBefore();
    [all...]
RenderTextControlSingleLine.cpp 179 innerSpinBox->setLogicalHeight(logicalHeight() - borderBefore() - borderAfter());
RenderBlock.cpp     [all...]
RenderBox.h 230 LayoutUnit clientLogicalBottom() const { return borderBefore() + clientLogicalHeight(); }
    [all...]
InlineFlowBox.cpp 613 adjustmentForChildrenWithSameLineHeightAndBaseline += (boxModelObject()->borderBefore() + boxModelObject()->paddingBefore());
    [all...]
RenderBox.cpp     [all...]
RenderBlockLineLayout.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]
RenderStyle.h 459 const BorderValue& borderBefore() const;
    [all...]

Completed in 293 milliseconds