Home
last modified time | relevance | path

Searched refs:parseAttributeName (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
DXMLDocumentParser.cpp908 …if (!Element::parseAttributeName(parsedName, XMLNSNames::xmlnsNamespaceURI, namespaceQName, except… in handleNamespaceAttributes()
935 if (!Element::parseAttributeName(parsedName, attrURI, attrQName, exceptionState)) in handleElementAttributes()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h138 …static bool parseAttributeName(QualifiedName&, const AtomicString& namespaceURI, const AtomicStrin…
DElement.cpp2031 bool Element::parseAttributeName(QualifiedName& out, const AtomicString& namespaceURI, const Atomic… in parseAttributeName() function in WebCore::Element
2052 if (!parseAttributeName(parsedName, namespaceURI, qualifiedName, exceptionState)) in setAttributeNS()