OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RETRY_REQUEST
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/service/cloud_print/
cloud_print_url_fetcher.cc
193
action =
RETRY_REQUEST
;
212
action =
RETRY_REQUEST
;
217
if (action ==
RETRY_REQUEST
) {
246
if (action !=
RETRY_REQUEST
) {
cloud_print_url_fetcher.h
49
RETRY_REQUEST
,
104
// Returning
RETRY_REQUEST
will retry current request. (auth information
cloud_print_connector.cc
211
return CloudPrintURLFetcher::
RETRY_REQUEST
;
292
return CloudPrintURLFetcher::
RETRY_REQUEST
;
cloud_print_url_fetcher_unittest.cc
323
return CloudPrintURLFetcher::
RETRY_REQUEST
;
Completed in 409 milliseconds