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

/external/chromium/chrome/browser/autofill/
H A Dautofill_xml_parser.cc56 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/chrome/common/
H A Dlibxml_utils.h151 bool AddAttribute(const std::string& attribute_name, argument
154 BAD_CAST attribute_name.c_str(),
/external/chromium/webkit/glue/
H A Ddom_operations.cc154 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);
310 GetMetaElementsWithAttribute(WebDocument* document, const string16& attribute_name, const string16& attribute_value, std::vector<WebElement>* meta_elements) argument
[all...]
/external/chromium/chrome/common/extensions/
H A Dupdate_manifest.cc71 static std::string GetAttribute(xmlNode* node, const char* attribute_name) { argument
72 const xmlChar* name = reinterpret_cast<const xmlChar*>(attribute_name);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 349 milliseconds