HomeSort by relevance Sort by last modified time
    Searched refs:attribute_name (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/autofill/
autofill_xml_parser.cc 56 const std::string& attribute_name = attribute_qname.LocalPart(); local
57 if (attribute_name.compare("uploadrequired") == 0) {
62 } else if (attribute_name.compare("experimentid") == 0) {
80 const std::string& attribute_name = attribute_qname.LocalPart(); local
82 if (attribute_name.compare("autofilltype") == 0) {
124 const std::string &attribute_name = attribute_qname.LocalPart(); local
125 if (attribute_name.compare("positiveuploadrate") == 0) {
127 } else if (attribute_name.compare("negativeuploadrate") == 0) {
  /external/chromium/webkit/glue/
dom_operations.cc 154 const char* attribute_name = NULL; local
157 attribute_name = "src";
161 attribute_name = "src";
167 attribute_name = "background";
172 attribute_name = "cite";
179 attribute_name = "href";
182 if (!attribute_name)
184 WebString value = element.getAttribute(WebString::fromUTF8(attribute_name));
311 const string16& attribute_name,
329 WebString value = element.getAttribute(attribute_name);
    [all...]
dom_operations.h 88 // Puts the meta-elements of |document| that have the attribute |attribute_name|
92 const string16& attribute_name,
  /development/testrunner/test_defs/
xml_suite_helper.py 87 def _ParseAttribute(self, suite_element, attribute_name, mandatory,
89 if suite_element.hasAttribute(attribute_name):
90 value = suite_element.getAttribute(attribute_name)
93 (attribute_name, self.TAG_NAME))
  /external/chromium/chrome/common/
libxml_utils.h 151 bool AddAttribute(const std::string& attribute_name,
154 BAD_CAST attribute_name.c_str(),
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
Attribute_info.java 112 final CONSTANT_Utf8_info attribute_name = (CONSTANT_Utf8_info) constants.get (attribute_name_index); local
113 final String name = attribute_name.m_value;
  /external/chromium/chrome/common/extensions/
update_manifest.cc 71 static std::string GetAttribute(xmlNode* node, const char* attribute_name) {
72 const xmlChar* name = reinterpret_cast<const xmlChar*>(attribute_name);
  /external/emma/lib/
emma.jar 

Completed in 634 milliseconds