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

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

Completed in 319 milliseconds