OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:transparent_proxy
(Results
1 - 5
of
5
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
asynchttprequest.cc
56
bool
transparent_proxy
= (port_ == 80) &&
local
58
if (
transparent_proxy
) {
httprequest.cc
94
bool
transparent_proxy
= (port_ == 80) && ((proxy_.type == PROXY_HTTPS) ||
local
97
if (
transparent_proxy
) {
/external/chromium_org/third_party/libjingle/source/talk/base/
asynchttprequest.cc
119
bool
transparent_proxy
= (port_ == 80) &&
local
121
if (
transparent_proxy
) {
httprequest.cc
94
bool
transparent_proxy
= (port_ == 80) && ((proxy_.type == PROXY_HTTPS) ||
local
97
if (
transparent_proxy
) {
/external/chromium_org/v8/test/mjsunit/harmony/
iteration-semantics.js
302
function
transparent_proxy
(x) {
function
313
.map(
transparent_proxy
))));
Completed in 353 milliseconds