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

  /external/chromium/chrome/common/extensions/
extension_message_bundle.cc 77 for (DictionaryValue::key_iterator key_it = catalog->begin_keys();
78 key_it != catalog->end_keys(); ++key_it) {
79 std::string key(StringToLowerASCII(*key_it));
80 if (!IsValidName(*key_it))
83 if (!GetMessageValue(*key_it, *catalog, &value, error))
176 for (DictionaryValue::key_iterator key_it = placeholders_tree->begin_keys();
177 key_it != placeholders_tree->end_keys(); ++key_it) {
179 const std::string& content_key(*key_it);
    [all...]
  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker.cc 569 for (DictionaryValue::key_iterator key_it = catalogs.begin_keys();
570 key_it != catalogs.end_keys(); ++key_it) {
572 if (!catalogs.GetDictionaryWithoutPathExpansion(*key_it, &catalog)) {
584 FilePath relative_path = FilePath::FromWStringHack(UTF8ToWide(*key_it));
  /external/chromium_org/chrome/browser/profiles/
profile_info_cache.cc 835 std::vector<std::string>::iterator key_it = local
837 DCHECK(key_it != sorted_keys_.end());
838 sorted_keys_.erase(key_it);

Completed in 214 milliseconds