Searched refs:CopyAttr (Results 1 – 1 of 1) sorted by relevance
25 static xml::Attribute CopyAttr(const xml::Attribute& src, StringPool* out_string_pool) { in CopyAttr() function50 dst_el->attributes.push_back(CopyAttr(src_attr, out_string_pool)); in CopyAttribute()114 out_el->attributes.push_back(CopyAttr(attr, &cloned_doc->string_pool)); in ProcessDoc()