Searched refs:langAttr (Results 1 – 12 of 12) sorted by relevance
56 int langAttr = dtm.getAttributeNode(parent, "http://www.w3.org/XML/1998/namespace", "lang"); in execute() local58 if (DTM.NULL != langAttr) in execute()60 String langVal = dtm.getNodeValue(langAttr); in execute()
120 …if (element().fastGetAttribute(XMLNames::langAttr) != candidate.fastGetAttribute(XMLNames::langAtt… in sharingCandidateHasIdenticalStyleAffectingAttributes()122 if (element().fastGetAttribute(langAttr) != candidate.fastGetAttribute(langAttr)) in sharingCandidateHasIdenticalStyleAffectingAttributes()
95 htmlElement.get()->setAttribute(HTMLNames::langAttr, getAttribute(langAttributeName())); in createEquivalentHTMLElement()
151 …= contenteditableAttr || name == hiddenAttr || name == langAttr || name.matches(XMLNames::langAttr… in isPresentationAttribute()198 } else if (name.matches(XMLNames::langAttr)) in collectStyleForPresentationAttribute()200 else if (name == langAttr) { in collectStyleForPresentationAttribute()202 if (!fastHasAttribute(XMLNames::langAttr)) in collectStyleForPresentationAttribute()
239 addLocalNameToSet(attrSet, langAttr); in createHtmlCaseInsensitiveAttributesSet()
152 String language = fastGetAttribute(SVGNames::langAttr); in buildGlyphIdentifier()
190 language = parentRenderObjectElement->getAttribute(XMLNames::langAttr); in applySVGGlyphSelection()
590 } else if (name.matches(XMLNames::langAttr) || name.matches(XMLNames::spaceAttr)) { in parseAttribute()
269 XSLTAttributeDef langAttr = new XSLTAttributeDef(null, "lang", in build() local398 langAttr, in build()413 langAttr, in build()
590 const AtomicString& lang = getAttribute(langAttr); in language()
605 languageAttribute = element->attributes().find(XMLNames::langAttr); in evaluate()
2443 if (const Attribute* attribute = attributes.find(XMLNames::langAttr)) in computeInheritedLanguage()2445 else if (const Attribute* attribute = attributes.find(HTMLNames::langAttr)) in computeInheritedLanguage()