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

  /external/chromium_org/chrome/browser/extensions/
webstore_reinstaller.h 17 class WebstoreReinstaller : public WebstoreStandaloneInstaller,
20 WebstoreReinstaller(content::WebContents* web_contents,
29 virtual ~WebstoreReinstaller();
webstore_reinstaller.cc 21 WebstoreReinstaller::WebstoreReinstaller(
32 WebstoreReinstaller::~WebstoreReinstaller() {
35 void WebstoreReinstaller::BeginReinstall() {
39 bool WebstoreReinstaller::CheckRequestorAlive() const {
43 const GURL& WebstoreReinstaller::GetRequestorURL() const {
48 WebstoreReinstaller::CreateInstallPrompt() const {
59 bool WebstoreReinstaller::ShouldShowPostInstallUI() const {
63 bool WebstoreReinstaller::ShouldShowAppInstalledBubble() const
    [all...]

Completed in 62 milliseconds