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

  /external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_installer.cc 9 WebstoreInstaller::WebstoreInstaller(const std::string& webstore_item_id,
18 extensions::WebstoreInstaller::INSTALL_SOURCE_APP_LAUNCHER);
21 WebstoreInstaller::~WebstoreInstaller() {}
webstore_installer.h 14 // WebstoreInstaller handles install for web store search results.
15 class WebstoreInstaller : public extensions::WebstoreInstallWithPrompt {
19 WebstoreInstaller(const std::string& webstore_item_id,
25 friend class base::RefCountedThreadSafe<WebstoreInstaller>;
26 virtual ~WebstoreInstaller();
28 DISALLOW_COPY_AND_ASSIGN(WebstoreInstaller);
  /external/chromium_org/chrome/browser/extensions/
webstore_installer.cc 174 GURL WebstoreInstaller::GetWebstoreInstallURL(
211 void WebstoreInstaller::Delegate::OnExtensionDownloadStarted(
216 void WebstoreInstaller::Delegate::OnExtensionDownloadProgress(
221 WebstoreInstaller::Approval::Approval()
231 scoped_ptr<WebstoreInstaller::Approval>
232 WebstoreInstaller::Approval::CreateWithInstallPrompt(Profile* profile) {
238 scoped_ptr<WebstoreInstaller::Approval>
239 WebstoreInstaller::Approval::CreateForSharedModule(Profile* profile) {
248 scoped_ptr<WebstoreInstaller::Approval>
249 WebstoreInstaller::Approval::CreateWithNoInstallPrompt
    [all...]
webstore_installer.h 49 class WebstoreInstaller : public content::NotificationObserver,
54 WebstoreInstaller,
101 // download was initiated by WebstoreInstaller. The Approval instance should
179 // Creates a WebstoreInstaller for downloading and installing the extension
183 // WebstoreInstaller can use a specific controller at any given time. This
186 WebstoreInstaller(Profile* profile,
217 friend class base::DeleteHelper<WebstoreInstaller>;
218 virtual ~WebstoreInstaller();
273 base::OneShotTimer<WebstoreInstaller> download_progress_timer_;

Completed in 284 milliseconds