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

  /external/chromium_org/chrome/browser/extensions/
webstore_standalone_installer.cc 41 WebstoreStandaloneInstaller::WebstoreStandaloneInstaller(
54 void WebstoreStandaloneInstaller::BeginInstall() {
87 WebstoreStandaloneInstaller::~WebstoreStandaloneInstaller() {
90 void WebstoreStandaloneInstaller::RunCallback(bool success,
96 void WebstoreStandaloneInstaller::AbortInstall() {
106 bool WebstoreStandaloneInstaller::EnsureUniqueInstall(
131 void WebstoreStandaloneInstaller::CompleteInstall(
140 void WebstoreStandaloneInstaller::ProceedWithInstallPrompt()
    [all...]
webstore_standalone_installer.h 45 class WebstoreStandaloneInstaller
46 : public base::RefCountedThreadSafe<WebstoreStandaloneInstaller>,
59 WebstoreStandaloneInstaller(const std::string& webstore_item_id,
65 virtual ~WebstoreStandaloneInstaller();
179 friend class base::RefCountedThreadSafe<WebstoreStandaloneInstaller>;
255 DISALLOW_IMPLICIT_CONSTRUCTORS(WebstoreStandaloneInstaller);

Completed in 305 milliseconds