Home
last modified time | relevance | path

Searched refs:WebstoreReinstaller (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dwebstore_reinstaller.cc21 WebstoreReinstaller::WebstoreReinstaller( in WebstoreReinstaller() function in extensions::WebstoreReinstaller
32 WebstoreReinstaller::~WebstoreReinstaller() { in ~WebstoreReinstaller()
35 void WebstoreReinstaller::BeginReinstall() { in BeginReinstall()
39 bool WebstoreReinstaller::CheckRequestorAlive() const { in CheckRequestorAlive()
43 const GURL& WebstoreReinstaller::GetRequestorURL() const { in GetRequestorURL()
48 WebstoreReinstaller::CreateInstallPrompt() const { in CreateInstallPrompt()
59 bool WebstoreReinstaller::ShouldShowPostInstallUI() const { in ShouldShowPostInstallUI()
63 bool WebstoreReinstaller::ShouldShowAppInstalledBubble() const { in ShouldShowAppInstalledBubble()
67 content::WebContents* WebstoreReinstaller::GetWebContents() const { in GetWebContents()
71 bool WebstoreReinstaller::CheckInlineInstallPermitted( in CheckInlineInstallPermitted()
[all …]
Dwebstore_reinstaller.h17 class WebstoreReinstaller : public WebstoreStandaloneInstaller,
20 WebstoreReinstaller(content::WebContents* web_contents,
29 virtual ~WebstoreReinstaller();
Dwebstore_reinstaller_browsertest.cc88 scoped_refptr<WebstoreReinstaller> reinstaller( in IN_PROC_BROWSER_TEST_F()
89 new WebstoreReinstaller( in IN_PROC_BROWSER_TEST_F()
108 new WebstoreReinstaller( in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/webui/extensions/
Dextension_settings_handler.cc996 scoped_refptr<WebstoreReinstaller> reinstaller(new WebstoreReinstaller( in HandleRepairMessage()