Searched refs:parseAttributeName (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/ |
D | XMLDocumentParser.cpp | 908 …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/ |
D | Element.h | 138 …static bool parseAttributeName(QualifiedName&, const AtomicString& namespaceURI, const AtomicStrin…
|
D | Element.cpp | 2031 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()
|