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

  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
TimingFunction.h 96 enum SubType {
109 static CubicBezierTimingFunction* preset(SubType subType)
111 switch (subType) {
154 SubType subType() const { return m_subType; }
157 explicit CubicBezierTimingFunction(SubType subType, double x1, double y1, double x2, double y2)
163 , m_subType(subType)
171 SubType m_subType
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 711 RecTy *SubType = ParseType();
712 if (SubType == 0) return 0;
719 return ListRecTy::get(SubType);
    [all...]
  /external/mksh/src/
eval.c 189 typedef struct SubType {
191 struct SubType *prev; /* old type */
192 struct SubType *next; /* poped type (to avoid re-allocating) */
198 } SubType;
217 SubType st_head, *st;
371 SubType *newst;
373 newst = alloc(sizeof(SubType), ATEMP);
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 499 milliseconds