InstallFromWebstore   49 chrome/browser/extensions/startup_helper.h   bool InstallFromWebstore(const base::CommandLine& cmd_line, Profile* profile);
InstallFromWebstore  292 chrome/browser/extensions/webstore_startup_installer_browsertest.cc   EXPECT_TRUE(helper.InstallFromWebstore(*command_line, browser()->profile()));
InstallFromWebstore  304 chrome/browser/extensions/webstore_startup_installer_browsertest.cc   EXPECT_FALSE(helper.InstallFromWebstore(*command_line, browser()->profile()));
InstallFromWebstore  511 chrome/browser/ui/startup/startup_browser_creator.cc     helper.InstallFromWebstore(command_line, last_used_profile);
InstallFromWebstore  138 chrome/installer/setup/install.h bool InstallFromWebstore(const std::string& app_code);
InstallFromWebstore 1641 chrome/installer/setup/setup_main.cc           bool success = InstallFromWebstore(webstore_item);