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

  /external/chromium_org/chrome/browser/extensions/
startup_helper.h 46 bool InstallFromWebstore(const CommandLine& cmd_line, Profile* profile);
52 // asynchronously unlike InstallFromWebstore which finishes everything before
webstore_startup_installer_browsertest.cc 289 EXPECT_TRUE(helper.InstallFromWebstore(*command_line, browser()->profile()));
301 EXPECT_FALSE(helper.InstallFromWebstore(*command_line, browser()->profile()));
startup_helper.cc 286 bool StartupHelper::InstallFromWebstore(const CommandLine& cmd_line,
302 LOG(ERROR) << "InstallFromWebstore failed with error: " << helper.error();
  /external/chromium_org/chrome/installer/setup/
install.h 138 bool InstallFromWebstore(const std::string& app_code);
install.cc 699 bool InstallFromWebstore(const std::string& app_code) {
setup_main.cc     [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 580 helper.InstallFromWebstore(command_line, last_used_profile);

Completed in 57 milliseconds