Searched defs:SizeType (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DImageResource.h76 enum SizeType { enum in class:blink::FINAL
81 LayoutSize imageSizeForRenderer(const RenderObject*, float multiplier, SizeType = NormalSize); // returns the size of the complete image.
/external/chromium_org/ui/views/layout/
H A Dgrid_layout.h94 enum SizeType { enum in class:views::GridLayout
294 GridLayout::SizeType size_type,
318 GridLayout::SizeType size_type,
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageDecoder.h70 enum SizeType { ActualSize, SizeForMemoryAllocation }; enum in class:blink::ImageDecoder
123 virtual IntSize decodedYUVSize(int component, SizeType) const { return decodedSize(); }
/external/lldb/include/lldb/Core/
H A DRangeMap.h38 typedef S SizeType; typedef in struct:lldb_private::Range
41 SizeType size;
49 Range (BaseType b, SizeType s) :
96 SizeType
103 SetByteSize (SizeType s)
174 typedef S SizeType; typedef in class:lldb_private::RangeArray
454 typedef S SizeType; typedef in class:lldb_private::RangeVector
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.h35 enum SizeType { MainOrPreferredSize, MinSize, MaxSize }; enum in namespace:blink
443 LayoutUnit computeLogicalWidthUsing(SizeType, const Length& logicalWidth, LayoutUnit availableLogicalWidth, const RenderBlock* containingBlock) const;
713 bool logicalHeightComputesAsNone(SizeType) const;
/external/clang/include/clang/Basic/
H A DTargetInfo.h173 IntType SizeType, IntMaxType, UIntMaxType, PtrDiffType, IntPtrType, WCharType, member in class:clang::TargetInfo
207 IntType getSizeType() const { return SizeType; }
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1340 QualType SizeType = ArraySize->getType(); local
1342 if (!SizeType->isIntegralOrUnscopedEnumerationType())
H A DSemaDeclCXX.cpp3231 QualType SizeType = SemaRef.Context.getSizeType(); local
3246 IterationVarName, SizeType,
3247 SemaRef.Context.getTrivialTypeSourceInfo(SizeType, Loc),
3253 = SemaRef.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);
9144 QualType SizeType = S.Context.getSizeType(); local
9145 llvm::APInt Size(S.Context.getTypeSize(SizeType),
9183 To, From, IntegerLiteral::Create(S.Context, Size, SizeType, Loc)
9342 QualType SizeType = S.Context.getSizeType(); local
9353 IterationVarName, SizeType,
9354 S.Context.getTrivialTypeSourceInfo(SizeType, Lo
[all...]
H A DTreeTransform.h9818 QualType SizeType; local
9821 SizeType = Types[I];
9828 = IntegerLiteral::Create(SemaRef.Context, *Size, SizeType,
H A DSemaExpr.cpp1567 QualType SizeType = Context.getSizeType();
1575 Context.getArrayDecayedType(StrTy), SizeType
1584 llvm::APInt Len(Context.getIntWidth(SizeType), Literal.GetNumStringChars());
1585 IntegerLiteral *LenArg = IntegerLiteral::Create(Context, Len, SizeType,
11896 QualType SizeType = S.Context.getSizeType(); local
11910 IterationVarName, SizeType,
11911 S.Context.getTrivialTypeSourceInfo(SizeType, Loc),
11918 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);

Completed in 2194 milliseconds