Searched defs:WebstoreInstaller (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
H A Dwebstore_installer.h18 // WebstoreInstaller handles install for web store search results.
19 class WebstoreInstaller : public extensions::WebstoreStartupInstaller, class in namespace:app_list
24 WebstoreInstaller(const std::string& webstore_item_id,
30 friend class base::RefCountedThreadSafe<WebstoreInstaller>;
32 virtual ~WebstoreInstaller();
44 DISALLOW_COPY_AND_ASSIGN(WebstoreInstaller);
H A Dwebstore_installer.cc13 WebstoreInstaller::WebstoreInstaller(const std::string& webstore_item_id, function in class:app_list::WebstoreInstaller
21 extensions::WebstoreInstaller::INSTALL_SOURCE_APP_LAUNCHER);
24 WebstoreInstaller::~WebstoreInstaller() {}
26 scoped_ptr<ExtensionInstallPrompt> WebstoreInstaller::CreateInstallUI() {
31 content::WebContents* WebstoreInstaller::OpenURL(
/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_installer.cc154 GURL WebstoreInstaller::GetWebstoreInstallURL(
192 void WebstoreInstaller::Delegate::OnExtensionDownloadStarted(
197 void WebstoreInstaller::Delegate::OnExtensionDownloadProgress(
202 WebstoreInstaller::Approval::Approval()
212 scoped_ptr<WebstoreInstaller::Approval>
213 WebstoreInstaller::Approval::CreateWithInstallPrompt(Profile* profile) {
219 scoped_ptr<WebstoreInstaller::Approval>
220 WebstoreInstaller::Approval::CreateForSharedModule(Profile* profile) {
228 scoped_ptr<WebstoreInstaller::Approval>
229 WebstoreInstaller
253 WebstoreInstaller::WebstoreInstaller(Profile* profile, function in class:extensions::WebstoreInstaller
[all...]
H A Dwebstore_installer.h43 class WebstoreInstaller :public content::NotificationObserver, class in namespace:extensions
46 WebstoreInstaller, content::BrowserThread::DeleteOnUIThread> {
92 // download was initiated by WebstoreInstaller. The Approval instance should
166 // Creates a WebstoreInstaller for downloading and installing the extension
170 // WebstoreInstaller can use a specific controller at any given time. This
173 WebstoreInstaller(Profile* profile,
200 friend class base::DeleteHelper<WebstoreInstaller>;
201 virtual ~WebstoreInstaller();

Completed in 110 milliseconds