HTMLElementEquivalent 155 Source/core/editing/EditingStyle.cpp static PassOwnPtr<HTMLElementEquivalent> create(CSSPropertyID propertyID, CSSValueID primitiveValue, const QualifiedName& tagName) HTMLElementEquivalent 157 Source/core/editing/EditingStyle.cpp return adoptPtr(new HTMLElementEquivalent(propertyID, primitiveValue, tagName)); HTMLElementEquivalent 168 Source/core/editing/EditingStyle.cpp HTMLElementEquivalent(CSSPropertyID); HTMLElementEquivalent 169 Source/core/editing/EditingStyle.cpp HTMLElementEquivalent(CSSPropertyID, const QualifiedName& tagName); HTMLElementEquivalent 170 Source/core/editing/EditingStyle.cpp HTMLElementEquivalent(CSSPropertyID, CSSValueID primitiveValue, const QualifiedName& tagName); HTMLElementEquivalent 176 Source/core/editing/EditingStyle.cpp HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id) HTMLElementEquivalent 182 Source/core/editing/EditingStyle.cpp HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id, const QualifiedName& tagName) HTMLElementEquivalent 188 Source/core/editing/EditingStyle.cpp HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id, CSSValueID primitiveValue, const QualifiedName& tagName) HTMLElementEquivalent 196 Source/core/editing/EditingStyle.cpp bool HTMLElementEquivalent::valueIsPresentInStyle(Element* element, StylePropertySet* style) const HTMLElementEquivalent 202 Source/core/editing/EditingStyle.cpp void HTMLElementEquivalent::addToStyle(Element*, EditingStyle* style) const HTMLElementEquivalent 207 Source/core/editing/EditingStyle.cpp class HTMLTextDecorationEquivalent : public HTMLElementEquivalent { HTMLElementEquivalent 209 Source/core/editing/EditingStyle.cpp static PassOwnPtr<HTMLElementEquivalent> create(CSSValueID primitiveValue, const QualifiedName& tagName) HTMLElementEquivalent 221 Source/core/editing/EditingStyle.cpp : HTMLElementEquivalent(textDecorationPropertyForEditing(), primitiveValue, tagName) HTMLElementEquivalent 240 Source/core/editing/EditingStyle.cpp class HTMLAttributeEquivalent : public HTMLElementEquivalent { HTMLElementEquivalent 251 Source/core/editing/EditingStyle.cpp virtual bool matches(const Element* elem) const OVERRIDE { return HTMLElementEquivalent::matches(elem) && elem->hasAttribute(m_attrName); } HTMLElementEquivalent 265 Source/core/editing/EditingStyle.cpp : HTMLElementEquivalent(id, tagName) HTMLElementEquivalent 271 Source/core/editing/EditingStyle.cpp : HTMLElementEquivalent(id) HTMLElementEquivalent 773 Source/core/editing/EditingStyle.cpp static const Vector<OwnPtr<HTMLElementEquivalent> >& htmlElementEquivalents() HTMLElementEquivalent 775 Source/core/editing/EditingStyle.cpp DEFINE_STATIC_LOCAL(Vector<OwnPtr<HTMLElementEquivalent> >, HTMLElementEquivalents, ()); HTMLElementEquivalent 778 Source/core/editing/EditingStyle.cpp HTMLElementEquivalents.append(HTMLElementEquivalent::create(CSSPropertyFontWeight, CSSValueBold, HTMLNames::bTag)); HTMLElementEquivalent 779 Source/core/editing/EditingStyle.cpp HTMLElementEquivalents.append(HTMLElementEquivalent::create(CSSPropertyFontWeight, CSSValueBold, HTMLNames::strongTag)); HTMLElementEquivalent 780 Source/core/editing/EditingStyle.cpp HTMLElementEquivalents.append(HTMLElementEquivalent::create(CSSPropertyVerticalAlign, CSSValueSub, HTMLNames::subTag)); HTMLElementEquivalent 781 Source/core/editing/EditingStyle.cpp HTMLElementEquivalents.append(HTMLElementEquivalent::create(CSSPropertyVerticalAlign, CSSValueSuper, HTMLNames::supTag)); HTMLElementEquivalent 782 Source/core/editing/EditingStyle.cpp HTMLElementEquivalents.append(HTMLElementEquivalent::create(CSSPropertyFontStyle, CSSValueItalic, HTMLNames::iTag)); HTMLElementEquivalent 783 Source/core/editing/EditingStyle.cpp HTMLElementEquivalents.append(HTMLElementEquivalent::create(CSSPropertyFontStyle, CSSValueItalic, HTMLNames::emTag)); HTMLElementEquivalent 799 Source/core/editing/EditingStyle.cpp const Vector<OwnPtr<HTMLElementEquivalent> >& HTMLElementEquivalents = htmlElementEquivalents(); HTMLElementEquivalent 801 Source/core/editing/EditingStyle.cpp const HTMLElementEquivalent* equivalent = HTMLElementEquivalents[i].get(); HTMLElementEquivalent 889 Source/core/editing/EditingStyle.cpp const Vector<OwnPtr<HTMLElementEquivalent> >& HTMLElementEquivalents = htmlElementEquivalents(); HTMLElementEquivalent 998 Source/core/editing/EditingStyle.cpp static inline bool elementMatchesAndPropertyIsNotInInlineStyleDecl(const HTMLElementEquivalent* equivalent, const Element* element, HTMLElementEquivalent 1031 Source/core/editing/EditingStyle.cpp const Vector<OwnPtr<HTMLElementEquivalent> >& elementEquivalents = htmlElementEquivalents(); HTMLElementEquivalent 163 Source/core/editing/EditingStyle.h friend class HTMLElementEquivalent;