Home
last modified time | relevance | path

Searched defs:prefixedAttributes (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
DXMLDocumentParser.cpp902 static inline void handleNamespaceAttributes(Vector<Attribute>& prefixedAttributes, const xmlChar**… in handleNamespaceAttributes()
927 static inline void handleElementAttributes(Vector<Attribute>& prefixedAttributes, const xmlChar** l… in handleElementAttributes()
977 Vector<Attribute> prefixedAttributes; in startElementNs() local