Home
last modified time | relevance | path

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

/external/skia/include/svg/
DSkSVGParser.h37 void _addAttribute(const char* attrName, const char* attrValue) { in _addAttribute() function
39 void _addAttribute(const char* attrName, SkString& attrValue) { in _addAttribute() function
/external/webkit/WebCore/inspector/front-end/
DDOMAgent.js202 _addAttribute: function(name, value) method in WebInspector.DOMNode