HomeSort by relevance Sort by last modified time
    Searched defs:CloudPrintURLFetcher (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/service/cloud_print/
cloud_print_url_fetcher.cc 26 void ReportRequestTime(CloudPrintURLFetcher::RequestType type,
28 if (type == CloudPrintURLFetcher::REQUEST_REGISTER) {
30 } else if (type == CloudPrintURLFetcher::REQUEST_UPDATE_PRINTER) {
32 } else if (type == CloudPrintURLFetcher::REQUEST_DATA) {
39 void ReportRetriesCount(CloudPrintURLFetcher::RequestType type,
41 if (type == CloudPrintURLFetcher::REQUEST_REGISTER) {
43 } else if (type == CloudPrintURLFetcher::REQUEST_UPDATE_PRINTER) {
46 } else if (type == CloudPrintURLFetcher::REQUEST_DATA) {
54 void ReportDownloadSize(CloudPrintURLFetcher::RequestType type, size_t size) {
55 if (type == CloudPrintURLFetcher::REQUEST_REGISTER)
    [all...]
cloud_print_url_fetcher.h 30 class CloudPrintURLFetcher;
33 virtual CloudPrintURLFetcher* CreateCloudPrintURLFetcher() = 0;
42 class CloudPrintURLFetcher
43 : public base::RefCountedThreadSafe<CloudPrintURLFetcher>,
111 // CloudPrintURLFetcher will request auth info before sending any request.
118 static CloudPrintURLFetcher* Create();
140 CloudPrintURLFetcher();
141 friend class base::RefCountedThreadSafe<CloudPrintURLFetcher>;
142 virtual ~CloudPrintURLFetcher();
171 typedef CloudPrintURLFetcher::Delegate CloudPrintURLFetcherDelegate
    [all...]

Completed in 34 milliseconds