Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autofill/
Dautofill_xml_parser.cc56 const std::string& attribute_name = attribute_qname.LocalPart(); in StartElement() local
80 const std::string& attribute_name = attribute_qname.LocalPart(); in StartElement() local
124 const std::string &attribute_name = attribute_qname.LocalPart(); in StartElement() local
/external/chromium/chrome/common/
Dlibxml_utils.h151 bool AddAttribute(const std::string& attribute_name, in AddAttribute()
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DAttribute_info.java112 …final CONSTANT_Utf8_info attribute_name = (CONSTANT_Utf8_info) constants.get (attribute_name_index… in new_Attribute_info() local
/external/chromium/webkit/glue/
Ddom_operations.cc154 const char* attribute_name = NULL; in GetSubResourceLinkFromElement() local
311 const string16& attribute_name, in GetMetaElementsWithAttribute()
/external/chromium/chrome/common/extensions/
Dupdate_manifest.cc71 static std::string GetAttribute(xmlNode* node, const char* attribute_name) { in GetAttribute()