Searched defs:list_key (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/people/
H A Dperson.cc24 // Finds a list in a dictionary, specified by list_key, then returns the
28 // list_key: [ { random_key: value2,
39 const char list_key[],
42 if (!dict.GetList(list_key, &list) || !list)
38 GetTargetValue(const base::DictionaryValue& dict, const char list_key[], const char item_key[]) argument
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_finder.cc59 std::string list_key = local
61 if (!plugin_dict->GetList(list_key, &mime_types))

Completed in 78 milliseconds