OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetAutomaticallyRetryOnNetworkChanges
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/net/url_request/
url_fetcher_impl.cc
119
void URLFetcherImpl::
SetAutomaticallyRetryOnNetworkChanges
(int max_retries) {
120
core_->
SetAutomaticallyRetryOnNetworkChanges
(max_retries);
url_fetcher.h
225
virtual void
SetAutomaticallyRetryOnNetworkChanges
(int max_retries) = 0;
url_fetcher_impl.h
70
virtual void
SetAutomaticallyRetryOnNetworkChanges
(int max_retries) OVERRIDE;
test_url_fetcher_factory.h
124
virtual void
SetAutomaticallyRetryOnNetworkChanges
(int max_retries) OVERRIDE;
url_fetcher_core.h
97
void
SetAutomaticallyRetryOnNetworkChanges
(int max_retries);
test_url_fetcher_factory.cc
140
void TestURLFetcher::
SetAutomaticallyRetryOnNetworkChanges
(int max_retries) {
url_fetcher_core.cc
264
void URLFetcherCore::
SetAutomaticallyRetryOnNetworkChanges
(int max_retries) {
url_fetcher_impl_unittest.cc
[
all
...]
/external/chromium_org/chrome/browser/chromeos/login/screens/
terms_of_service_screen.cc
104
terms_of_service_fetcher_->
SetAutomaticallyRetryOnNetworkChanges
(3);
/external/chromium_org/google_apis/gaia/
oauth2_api_call_flow.cc
166
result->
SetAutomaticallyRetryOnNetworkChanges
(3);
gaia_oauth_client.cc
178
request_->
SetAutomaticallyRetryOnNetworkChanges
(3);
211
// See comment on
SetAutomaticallyRetryOnNetworkChanges
() above.
212
request_->
SetAutomaticallyRetryOnNetworkChanges
(3);
oauth2_access_token_fetcher.cc
110
result->
SetAutomaticallyRetryOnNetworkChanges
(3);
gaia_auth_fetcher.cc
231
to_return->
SetAutomaticallyRetryOnNetworkChanges
(3);
[
all
...]
/external/chromium_org/chrome/browser/managed_mode/
managed_user_refresh_token_fetcher.cc
153
url_fetcher_->
SetAutomaticallyRetryOnNetworkChanges
(kNumRetries);
/external/chromium_org/components/policy/core/common/cloud/
external_policy_data_fetcher.cc
180
fetcher->
SetAutomaticallyRetryOnNetworkChanges
(3);
/external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.cc
388
manifest_fetcher_->
SetAutomaticallyRetryOnNetworkChanges
(3);
634
extension_fetcher_->
SetAutomaticallyRetryOnNetworkChanges
(3);
/external/chromium_org/chrome/browser/net/gaia/
gaia_oauth_fetcher.cc
69
result->
SetAutomaticallyRetryOnNetworkChanges
(3);
Completed in 2293 milliseconds