Home
last modified time | relevance | path

Searched refs:parserSetAttributes (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLErrors.cpp92 reportElement->parserSetAttributes(reportAttributes); in createXHTMLParserErrorHeader()
101 fixed->parserSetAttributes(fixedAttributes); in createXHTMLParserErrorHeader()
147 paragraph->parserSetAttributes(attributes); in insertErrorMessageBlock()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h278 void parserSetAttributes(const Vector<Attribute>&);
DElement.cpp1184 void Element::parserSetAttributes(const Vector<Attribute>& attributeVector) in parserSetAttributes() function in WebCore::Element
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLConstructionSite.cpp64 element->parserSetAttributes(token->attributes()); in setAttributes()
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
DXMLDocumentParser.cpp553 element->parserSetAttributes(attributeVector); in setAttributes()