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

  /external/chromium_org/components/autofill/core/browser/
autofill_xml_parser.cc 116 const std::string& attribute_value = value_qname.LocalPart(); local
117 if (attribute_name.compare("id") == 0 && !attribute_value.empty()) {
119 element_descriptor->descriptor = attribute_value;
122 !attribute_value.empty()) {
125 element_descriptor->descriptor = attribute_value;
  /external/chromium_org/net/third_party/mozilla_security_manager/
nsPKCS12Blob.cpp 163 SECItem attribute_value; local
200 attribute_value.data = &attribute_data;
201 attribute_value.len = sizeof(attribute_data);
248 &attribute_value);
  /external/chromium_org/content/shell/renderer/test_runner/
test_plugin.cc 174 const blink::WebString& attribute_value = params.attributeValues[i]; local
177 scene_.primitive = ParsePrimitive(attribute_value);
179 ParseColor(attribute_value, scene_.background_color);
181 ParseColor(attribute_value, scene_.primitive_color);
183 scene_.opacity = ParseOpacity(attribute_value);
185 touch_event_request_ = ParseTouchEventRequestType(attribute_value);
187 re_request_touch_events_ = ParseBoolean(attribute_value);
189 print_event_details_ = ParseBoolean(attribute_value);
191 can_process_drag_ = ParseBoolean(attribute_value);
193 print_user_gesture_status_ = ParseBoolean(attribute_value);
    [all...]

Completed in 733 milliseconds