Home | History | Annotate | Download | only in cloud_print

Lines Matching defs:CloudPrintURLFetcher

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;