Home
last modified time | relevance | path

Searched refs:classType (Results 1 – 25 of 51) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSImageGeneratorValue.cpp36 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()
DCSSValue.cpp83 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 …]
DCSSValueList.cpp29 CSSValueList::CSSValueList(ClassType classType, ValueListSeparator listSeparator) in CSSValueList() argument
30 : CSSValue(classType) in CSSValueList()
141 : CSSValue(cloneFrom.classType(), /* isCSSOMSafe */ true) in CSSValueList()
DCSSGradientValue.h112 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()
DCSSValue.h182 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/
DTestUtils.java43 …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/
DSVGString.h72 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()
DSVGAnimatedColor.h57 static AnimatedPropertyType classType() { return AnimatedColor; } in classType() function
61 : SVGPropertyBase(classType()) in SVGColorProperty()
72 ASSERT(base->type() == SVGColorProperty::classType()); in toSVGColorProperty()
DSVGTransform.cpp32 : SVGPropertyBase(classType()) in SVGTransform()
39 : SVGPropertyBase(classType()) in SVGTransform()
48 : SVGPropertyBase(classType()) in SVGTransform()
56 : SVGPropertyBase(classType()) in SVGTransform()
DSVGBoolean.h61 static AnimatedPropertyType classType() { return AnimatedBoolean; } in classType() function
75 ASSERT(base->type() == SVGBoolean::classType()); in toSVGBoolean()
DSVGInteger.h62 static AnimatedPropertyType classType() { return AnimatedInteger; } in classType() function
73 ASSERT(base->type() == SVGInteger::classType()); in toSVGInteger()
DSVGIntegerOptionalInteger.h59 static AnimatedPropertyType classType() { return AnimatedIntegerOptionalInteger; } in classType() function
74 ASSERT(base->type() == SVGIntegerOptionalInteger::classType()); in toSVGIntegerOptionalInteger()
DSVGNumberOptionalNumber.h59 static AnimatedPropertyType classType() { return AnimatedNumberOptionalNumber; } in classType() function
74 ASSERT(base->type() == SVGNumberOptionalNumber::classType()); in toSVGNumberOptionalNumber()
DSVGNumber.h64 static AnimatedPropertyType classType() { return AnimatedNumber; } in classType() function
78 ASSERT(base->type() == SVGNumber::classType()); in toSVGNumber()
DSVGPoint.h75 static AnimatedPropertyType classType() { return AnimatedPoint; } in classType() function
90 ASSERT(base->type() == SVGPoint::classType()); in toSVGPoint()
DSVGRect.h75 static AnimatedPropertyType classType() { return AnimatedRect; } in classType() function
92 ASSERT(base->type() == SVGRect::classType()); in toSVGRect()
DSVGEnumeration.h65 static AnimatedPropertyType classType() { return AnimatedEnumeration; } in classType() function
74 : SVGPropertyBase(classType()) in SVGEnumerationBase()
DSVGLength.h103 static AnimatedPropertyType classType() { return AnimatedLength; } in classType() function
117 ASSERT(base->type() == SVGLength::classType()); in toSVGLength()
DSVGPreserveAspectRatio.h87 static AnimatedPropertyType classType() { return AnimatedPreserveAspectRatio; } in classType() function
103 ASSERT(base->type() == SVGPreserveAspectRatio::classType()); in toSVGPreserveAspectRatio()
DSVGAngle.h109 static AnimatedPropertyType classType() { return AnimatedAngle; } in classType() function
123 ASSERT(base->type() == SVGAngle::classType()); in toSVGAngle()
DSVGPathSegList.h143 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/
DMethodIdItem.java73 String classType = dexFile.getType(classIndex);
81 return String.format("%s->%s%s", classType, methodName, protoString);
DFieldIdItem.java73 String classType = dexFile.getType(classIndex);
81 return String.format("%s->%s:%s", classType, fieldName, fieldType);
DClassDefItem.java112 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/
DSVGPropertyHelper.h17 : SVGPropertyBase(Derived::classType()) in SVGPropertyHelper()

123