Searched refs:attributeEquivalents (Results 1 – 1 of 1) sorted by relevance
1054 …const WillBeHeapVector<OwnPtrWillBeMember<HTMLAttributeEquivalent> >& attributeEquivalents = htmlA… in mergeInlineAndImplicitStyleOfElement() local1055 for (size_t i = 0; i < attributeEquivalents.size(); ++i) { in mergeInlineAndImplicitStyleOfElement()1056 if (attributeEquivalents[i]->attributeName() == HTMLNames::dirAttr) in mergeInlineAndImplicitStyleOfElement()1058 …if (elementMatchesAndPropertyIsNotInInlineStyleDecl(attributeEquivalents[i].get(), element, mode, … in mergeInlineAndImplicitStyleOfElement()1059 attributeEquivalents[i]->addToStyle(element, this); in mergeInlineAndImplicitStyleOfElement()