OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetStopOnRedirect
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/url_request/
url_fetcher_impl.cc
98
void URLFetcherImpl::
SetStopOnRedirect
(bool stop_on_redirect) {
99
core_->
SetStopOnRedirect
(stop_on_redirect);
test_url_fetcher_factory.cc
122
void TestURLFetcher::
SetStopOnRedirect
(bool stop_on_redirect) {
url_fetcher_core.cc
244
void URLFetcherCore::
SetStopOnRedirect
(bool stop_on_redirect) {
Completed in 23 milliseconds