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

/external/chromium_org/chrome/utility/media_galleries/
H A Diapps_xml_utils.cc48 std::string found_key;
49 if (!reader->ReadElementContent(&found_key))
52 if (found_key == key)
116 std::string found_key; local
117 if (!reader_->ReadElementContent(&found_key))
121 if (!HandleKey(found_key))
/external/chromium_org/third_party/motemplate/
H A Dmotemplate.py153 for found_key in node.GetKeys():
154 # [0] is the stack of nodes that |found_key| has been found in.
155 self._value_info[found_key][0].pop()
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc2848 std::string* found_key,
2868 *found_key = it->Key().as_string();
2846 FindGreatestKeyLessThanOrEqual(LevelDBTransaction* transaction, const std::string& target, std::string* found_key, leveldb::Status* s) argument

Completed in 4152 milliseconds