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

/external/chromium_org/apps/app_host/
H A Dbinaries_installer.cc47 HRESULT GetAppHostApValue(IGoogleUpdate3* update3, argument
138 HRESULT CreateGoogleUpdate3(IGoogleUpdate3** update3) { argument
142 *update3 = temp_update3.Detach();
155 HRESULT CreateAppBundle(IGoogleUpdate3* update3, IAppBundle** app_bundle) { argument
157 HRESULT hr = update3->createAppBundle(idispatch.Receive());
179 HRESULT SelectBinariesApValue(IGoogleUpdate3* update3, argument
185 // HRESULT hr = CreateAppBundle(update3, app_bundle.Receive());
189 // hr = GetAppHostApValue(update3, app_bundle, ap_value);
299 base::win::ScopedComPtr<IGoogleUpdate3> update3; local
300 HRESULT hr = CreateGoogleUpdate3(update3
[all...]
/external/chromium_org/remoting/host/setup/
H A Ddaemon_installer_win.cc69 DaemonComInstallerWin(const ScopedComPtr<IDispatch>& update3,
112 const ScopedComPtr<IDispatch>& update3,
115 update3_(update3),
342 ScopedComPtr<IDispatch> update3; local
355 update3.ReceiveVoid());
366 update3.ReceiveVoid());
372 new DaemonComInstallerWin(update3, done));
111 DaemonComInstallerWin( const ScopedComPtr<IDispatch>& update3, const CompletionCallback& done) argument

Completed in 110 milliseconds