Lines Matching refs:done

124     // Download and install the host component. |done| is invoked on the
126 virtual void InstallHost(const CompletionCallback& done) = 0;
129 // downloaded and installed. |done| is invoked on the calling thread when
134 const CompletionCallback& done) = 0;
139 // values, because implementations of this method cannot change them. |done|
143 const CompletionCallback& done) = 0;
145 // Stops the daemon process. |done| is invoked on the calling thread when
147 virtual void Stop(const CompletionCallback& done) = 0;
173 // Queries current host configuration. The |done| is called
176 void GetConfig(const GetConfigCallback& done);
178 // Download and install the host component. |done| is called when the
180 void InstallHost(const CompletionCallback& done);
183 // downloaded and installed. |done| is called when the
192 const CompletionCallback& done);
200 const CompletionCallback& done);
208 void Stop(const CompletionCallback& done);
216 void GetVersion(const GetVersionCallback& done);
219 void GetUsageStatsConsent(const GetUsageStatsConsentCallback& done);
226 void DoGetConfig(const GetConfigCallback& done);
227 void DoInstallHost(const CompletionCallback& done);
230 const CompletionCallback& done);
232 const CompletionCallback& done);
233 void DoStop(const CompletionCallback& done);
234 void DoSetWindow(void* window_handle, const base::Closure& done);
235 void DoGetVersion(const GetVersionCallback& done);
236 void DoGetUsageStatsConsent(const GetUsageStatsConsentCallback& done);
241 const CompletionCallback& done,
244 const GetConfigCallback& done,
247 const GetUsageStatsConsentCallback& done,
250 const GetVersionCallback& done,