Searched refs:kKeyType (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/chrome/browser/ui/webui/ |
D | cookies_tree_model_util.cc | 35 const char kKeyType[] = "type"; variable 112 dict->SetString(kKeyType, "origin"); in GetCookieTreeNodeDictionary() 119 dict->SetString(kKeyType, "cookie"); in GetCookieTreeNodeDictionary() 144 dict->SetString(kKeyType, "database"); in GetCookieTreeNodeDictionary() 161 dict->SetString(kKeyType, "local_storage"); in GetCookieTreeNodeDictionary() 176 dict->SetString(kKeyType, "app_cache"); in GetCookieTreeNodeDictionary() 192 dict->SetString(kKeyType, "indexed_db"); in GetCookieTreeNodeDictionary() 206 dict->SetString(kKeyType, "file_system"); in GetCookieTreeNodeDictionary() 230 dict->SetString(kKeyType, "quota"); in GetCookieTreeNodeDictionary() 253 dict->SetString(kKeyType, "channel_id"); in GetCookieTreeNodeDictionary() [all …]
|
/external/chromium_org/components/cloud_devices/common/ |
D | printer_description.cc | 30 const char kKeyType[] = "type"; variable 590 if (!dict.GetString(kKeyType, &type_str)) in Load() 600 dict->SetString(kKeyType, TypeToString(kColorNames, option.type)); in Save() 613 return dict.GetString(kKeyType, &type_str) && in Load() 618 dict->SetString(kKeyType, TypeToString(kDuplexNames, option)); in Save() 627 return dict.GetString(kKeyType, &type_str) && in Load() 632 dict->SetString(kKeyType, TypeToString(kOrientationNames, option)); in Save() 654 if (!dict.GetString(kKeyType, &type_str)) in Load() 665 dict->SetString(kKeyType, TypeToString(kMarginsNames, option.type)); in Save() 696 return dict.GetString(kKeyType, &type_str) && in Load() [all …]
|