Home | History | Annotate | Download | only in webui

Lines Matching refs:SetString

67   dict->SetString(kKeyId, PointerToHexString(&node));
68 dict->SetString(kKeyTitle, node.GetTitle());
73 dict->SetString(kKeyType, "origin");
75 dict->SetString(kKeyIcon, "chrome://theme/IDR_BOOKMARK_BAR_FOLDER");
80 dict->SetString(kKeyType, "cookie");
81 dict->SetString(kKeyIcon, "chrome://theme/IDR_COOKIE_ICON");
86 dict->SetString(kKeyName, cookie.Name());
87 dict->SetString(kKeyContent, cookie.Value());
88 dict->SetString(kKeyDomain, cookie.Domain());
89 dict->SetString(kKeyPath, cookie.Path());
90 dict->SetString(kKeySendFor, cookie.IsSecure() ?
96 dict->SetString(kKeyAccessibleToScript, accessible);
97 dict->SetString(kKeyCreated, UTF16ToUTF8(
99 dict->SetString(kKeyExpires, cookie.DoesExpire() ? UTF16ToUTF8(
106 dict->SetString(kKeyType, "database");
107 dict->SetString(kKeyIcon, "chrome://theme/IDR_COOKIE_STORAGE_ICON");
112 dict->SetString(kKeyName, database_info.database_name.empty() ?
115 dict->SetString(kKeyDesc, database_info.description);
116 dict->SetString(kKeySize,
120 dict->SetString(kKeyModified, UTF16ToUTF8(
126 dict->SetString(kKeyType, "local_storage");
127 dict->SetString(kKeyIcon, "chrome://theme/IDR_COOKIE_STORAGE_ICON");
132 dict->SetString(kKeyOrigin, local_storage_info.origin);
133 dict->SetString(kKeySize,
137 dict->SetString(kKeyModified, UTF16ToUTF8(
144 dict->SetString(kKeyType, "app_cache");
145 dict->SetString(kKeyIcon, "chrome://theme/IDR_COOKIE_STORAGE_ICON");
150 dict->SetString(kKeyManifest, appcache_info.manifest_url.spec());
151 dict->SetString(kKeySize,
155 dict->SetString(kKeyCreated, UTF16ToUTF8(
157 dict->SetString(kKeyAccessed, UTF16ToUTF8(
163 dict->SetString(kKeyType, "indexed_db");
164 dict->SetString(kKeyIcon, "chrome://theme/IDR_COOKIE_STORAGE_ICON");
169 dict->SetString(kKeyOrigin, indexed_db_info.origin);
170 dict->SetString(kKeySize,
174 dict->SetString(kKeyModified, UTF16ToUTF8(
181 dict->SetString(kKeyIcon, "chrome://theme/IDR_BOOKMARK_BAR_FOLDER");