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

  /external/chromium_org/base/test/
gtest_xml_util.cc 144 if (!xml_reader.NodeAttribute("classname", &test_case_name))
147 if (!xml_reader.NodeAttribute("name", &test_name))
160 if (!xml_reader.NodeAttribute("status", &test_status))
171 if (!xml_reader.NodeAttribute("classname", &test_case_name))
174 if (!xml_reader.NodeAttribute("name", &test_name))
179 if (!xml_reader.NodeAttribute("time", &test_time_str))
199 if (!xml_reader.NodeAttribute("message", &failure_message))
  /external/chromium_org/chromeos/dbus/
introspectable_client.cc 124 if (!reader.NodeAttribute(kInterfaceNameAttribute, &interface_name))
  /external/chromium_org/third_party/libxml/chromium/
libxml_utils.cc 42 bool XmlReader::NodeAttribute(const char* name, std::string* out) {
libxml_utils.h 72 // E.g. for <foo bar:baz="a">, NodeAttribute("bar:baz", &value)
74 bool NodeAttribute(const char* name, std::string* value);
  /external/chromium_org/chrome/browser/
about_flags_unittest.cc 69 const bool has_value = reader->NodeAttribute("value", &value_str);
70 const bool has_label = reader->NodeAttribute("label", &label);
131 if (histograms_xml->NodeAttribute("name", &name) && name == enum_name) {

Completed in 155 milliseconds