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

  /external/chromium_org/chrome/utility/media_galleries/
itunes_pref_parser_win.cc 23 if (!iapps::SeekToNodeAtCurrentDepth(&reader, "plist"))
28 if (!iapps::SeekToNodeAtCurrentDepth(&reader, "dict"))
34 if (!iapps::SeekToNodeAtCurrentDepth(&reader, "dict"))
40 if (!iapps::SeekToNodeAtCurrentDepth(&reader, "data"))
iphoto_library_parser.cc 78 while (iapps::SeekToNodeAtCurrentDepth(reader, "string")) {
110 if (!iapps::SeekToNodeAtCurrentDepth(reader_, "array"))
143 if (!iapps::SeekToNodeAtCurrentDepth(reader, "dict"))
151 if (!iapps::SeekToNodeAtCurrentDepth(reader, "key"))
167 if (!iapps::SeekToNodeAtCurrentDepth(reader, "dict")) {
207 if (!iapps::SeekToNodeAtCurrentDepth(reader_, "array") ||
211 while (iapps::SeekToNodeAtCurrentDepth(reader_, "dict")) {
259 if (!iapps::SeekToNodeAtCurrentDepth(&reader, "plist"))
264 if (!iapps::SeekToNodeAtCurrentDepth(&reader, "dict"))
iapps_xml_utils.cc 24 bool SeekToNodeAtCurrentDepth(XmlReader* reader, const std::string& name) {
46 if (!SeekToNodeAtCurrentDepth(reader, "key"))
114 if (!iapps::SeekToNodeAtCurrentDepth(reader_, "key"))
iapps_xml_utils.h 24 bool SeekToNodeAtCurrentDepth(XmlReader* reader, const std::string& name);
itunes_library_parser.cc 107 if (!iapps::SeekToNodeAtCurrentDepth(&reader, "plist"))
112 if (!iapps::SeekToNodeAtCurrentDepth(&reader, "dict"))
124 if (!iapps::SeekToNodeAtCurrentDepth(&reader, "dict"))
135 if (!iapps::SeekToNodeAtCurrentDepth(&reader, "key"))

Completed in 2596 milliseconds