OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxRequestAttemptCount
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/signin/
oauth2_token_fetcher.cc
22
const int
kMaxRequestAttemptCount
= 5;
125
retry_count_ <
kMaxRequestAttemptCount
) {
oauth2_login_verifier.cc
27
const int
kMaxRequestAttemptCount
= 5;
250
retry_count_ <
kMaxRequestAttemptCount
) {
/external/chromium_org/chrome/browser/chromeos/policy/
policy_oauth2_token_fetcher.cc
27
const int
kMaxRequestAttemptCount
= 5;
110
retry_count_ <
kMaxRequestAttemptCount
) {
Completed in 31 milliseconds