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

  /external/chromium/chrome/browser/extensions/
extension_browsertest.h 53 return InstallOrUpdateExtension("", path, INSTALL_UI_TYPE_NONE,
61 return InstallOrUpdateExtension(id, path, INSTALL_UI_TYPE_NONE,
68 return InstallOrUpdateExtension("", path, INSTALL_UI_TYPE_NORMAL,
74 return InstallOrUpdateExtension("", path, INSTALL_UI_TYPE_AUTO_CONFIRM,
80 return InstallOrUpdateExtension("", path, INSTALL_UI_TYPE_CANCEL, 0);
140 bool InstallOrUpdateExtension(const std::string& id, const FilePath& path,
143 bool InstallOrUpdateExtension(const std::string& id, const FilePath& path,
extension_browsertest.cc 195 bool ExtensionBrowserTest::InstallOrUpdateExtension(const std::string& id,
199 return InstallOrUpdateExtension(id, path, ui_type, expected_change,
203 bool ExtensionBrowserTest::InstallOrUpdateExtension(const std::string& id,

Completed in 30 milliseconds