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

  /external/chromium_org/content/renderer/
savable_resources.cc 148 const char* attribute_name = NULL; local
151 attribute_name = "src";
155 attribute_name = "src";
161 attribute_name = "background";
166 attribute_name = "cite";
173 attribute_name = "href";
176 if (!attribute_name)
178 WebString value = element.getAttribute(WebString::fromUTF8(attribute_name));
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_android.cc 127 const char* attribute_name = BOOL_ATTRIBUTES[i]; local
129 if (dict.GetBoolean(attribute_name, &value) && value)
130 WriteAttribute(true, attribute_name, &line);
134 const char* attribute_name = STRING_ATTRIBUTES[i]; local
136 if (!dict.GetString(attribute_name, &value) || value.empty())
139 StringPrintf("%s='%s'", attribute_name, value.c_str()),
144 const char* attribute_name = INT_ATTRIBUTES[i]; local
146 if (!dict.GetInteger(attribute_name, &value) || value == 0)
149 StringPrintf("%s=%d", attribute_name, value),
accessibility_tree_formatter_win.cc 216 const char* attribute_name = ALL_ATTRIBUTES[i]; local
218 if (!dict.Get(attribute_name, &value))
227 base::UTF8ToUTF16(attribute_name).c_str(),
238 attribute_name).c_str(),
249 attribute_name).c_str(),
273 if (strcmp(attribute_name, "size") == 0) {
278 } else if (strcmp(attribute_name, "location") == 0) {
  /external/chromium_org/components/autofill/core/browser/
autofill_xml_parser.cc 59 const std::string& attribute_name = attribute_qname.LocalPart(); local
60 if (attribute_name.compare("uploadrequired") == 0) {
84 const std::string& attribute_name = attribute_qname.LocalPart(); local
85 if (attribute_name.compare("autofilltype") == 0) {
92 attribute_name.compare("defaultvalue") == 0) {
113 const std::string& attribute_name = attribute_qname.LocalPart(); local
117 if (attribute_name.compare("id") == 0 && !attribute_value.empty()) {
121 } else if (attribute_name.compare("css_selector") == 0 &&
160 const std::string &attribute_name = attribute_qname.LocalPart(); local
161 if (attribute_name.compare("positiveuploadrate") == 0)
    [all...]
  /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_org/content/shell/renderer/test_runner/
test_plugin.cc 173 const blink::WebString& attribute_name = params.attributeNames[i]; local
176 if (attribute_name == kAttributePrimitive)
178 else if (attribute_name == kAttributeBackgroundColor)
180 else if (attribute_name == kAttributePrimitiveColor)
182 else if (attribute_name == kAttributeOpacity)
184 else if (attribute_name == kAttributeAcceptsTouch)
186 else if (attribute_name == kAttributeReRequestTouchEvents)
188 else if (attribute_name == kAttributePrintEventDetails)
190 else if (attribute_name == kAttributeCanProcessDrag)
192 else if (attribute_name == kAttributePrintUserGestureStatus
    [all...]
  /external/chromium_org/third_party/pymock/
mock.py 1113 attribute_name = None variable in class:_patch
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 610 milliseconds