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

  /external/clang/lib/CodeGen/
ABIInfo.h 46 /// if the specified type stored in "PaddingType" is not zero.
73 llvm::Type *PaddingType; // Currently allowed only for Direct.
80 : TheKind(K), TypeData(TD), PaddingType(P), UIntData(UI), BoolData0(B0),
122 return PaddingType;
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumSkia.cpp 52 enum PaddingType {
524 int RenderThemeChromiumSkia::menuListInternalPadding(RenderStyle* style, int paddingType) const
528 int padding = styledMenuListInternalPadding[paddingType];
536 if (paddingType == barType && style->appearance() != NoControlPart)

Completed in 1285 milliseconds