Searched refs:HTMLTextDecorationEquivalent (Results 1 – 1 of 1) sorted by relevance
216 class HTMLTextDecorationEquivalent FINAL : public HTMLElementEquivalent {220 return adoptPtrWillBeNoop(new HTMLTextDecorationEquivalent(primitiveValue, tagName)); in create()228 HTMLTextDecorationEquivalent(CSSValueID primitiveValue, const HTMLQualifiedName& tagName);231 HTMLTextDecorationEquivalent::HTMLTextDecorationEquivalent(CSSValueID primitiveValue, const HTMLQua… in HTMLTextDecorationEquivalent() function in blink::HTMLTextDecorationEquivalent237 bool HTMLTextDecorationEquivalent::propertyExistsInStyle(const StylePropertySet* style) const in propertyExistsInStyle()243 bool HTMLTextDecorationEquivalent::valueIsPresentInStyle(HTMLElement* element, StylePropertySet* st… in valueIsPresentInStyle()800 …HTMLElementEquivalents.append(HTMLTextDecorationEquivalent::create(CSSValueUnderline, HTMLNames::u… in htmlElementEquivalents()801 …HTMLElementEquivalents.append(HTMLTextDecorationEquivalent::create(CSSValueLineThrough, HTMLNames:… in htmlElementEquivalents()802 …HTMLElementEquivalents.append(HTMLTextDecorationEquivalent::create(CSSValueLineThrough, HTMLNames:… in htmlElementEquivalents()