Searched refs:SizeType (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/ui/views/layout/
H A Dgrid_layout.h94 enum SizeType { enum in class:views::GridLayout
288 GridLayout::SizeType size_type,
312 GridLayout::SizeType size_type,
H A Dgrid_layout.cc161 GridLayout::SizeType size_type,
198 const GridLayout::SizeType size_type_;
395 GridLayout::SizeType size_type,
419 GridLayout::SizeType size_type,
/external/llvm/include/llvm/ADT/
H A DMapVector.h34 typedef typename VectorType::size_type SizeType; typedef in class:llvm::MapVector
43 SizeType size() const {
/external/clang/include/clang/Basic/
H A DTargetInfo.h173 IntType SizeType, IntMaxType, UIntMaxType, PtrDiffType, IntPtrType, WCharType, member in class:clang::TargetInfo
203 IntType getSizeType() const { return SizeType; }
/external/clang/lib/Basic/
H A DTargets.cpp453 this->SizeType = TargetInfo::UnsignedInt;
606 this->SizeType = TargetInfo::UnsignedInt;
1156 SizeType = UnsignedInt;
1359 SizeType = PtrDiffType = IntPtrType = TargetInfo::UnsignedInt;
1371 SizeType = PtrDiffType = IntPtrType = TargetInfo::UnsignedLongLong;
2744 SizeType = UnsignedInt;
2802 SizeType = UnsignedLong;
2814 SizeType = UnsignedLong;
2830 SizeType = UnsignedLong;
2941 SizeType
[all...]
H A DTargetInfo.cpp52 SizeType = UnsignedLong;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlexibleBox.h98 LayoutUnit computeMainAxisExtentForChild(RenderBox* child, SizeType, const Length& size);
H A DRenderScrollbarPart.cpp90 static int calcScrollbarThicknessUsing(SizeType sizeType, const Length& length, int containingLength, RenderView* renderView)
H A DRenderBox.h37 enum SizeType { MainOrPreferredSize, MinSize, MaxSize }; enum in namespace:WebCore
419 bool sizesLogicalWidthToFitContent(SizeType) const;
423 LayoutUnit computeLogicalWidthInRegionUsing(SizeType, Length logicalWidth, LayoutUnit availableLogicalWidth, const RenderBlock* containingBlock, RenderRegion*, LayoutUnit offsetFromLogicalTopOfFirstPage) const;
H A DRenderFlexibleBox.cpp447 LayoutUnit RenderFlexibleBox::computeMainAxisExtentForChild(RenderBox* child, SizeType sizeType, const Length& size)
H A DRenderBox.cpp2252 LayoutUnit RenderBox::computeLogicalWidthInRegionUsing(SizeType widthType, Length logicalWidth, LayoutUnit availableLogicalWidth,
2298 bool RenderBox::sizesLogicalWidthToFitContent(SizeType widthType) const
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp2998 QualType SizeType = SemaRef.Context.getSizeType(); local
3013 IterationVarName, SizeType,
3014 SemaRef.Context.getTrivialTypeSourceInfo(SizeType, Loc),
3020 = SemaRef.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);
8497 QualType SizeType = S.Context.getSizeType(); local
8498 llvm::APInt Size(S.Context.getTypeSize(SizeType),
8534 To, From, IntegerLiteral::Create(S.Context, Size, SizeType, Loc)
8691 QualType SizeType = S.Context.getSizeType(); local
8702 IterationVarName, SizeType,
8703 S.Context.getTrivialTypeSourceInfo(SizeType, Lo
[all...]
H A DSemaExpr.cpp1540 QualType SizeType = Context.getSizeType();
1541 llvm::APInt Len(Context.getIntWidth(SizeType), Literal.GetNumStringChars());
1542 IntegerLiteral *LenArg = IntegerLiteral::Create(Context, Len, SizeType,
11226 QualType SizeType = S.Context.getSizeType(); local
11240 IterationVarName, SizeType,
11241 S.Context.getTrivialTypeSourceInfo(SizeType, Loc),
11248 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);
H A DSemaExprCXX.cpp1273 QualType SizeType = ArraySize->getType(); local
1275 if (!SizeType->isIntegralOrUnscopedEnumerationType())
H A DTreeTransform.h9273 QualType SizeType; local
9276 SizeType = Types[I];
9283 = IntegerLiteral::Create(SemaRef.Context, *Size, SizeType,
/external/chromium/chrome/browser/chromeos/input_method/
H A Dcandidate_window.cc649 const views::GridLayout::SizeType column_type =
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dcandidate_window_view.cc369 const views::GridLayout::SizeType column_type =
/external/clang/include/clang/AST/
H A DExprCXX.h3663 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack,
3665 : Expr(SizeOfPackExprClass, SizeType, VK_RValue, OK_Ordinary,
3674 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack,
3677 : Expr(SizeOfPackExprClass, SizeType, VK_RValue, OK_Ordinary,

Completed in 341 milliseconds