OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:app_dict
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
kiosk_apps_handler.cc
37
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
);
/external/chromium/chrome/common/extensions/
extension_message_bundle_unittest.cc
190
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/
message_bundle_unittest.cc
195
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/
configuration_policy_handler_chromeos.cc
273
base::DictionaryValue*
app_dict
= new base::DictionaryValue();
local
274
app_dict
->SetString(ash::kPinnedAppsPrefAppIDPath, id);
275
pinned_apps_list->Append(
app_dict
);
Completed in 182 milliseconds