Searched defs:AddAttribute (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dxml_formatted_writer.py47 def AddAttribute(self, parent, name, value): member in class:XMLFormattedWriter
/external/chromium/chrome/common/
H A Dlibxml_utils.h151 bool AddAttribute(const std::string& attribute_name, function in class:XmlWriter
/external/chromium_org/third_party/libxml/chromium/
H A Dlibxml_utils.h146 bool AddAttribute(const std::string& attribute_name, function in class:XmlWriter
/external/chromium_org/net/base/
H A Daddress_tracker_linux_unittest.cc70 void AddAttribute(uint16 type, const void* data, size_t length) { function in class:net::internal::__anon9165::NetlinkMessage
118 nlmsg.AddAttribute(IFA_ADDRESS, &address[0], address.size());
120 nlmsg.AddAttribute(IFA_LOCAL, &local[0], local.size());
283 nlmsg.AddAttribute(IFA_CACHEINFO, &cache_info, sizeof(cache_info));
284 nlmsg.AddAttribute(IFA_ADDRESS, &kAddr0[0], kAddr0.size());
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc66 void StunMessage::AddAttribute(StunAttribute* attr) { function in class:cricket::StunMessage
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h85 /// AddAttribute - Adds another set of attribute information to the
87 void AddAttribute(uint16_t Attribute, uint16_t Form) { function in class:llvm::DIEAbbrev
162 Abbrev.AddAttribute(Attribute, Form);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc90 bool StunMessage::AddAttribute(StunAttribute* attr) { function in class:cricket::StunMessage
235 VERIFY(AddAttribute(msg_integrity_attr));
296 VERIFY(AddAttribute(fingerprint_attr));

Completed in 175 milliseconds