Searched refs:app_dict (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
H A Dkiosk_apps_handler.cc37 base::DictionaryValue* app_dict) {
44 app_dict->SetString("id", app_data.app_id);
45 app_dict->SetString("name", app_data.name);
46 app_dict->SetString("iconURL", icon_url);
47 app_dict->SetBoolean(
52 app_dict->SetBoolean("isLoading", app_data.is_loading);
184 base::DictionaryValue app_dict;
185 PopulateAppDict(app_data, &app_dict);
188 app_dict);
36 PopulateAppDict(const KioskAppManager::App& app_data, base::DictionaryValue* app_dict) argument
/external/chromium/chrome/common/extensions/
H A Dextension_message_bundle_unittest.cc190 DictionaryValue* app_dict = catalogs_[0].get(); local
192 app_dict->SetString("n1.message", "message1 $b$ $a$");
194 app_dict->Remove("n2", NULL);
196 app_dict->Remove("n3", NULL);
197 CreateMessageTree("N3", "message3_app_dict", false, app_dict);
/external/chromium_org/chrome/common/extensions/
H A Dmessage_bundle_unittest.cc195 base::DictionaryValue* app_dict = catalogs_[0].get(); local
197 app_dict->SetString("n1.message", "message1 $b$ $a$");
199 app_dict->Remove("n2", NULL);
201 app_dict->Remove("n3", NULL);
202 CreateMessageTree("N3", "message3_app_dict", false, app_dict);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dconfiguration_policy_handler_chromeos.cc273 base::DictionaryValue* app_dict = new base::DictionaryValue(); local
274 app_dict->SetString(ash::kPinnedAppsPrefAppIDPath, id);
275 pinned_apps_list->Append(app_dict);

Completed in 82 milliseconds