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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarPart.cpp 90 static int calcScrollbarThicknessUsing(SizeType sizeType, const Length& length, int containingLength, RenderView* renderView)
92 if (!length.isIntrinsicOrAuto() || (sizeType == MinSize && length.isAuto()))
RenderFlexibleBox.cpp 447 LayoutUnit RenderFlexibleBox::computeMainAxisExtentForChild(RenderBox* child, SizeType sizeType, const Length& size)
460 return child->computeLogicalWidthInRegionUsing(sizeType, size, contentLogicalWidth(), this, region, offsetFromLogicalTopOfFirstPage) - child->borderAndPaddingLogicalWidth();
    [all...]
RenderObject.cpp 852 EFillSizeType sizeType = layer->sizeType();
854 if (sizeType == Contain || sizeType == Cover)
857 if (sizeType == SizeLength) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
FillLayer.h 81 EFillSizeType sizeType() const { return static_cast<EFillSizeType>(m_sizeType); }
RenderStyle.h 623 EFillSizeType backgroundSizeType() const { return m_background->background().sizeType(); }
636 EFillSizeType maskSizeType() const { return rareNonInheritedData->m_mask.sizeType(); }
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]

Completed in 266 milliseconds