Home | History | Annotate | Download | only in src

Lines Matching defs:attributeName

63     const QualifiedName* attributeName = 0;
65 attributeName = &HTMLNames::srcAttr;
69 attributeName = &HTMLNames::srcAttr;
74 attributeName = &HTMLNames::backgroundAttr;
79 attributeName = &HTMLNames::citeAttr;
85 attributeName = &HTMLNames::hrefAttr;
88 attributeName = &HTMLNames::dataAttr;
90 attributeName = &HTMLNames::srcAttr;
92 if (!attributeName)
95 String value = element->getAttribute(*attributeName);