Home
last modified time | relevance | path

Searched refs:found_key (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/utility/media_galleries/
Diphoto_library_parser.cc49 std::string found_key; in GetPhotoInfoFromDict() local
50 if (!reader->ReadElementContent(&found_key)) in GetPhotoInfoFromDict()
54 if (found_key == "ImagePath") { in GetPhotoInfoFromDict()
62 } else if (found_key == "OriginalPath") { in GetPhotoInfoFromDict()
130 std::string found_key; in GetAlbumInfoFromDict() local
131 if (!reader->ReadElementContent(&found_key)) in GetAlbumInfoFromDict()
135 if (found_key == "AlbumId") { in GetAlbumInfoFromDict()
141 } else if (found_key == "AlbumName") { in GetAlbumInfoFromDict()
147 } else if (found_key == "KeyList") { in GetAlbumInfoFromDict()
259 std::string found_key; in Parse() local
[all …]
Ditunes_library_parser.cc52 std::string found_key; in GetTrackInfoFromDict() local
53 if (!reader->ReadElementContent(&found_key)) in GetTrackInfoFromDict()
57 if (found_key == "Track ID") { in GetTrackInfoFromDict()
63 } else if (found_key == "Location") { in GetTrackInfoFromDict()
84 } else if (found_key == "Artist") { in GetTrackInfoFromDict()
90 } else if (found_key == "Album Artist") { in GetTrackInfoFromDict()
97 } else if (found_key == "Album") { in GetTrackInfoFromDict()
Diapps_xml_utils.cc48 std::string found_key; in SeekInDict() local
49 if (!reader->ReadElementContent(&found_key)) in SeekInDict()
52 if (found_key == key) in SeekInDict()
/external/openssh/
Dauth2-pubkey.c263 int found_key = 0; in user_key_allowed2() local
280 found_key = 0; in user_key_allowed2()
354 found_key = 1; in user_key_allowed2()
362 found_key = 1; in user_key_allowed2()
375 if (!found_key) in user_key_allowed2()
377 return found_key; in user_key_allowed2()
/external/chromium_org/chrome/browser/notifications/sync_notifier/
Dsynced_notification_unittest.cc181 std::string found_key = notification1_->GetKey(); in TEST_F() local
184 EXPECT_EQ(expected_key, found_key); in TEST_F()
/external/chromium_org/third_party/handlebar/
Dhandlebar.py154 for found_key in node.GetKeys():
156 self._value_info[found_key][0].pop()
/external/chromium_org/content/browser/indexed_db/
Dindexed_db_backing_store.cc1642 std::string* found_key) { in FindGreatestKeyLessThanOrEqual() argument
1659 *found_key = it->Key().as_string(); in FindGreatestKeyLessThanOrEqual()