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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLElementStack.cpp295 Attribute* encodingAttr = item->getAttributeItem(MathMLNames::encodingAttr); local
296 if (encodingAttr) {
297 const String& encoding = encodingAttr->value();

Completed in 985 milliseconds