HomeSort by relevance Sort by last modified time
    Searched refs:Polymorphic (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebCore/css/
CSSValue.idl 25 Polymorphic
CSSRule.idl 27 Polymorphic
StyleSheet.idl 27 Polymorphic
  /external/webkit/Source/WebCore/html/
HTMLCollection.idl 28 Polymorphic
  /external/webkit/Source/WebCore/svg/
SVGPathSeg.idl 29 interface [Conditional=SVG, CustomToJS, Polymorphic] SVGPathSeg {
  /external/webkit/Source/WebCore/dom/
Event.idl 27 Polymorphic
Node.idl 31 Polymorphic
  /external/clang/lib/AST/
DeclCXX.cpp 42 Aggregate(true), PlainOldData(true), Empty(true), Polymorphic(false),
161 // polymorphic class.
163 data().Polymorphic = true;
503 // polymorphic class.
504 data().Polymorphic = true;
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 314 /// Polymorphic - True when this class is polymorphic, i.e. has at
315 /// least one virtual member or derives from a polymorphic class.
316 bool Polymorphic : 1;
713 return data().Polymorphic || data().NumVBases != 0;
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorObjC.pm     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 1043 milliseconds