/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSImageGeneratorValue.cpp | 36 CSSImageGeneratorValue::CSSImageGeneratorValue(ClassType classType) in CSSImageGeneratorValue() argument 37 : CSSValue(classType) in CSSImageGeneratorValue() 127 switch (classType()) { in image() 144 switch (classType()) { in isFixedSize() 161 switch (classType()) { in fixedSize() 178 switch (classType()) { in isPending() 195 switch (classType()) { in knownToBeOpaque() 212 switch (classType()) { in loadSubimages()
|
D | CSSValue.cpp | 83 static PassRefPtrWillBeRawPtr<TextCloneCSSValue> create(ClassType classType, const String& text) in create() argument 85 return adoptRefWillBeNoop(new TextCloneCSSValue(classType, text)); in create() 93 TextCloneCSSValue(ClassType classType, const String& text) in TextCloneCSSValue() argument 94 : CSSValue(classType, /*isCSSOMSafe*/ true) in TextCloneCSSValue() 130 if (classType() == FontFaceSrcClass) in hasFailedOrCanceledSubresources() 132 if (classType() == ImageClass) in hasFailedOrCanceledSubresources() 134 if (classType() == CrossfadeClass) in hasFailedOrCanceledSubresources() 136 if (classType() == ImageSetClass) in hasFailedOrCanceledSubresources() 234 switch (classType()) { in cssText() 307 switch (classType()) { in destroy() [all …]
|
D | CSSValueList.cpp | 29 CSSValueList::CSSValueList(ClassType classType, ValueListSeparator listSeparator) in CSSValueList() argument 30 : CSSValue(classType) in CSSValueList() 141 : CSSValue(cloneFrom.classType(), /* isCSSOMSafe */ true) in CSSValueList()
|
D | CSSGradientValue.h | 112 CSSGradientValue(ClassType classType, CSSGradientRepeat repeat, CSSGradientType gradientType) in CSSGradientValue() argument 113 : CSSImageGeneratorValue(classType) in CSSGradientValue() 120 … CSSGradientValue(const CSSGradientValue& other, ClassType classType, CSSGradientType gradientType) in CSSGradientValue() argument 121 : CSSImageGeneratorValue(classType) in CSSGradientValue()
|
D | CSSValue.h | 182 ClassType classType() const { return static_cast<ClassType>(m_classType); } in classType() function 184 explicit CSSValue(ClassType classType, bool isCSSOMSafe = false) 191 , m_classType(classType) in m_isCSSOMSafe()
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
D | TestUtils.java | 43 …public static ClassDef makeClassDef(@Nonnull String classType, @Nullable String superType, String.… in makeClassDef() argument 44 return new ImmutableClassDef(classType, 0, superType, ImmutableSet.copyOf(interfaces), in makeClassDef() 48 public static ClassDef makeInterfaceDef(@Nonnull String classType, String... interfaces) { in makeInterfaceDef() argument 49 … return new ImmutableClassDef(classType, AccessFlags.INTERFACE.getValue(), "Ljava/lang/Object;", in makeInterfaceDef()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGString.h | 72 static AnimatedPropertyType classType() { return AnimatedString; } in classType() function 76 : SVGPropertyBase(classType()) in SVGString() 81 : SVGPropertyBase(classType()) in SVGString() 92 ASSERT(base->type() == SVGString::classType()); in toSVGString()
|
D | SVGAnimatedColor.h | 57 static AnimatedPropertyType classType() { return AnimatedColor; } in classType() function 61 : SVGPropertyBase(classType()) in SVGColorProperty() 72 ASSERT(base->type() == SVGColorProperty::classType()); in toSVGColorProperty()
|
D | SVGTransform.cpp | 32 : SVGPropertyBase(classType()) in SVGTransform() 39 : SVGPropertyBase(classType()) in SVGTransform() 48 : SVGPropertyBase(classType()) in SVGTransform() 56 : SVGPropertyBase(classType()) in SVGTransform()
|
D | SVGBoolean.h | 61 static AnimatedPropertyType classType() { return AnimatedBoolean; } in classType() function 75 ASSERT(base->type() == SVGBoolean::classType()); in toSVGBoolean()
|
D | SVGInteger.h | 62 static AnimatedPropertyType classType() { return AnimatedInteger; } in classType() function 73 ASSERT(base->type() == SVGInteger::classType()); in toSVGInteger()
|
D | SVGIntegerOptionalInteger.h | 59 static AnimatedPropertyType classType() { return AnimatedIntegerOptionalInteger; } in classType() function 74 ASSERT(base->type() == SVGIntegerOptionalInteger::classType()); in toSVGIntegerOptionalInteger()
|
D | SVGNumberOptionalNumber.h | 59 static AnimatedPropertyType classType() { return AnimatedNumberOptionalNumber; } in classType() function 74 ASSERT(base->type() == SVGNumberOptionalNumber::classType()); in toSVGNumberOptionalNumber()
|
D | SVGNumber.h | 64 static AnimatedPropertyType classType() { return AnimatedNumber; } in classType() function 78 ASSERT(base->type() == SVGNumber::classType()); in toSVGNumber()
|
D | SVGPoint.h | 75 static AnimatedPropertyType classType() { return AnimatedPoint; } in classType() function 90 ASSERT(base->type() == SVGPoint::classType()); in toSVGPoint()
|
D | SVGRect.h | 75 static AnimatedPropertyType classType() { return AnimatedRect; } in classType() function 92 ASSERT(base->type() == SVGRect::classType()); in toSVGRect()
|
D | SVGEnumeration.h | 65 static AnimatedPropertyType classType() { return AnimatedEnumeration; } in classType() function 74 : SVGPropertyBase(classType()) in SVGEnumerationBase()
|
D | SVGLength.h | 103 static AnimatedPropertyType classType() { return AnimatedLength; } in classType() function 117 ASSERT(base->type() == SVGLength::classType()); in toSVGLength()
|
D | SVGPreserveAspectRatio.h | 87 static AnimatedPropertyType classType() { return AnimatedPreserveAspectRatio; } in classType() function 103 ASSERT(base->type() == SVGPreserveAspectRatio::classType()); in toSVGPreserveAspectRatio()
|
D | SVGAngle.h | 109 static AnimatedPropertyType classType() { return AnimatedAngle; } in classType() function 123 ASSERT(base->type() == SVGAngle::classType()); in toSVGAngle()
|
D | SVGPathSegList.h | 143 static AnimatedPropertyType classType() { return AnimatedPath; } in classType() function 173 ASSERT(base->type() == SVGPathSegList::classType()); in toSVGPathSegList()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
D | MethodIdItem.java | 73 String classType = dexFile.getType(classIndex); 81 return String.format("%s->%s%s", classType, methodName, protoString);
|
D | FieldIdItem.java | 73 String classType = dexFile.getType(classIndex); 81 return String.format("%s->%s:%s", classType, fieldName, fieldType);
|
D | ClassDefItem.java | 112 private void addClassDataIdentity(int classDataOffset, String classType) { in makeAnnotator() argument 114 classDataAnnotator.setItemIdentity(classDataOffset, classType); in makeAnnotator()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGPropertyHelper.h | 17 : SVGPropertyBase(Derived::classType()) in SVGPropertyHelper()
|