Home
last modified time | relevance | path

Searched refs:langAttr (Results 1 – 12 of 12) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncLang.java56 int langAttr = dtm.getAttributeNode(parent, "http://www.w3.org/XML/1998/namespace", "lang"); in execute() local
58 if (DTM.NULL != langAttr) in execute()
60 String langVal = dtm.getNodeValue(langAttr); in execute()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DSharedStyleFinder.cpp120 …if (element().fastGetAttribute(XMLNames::langAttr) != candidate.fastGetAttribute(XMLNames::langAtt… in sharingCandidateHasIdenticalStyleAffectingAttributes()
122 if (element().fastGetAttribute(langAttr) != candidate.fastGetAttribute(langAttr)) in sharingCandidateHasIdenticalStyleAffectingAttributes()
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
DVTTElement.cpp95 htmlElement.get()->setAttribute(HTMLNames::langAttr, getAttribute(langAttributeName())); in createEquivalentHTMLElement()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.cpp151 …= 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()
DHTMLDocument.cpp239 addLocalNameToSet(attrSet, langAttr); in createHtmlCaseInsensitiveAttributesSet()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGGlyphElement.cpp152 String language = fastGetAttribute(SVGNames::langAttr); in buildGlyphIdentifier()
DSVGFontData.cpp190 language = parentRenderObjectElement->getAttribute(XMLNames::langAttr); in applySVGGlyphSelection()
DSVGElement.cpp590 } else if (name.matches(XMLNames::langAttr) || name.matches(XMLNames::spaceAttr)) { in parseAttribute()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTSchema.java269 XSLTAttributeDef langAttr = new XSLTAttributeDef(null, "lang", in build() local
398 langAttr, in build()
413 langAttr, in build()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXObject.cpp590 const AtomicString& lang = getAttribute(langAttr); in language()
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXPathFunctions.cpp605 languageAttribute = element->attributes().find(XMLNames::langAttr); in evaluate()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp2443 if (const Attribute* attribute = attributes.find(XMLNames::langAttr)) in computeInheritedLanguage()
2445 else if (const Attribute* attribute = attributes.find(HTMLNames::langAttr)) in computeInheritedLanguage()