HomeSort by relevance Sort by last modified time
    Searched refs:install_info (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/views/extensions/
bookmark_app_bubble_view.cc 261 WebApplicationInfo install_info(web_app_info_);
262 install_info.title = title_tf_->text();
265 install_info);
  /external/chromium_org/chrome/browser/extensions/
extension_assets_manager_chromeos.cc 68 PendingInstallInfo install_info; local
69 install_info.unpacked_extension_root = unpacked_extension_root;
70 install_info.local_install_dir = local_install_dir;
71 install_info.profile = profile;
72 install_info.callback = callback;
76 callbacks.push_back(install_info);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
app_launcher_handler.cc 698 scoped_ptr<AppInstallInfo> install_info(new AppInstallInfo());
699 install_info->title = title;
700 install_info->app_url = launch_url;
701 install_info->page_ordinal = page_ordinal;
708 base::Passed(&install_info)),
726 scoped_ptr<AppInstallInfo> install_info,
729 web_app->title = install_info->title;
730 web_app->app_url = install_info->app_url;
743 installer->set_page_ordinal(install_info->page_ordinal);
app_launcher_handler.h 139 void OnFaviconForApp(scoped_ptr<AppInstallInfo> install_info,
  /external/chromium_org/chrome/installer/util/
shell_util.cc 381 base::string16 install_info(start_menu_entry + L"\\InstallInfo");
384 entries->push_back(new RegistryEntry(install_info, kReinstallCommand,
387 entries->push_back(new RegistryEntry(install_info, L"HideIconsCommand",
390 entries->push_back(new RegistryEntry(install_info, L"ShowIconsCommand",
393 entries->push_back(new RegistryEntry(install_info, L"IconsVisible", 1));
    [all...]

Completed in 211 milliseconds