HomeSort by relevance Sort by last modified time
    Searched defs:SizeType (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResource.h 76 enum SizeType {
81 LayoutSize imageSizeForRenderer(const RenderObject*, float multiplier, SizeType = NormalSize); // returns the size of the complete image.
  /frameworks/compile/mclinker/include/mcld/LD/
LDSymbol.h 38 typedef ResolveInfo::SizeType SizeType;
111 SizeType size() const
123 void setSize(SizeType pSize) {
ResolveInfo.h 40 typedef uint64_t SizeType;
126 void setSize(SizeType pSize)
199 SizeType size() const
285 SizeType m_Size;
  /external/chromium_org/ui/views/layout/
grid_layout.h 94 enum SizeType {
294 GridLayout::SizeType size_type,
318 GridLayout::SizeType size_type,
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h 70 enum SizeType { ActualSize, SizeForMemoryAllocation };
123 virtual IntSize decodedYUVSize(int component, SizeType) const { return decodedSize(); }
  /external/lldb/include/lldb/Core/
RangeMap.h 38 typedef S SizeType;
41 SizeType size;
49 Range (BaseType b, SizeType s) :
96 SizeType
103 SetByteSize (SizeType s)
174 typedef S SizeType;
454 typedef S SizeType;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h 35 enum SizeType { MainOrPreferredSize, MinSize, MaxSize };
443 LayoutUnit computeLogicalWidthUsing(SizeType, const Length& logicalWidth, LayoutUnit availableLogicalWidth, const RenderBlock* containingBlock) const;
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 173 IntType SizeType, IntMaxType, UIntMaxType, PtrDiffType, IntPtrType, WCharType,
207 IntType getSizeType() const { return SizeType; }
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]

Completed in 267 milliseconds