Home
last modified time | relevance | path

Searched refs:SkipToElement (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/utility/media_galleries/
Diapps_xml_utils.cc15 if (!reader->SkipToElement()) { in SkipToNextElement()
18 if (!reader->Read() || !reader->SkipToElement()) in SkipToNextElement()
Ditunes_library_parser.cc165 if (!reader.SkipToElement()) in Parse()
/external/chromium_org/third_party/libxml/chromium/
Dlibxml_utils.cc87 bool XmlReader::SkipToElement() { in SkipToElement() function in XmlReader
Dlibxml_utils.h92 bool SkipToElement();
/external/chromium_org/chromeos/dbus/
Dintrospectable_client.cc112 while (!reader.SkipToElement()) { in GetInterfacesFromIntrospectResult()
/external/chromium/chrome/common/
Dlibxml_utils.h91 bool SkipToElement();
Dlibxml_utils.cc113 bool XmlReader::SkipToElement() { in SkipToElement() function in XmlReader
/external/chromium/chrome/browser/importer/
Dtoolbar_importer.cc300 if (!reader->SkipToElement()) in ParseBookmarksFromReader()
333 while (!reader->SkipToElement()) { in LocateNextOpenTag()
/external/chromium_org/base/test/
Dgtest_xml_util.cc116 xml_reader.SkipToElement(); in ProcessGTestOutput()
/external/chromium_org/gpu/config/
Dgpu_info_collector_win.cc114 if (!reader.SkipToElement() || !reader.Read()) { in RetrieveGpuPerformanceStats()