OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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"))
iapps_xml_utils.h
22
bool
SeekToNodeAtCurrentDepth
(XmlReader* reader, const std::string& name);
iphoto_library_parser.cc
47
if (!iapps::
SeekToNodeAtCurrentDepth
(reader, "key"))
98
while (iapps::
SeekToNodeAtCurrentDepth
(reader, "string")) {
128
if (!iapps::
SeekToNodeAtCurrentDepth
(reader, "key"))
150
if (!iapps::
SeekToNodeAtCurrentDepth
(reader, "array"))
185
if (!iapps::
SeekToNodeAtCurrentDepth
(reader, "dict"))
193
if (!iapps::
SeekToNodeAtCurrentDepth
(reader, "key"))
209
if (!iapps::
SeekToNodeAtCurrentDepth
(reader, "dict")) {
240
if (!iapps::
SeekToNodeAtCurrentDepth
(&reader, "plist"))
245
if (!iapps::
SeekToNodeAtCurrentDepth
(&reader, "dict"))
257
if (!iapps::
SeekToNodeAtCurrentDepth
(&reader, "key")
[
all
...]
itunes_library_parser.cc
50
if (!iapps::
SeekToNodeAtCurrentDepth
(reader, "key"))
130
if (!iapps::
SeekToNodeAtCurrentDepth
(&reader, "plist"))
135
if (!iapps::
SeekToNodeAtCurrentDepth
(&reader, "dict"))
147
if (!iapps::
SeekToNodeAtCurrentDepth
(&reader, "dict"))
158
if (!iapps::
SeekToNodeAtCurrentDepth
(&reader, "key"))
iapps_xml_utils.cc
24
bool
SeekToNodeAtCurrentDepth
(XmlReader* reader, const std::string& name) {
46
if (!
SeekToNodeAtCurrentDepth
(reader, "key"))
Completed in 115 milliseconds