Searched defs:CloudPrintURLFetcher (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_url_fetcher.cc26 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
134 CloudPrintURLFetcher::CloudPrintURLFetcher() function in class:cloud_print::CloudPrintURLFetcher
[all...]
H A Dcloud_print_url_fetcher.h30 class CloudPrintURLFetcher;
33 virtual CloudPrintURLFetcher* CreateCloudPrintURLFetcher() = 0;
42 class CloudPrintURLFetcher class in namespace:cloud_print
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
[all...]

Completed in 105 milliseconds