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

/external/chromium_org/apps/app_host/
H A Dbinaries_installer.cc36 base::win::ScopedComPtr<IApp> temp_app; local
37 hr = temp_app.QueryFrom(idispatch);
42 *app = temp_app.Detach();
215 base::win::ScopedComPtr<IApp> temp_app; local
216 hr = temp_app.QueryFrom(idispatch);
223 hr = temp_app->put_isEulaAccepted(VARIANT_TRUE);
229 hr = temp_app->put_ap(ap);
233 *app = temp_app.Detach();

Completed in 95 milliseconds