Searched refs:attribute_name (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/autofill/ |
D | autofill_xml_parser.cc | 56 const std::string& attribute_name = attribute_qname.LocalPart(); in StartElement() local 57 if (attribute_name.compare("uploadrequired") == 0) { in StartElement() 62 } else if (attribute_name.compare("experimentid") == 0) { in StartElement() 80 const std::string& attribute_name = attribute_qname.LocalPart(); in StartElement() local 82 if (attribute_name.compare("autofilltype") == 0) { in StartElement() 124 const std::string &attribute_name = attribute_qname.LocalPart(); in StartElement() local 125 if (attribute_name.compare("positiveuploadrate") == 0) { in StartElement() 127 } else if (attribute_name.compare("negativeuploadrate") == 0) { in StartElement()
|
/external/chromium/webkit/glue/ |
D | dom_operations.cc | 154 const char* attribute_name = NULL; in GetSubResourceLinkFromElement() local 157 attribute_name = "src"; in GetSubResourceLinkFromElement() 161 attribute_name = "src"; in GetSubResourceLinkFromElement() 167 attribute_name = "background"; in GetSubResourceLinkFromElement() 172 attribute_name = "cite"; in GetSubResourceLinkFromElement() 179 attribute_name = "href"; in GetSubResourceLinkFromElement() 182 if (!attribute_name) in GetSubResourceLinkFromElement() 184 WebString value = element.getAttribute(WebString::fromUTF8(attribute_name)); in GetSubResourceLinkFromElement() 311 const string16& attribute_name, in GetMetaElementsWithAttribute() argument 329 WebString value = element.getAttribute(attribute_name); in GetMetaElementsWithAttribute()
|
D | dom_operations.h | 92 const string16& attribute_name,
|
/external/e2fsprogs/doc/ |
D | libblkid.txt | 32 if ((devname = blkid_get_devname(cache, attribute_name, value))) { 41 is NULL, then attribute_name is parsed as if it were 42 "<attribute_name>=<value>"; if it cannot be so parsed, then the 43 original attribute_name is returned in a copied allocated string. 55 if ((value = blkid_get_tag_value(cache, attribute_name, devname))) {
|
/external/chromium/chrome/common/ |
D | libxml_utils.h | 151 bool AddAttribute(const std::string& attribute_name, in AddAttribute() argument 154 BAD_CAST attribute_name.c_str(), in AddAttribute()
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
D | Attribute_info.java | 112 …final CONSTANT_Utf8_info attribute_name = (CONSTANT_Utf8_info) constants.get (attribute_name_index… in new_Attribute_info() local 113 final String name = attribute_name.m_value; in new_Attribute_info()
|
/external/chromium/chrome/common/extensions/ |
D | update_manifest.cc | 71 static std::string GetAttribute(xmlNode* node, const char* attribute_name) { in GetAttribute() argument 72 const xmlChar* name = reinterpret_cast<const xmlChar*>(attribute_name); in GetAttribute()
|