Searched refs:GetVersionCallback (Results 1 – 6 of 6) sorted by relevance
45 typedef Callback2<Handle, std::string>::Type GetVersionCallback; typedef46 typedef CancelableRequest<GetVersionCallback> GetVersionRequest;55 GetVersionCallback* callback,
49 VersionLoader::GetVersionCallback* callback, in GetVersion()177 request->ForwardResult(GetVersionCallback::TupleType(request->handle(), in GetVersion()
86 typedef base::Callback<void (const std::string&)> GetVersionCallback; typedef208 void GetVersion(const GetVersionCallback& done);226 void DoGetVersion(const GetVersionCallback& done);241 const GetVersionCallback& done,
95 void DaemonController::GetVersion(const GetVersionCallback& done) { in GetVersion()98 DaemonController::GetVersionCallback wrapped_done = base::Bind( in GetVersion()164 void DaemonController::DoGetVersion(const GetVersionCallback& done) { in DoGetVersion()214 const GetVersionCallback& done, in InvokeVersionCallbackAndScheduleNext()
43 typedef base::Callback<void(const std::string&)> GetVersionCallback; typedef50 const GetVersionCallback& callback,
58 const GetVersionCallback& callback, in GetVersion()