Searched defs:tokenAttribute (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLConstructionSite.cpp415 const Attribute& tokenAttribute = token->attributes().at(i); local
416 if (element->attributesWithoutUpdate().findIndex(tokenAttribute.name()) == kNotFound)
417 element->setAttribute(tokenAttribute.name(), tokenAttribute.value());
H A DHTMLTreeBuilder.cpp549 Attribute& tokenAttribute = token->attributes().at(i); local
550 const QualifiedName& casedName = caseMap->get(tokenAttribute.localName());
552 tokenAttribute.parserSetName(casedName);
594 Attribute& tokenAttribute = token->attributes().at(i); local
595 const QualifiedName& name = map->get(tokenAttribute.localName());
597 tokenAttribute.parserSetName(name);

Completed in 1988 milliseconds