OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_proxy
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_proxy_api_helpers.cc
169
// 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/
proxy_http_rewriter.c
968
int
has_proxy
= proxy_select_poll(sel, proxy);
local
973
if (
has_proxy
) {
980
if (
has_proxy
) {
1014
if (
has_proxy
) {
1036
if (ret != DATA_ERROR &&
has_proxy
) {
1047
if (
has_proxy
) {
1057
if (
has_proxy
) {
1089
if (
has_proxy
) {
[
all
...]
Completed in 30 milliseconds