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

/external/chromium_org/cloud_print/gcp20/prototype/
H A Dcloud_print_response_parser.cc244 base::DictionaryValue* local_settings_dict = NULL; local
245 if (!printer->GetDictionary("local_settings", &local_settings_dict)) {
251 if (!local_settings_dict->GetDictionary("current", &current)) {
259 if (local_settings_dict->GetDictionary("pending", &pending)) {

Completed in 69 milliseconds