Searched refs:install_info (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_assets_manager_chromeos.cc71 PendingInstallInfo install_info; local
72 install_info.unpacked_extension_root = unpacked_extension_root;
73 install_info.local_install_dir = local_install_dir;
74 install_info.profile = profile;
75 install_info.callback = callback;
79 callbacks.push_back(install_info);
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbookmark_app_bubble_view.cc272 WebApplicationInfo install_info(web_app_info_);
273 install_info.title = title_tf_->text();
276 install_info); local
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dapp_launcher_handler.cc697 scoped_ptr<AppInstallInfo> install_info(new AppInstallInfo());
698 install_info->title = title;
699 install_info->app_url = launch_url;
700 install_info->page_ordinal = page_ordinal;
706 base::Passed(&install_info)),
724 scoped_ptr<AppInstallInfo> install_info,
727 web_app->title = install_info->title;
728 web_app->app_url = install_info->app_url;
741 installer->set_page_ordinal(install_info->page_ordinal);
723 OnFaviconForApp( scoped_ptr<AppInstallInfo> install_info, const favicon_base::FaviconImageResult& image_result) argument
H A Dapp_launcher_handler.h139 void OnFaviconForApp(scoped_ptr<AppInstallInfo> install_info,
/external/chromium_org/chrome/installer/util/
H A Dshell_util.cc379 base::string16 install_info(start_menu_entry + L"\\InstallInfo");
382 entries->push_back(new RegistryEntry(install_info, kReinstallCommand,
385 entries->push_back(new RegistryEntry(install_info, L"HideIconsCommand",
388 entries->push_back(new RegistryEntry(install_info, L"ShowIconsCommand",
391 entries->push_back(new RegistryEntry(install_info, L"IconsVisible", 1));

Completed in 675 milliseconds