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

/external/chromium/chrome/browser/extensions/
H A Dextension_proxy_api_helpers.cc169 // Local data into which the parameters will be parsed. has_proxy describes
172 bool has_proxy[keys::SCHEME_MAX + 1];
180 has_proxy[i] = proxy_rules->GetDictionary(keys::field_name[i],
182 if (has_proxy[i]) {
195 if (has_proxy[keys::SCHEME_ALL]) {
197 if (has_proxy[i]) {
213 if (has_proxy[i]) {
/external/qemu/proxy/
H A Dproxy_http_rewriter.c1001 int has_proxy = proxy_select_poll(sel, proxy); local
1006 if (has_proxy) {
1013 if (has_proxy) {
1047 if (has_proxy) {
1069 if (ret != DATA_ERROR && has_proxy) {
1080 if (has_proxy) {
1090 if (has_proxy) {
1122 if (has_proxy) {

Completed in 66 milliseconds