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/
oauth2_token_fetcher.cc
22
const int
kMaxRequestAttemptCount
= 5;
116
retry_count_ <
kMaxRequestAttemptCount
) {
oauth2_login_verifier.cc
30
const int
kMaxRequestAttemptCount
= 5;
240
retry_count_ <
kMaxRequestAttemptCount
) {
/external/chromium_org/chrome/browser/chromeos/policy/
policy_oauth2_token_fetcher.cc
27
const int
kMaxRequestAttemptCount
= 5;
111
retry_count_ <
kMaxRequestAttemptCount
) {
Completed in 57 milliseconds