OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tokenAttribute
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.cpp
415
const Attribute&
tokenAttribute
= token->attributes().at(i);
416
if (element->attributesWithoutUpdate().findIndex(
tokenAttribute
.name()) == kNotFound)
417
element->setAttribute(
tokenAttribute
.name(),
tokenAttribute
.value());
[
all
...]
HTMLTreeBuilder.cpp
549
Attribute&
tokenAttribute
= token->attributes().at(i);
550
const QualifiedName& casedName = caseMap->get(
tokenAttribute
.localName());
552
tokenAttribute
.parserSetName(casedName);
594
Attribute&
tokenAttribute
= token->attributes().at(i);
595
const QualifiedName& name = map->get(
tokenAttribute
.localName());
597
tokenAttribute
.parserSetName(name);
[
all
...]
Completed in 41 milliseconds