Home | History | Annotate | Download | only in importer

Lines Matching refs:dictionary

164   DictionaryValue dictionary;
165 if (!ParsePrefFile(pref_file, &dictionary))
169 if (!dictionary.GetInteger(kNetworkProxyTypeKey, &proxy_type))
174 if (!dictionary.GetStringASCII(kAutoconfigURL,
182 if (!dictionary.GetStringASCII(kHTTPProxyKey, &(settings->http_proxy_)))
184 if (!dictionary.GetInteger(kHTTPProxyPortKey,
188 if (!dictionary.GetStringASCII(kSSLProxyKey, &(settings->ssl_proxy_)))
190 if (!dictionary.GetInteger(kSSLProxyPortKey, &(settings->ssl_proxy_port_)))
192 if (!dictionary.GetStringASCII(kFTPProxyKey, &(settings->ftp_proxy_)))
194 if (!dictionary.GetInteger(kFTPProxyPortKey, &(settings->ftp_proxy_port_)))
196 if (!dictionary.GetStringASCII(kGopherProxyKey, &(settings->gopher_proxy_)))
198 if (!dictionary.GetInteger(kGopherProxyPortKey,
202 if (!dictionary.GetStringASCII(kSOCKSHostKey, &(settings->socks_host_)))
204 if (!dictionary.GetInteger(kSOCKSHostPortKey, &(settings->socks_port_)))
207 if (dictionary.GetInteger(kSOCKSVersionKey, &socks_version))
211 if (dictionary.GetStringASCII(kNoProxyListKey, &proxy_bypass) &&