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 13 WebstoreInstaller::WebstoreInstaller(const std::string& webstore_item_id,
21 extensions::WebstoreInstaller::INSTALL_SOURCE_APP_LAUNCHER);
24 WebstoreInstaller::~WebstoreInstaller() {}
26 scoped_ptr<ExtensionInstallPrompt> WebstoreInstaller::CreateInstallUI() {
31 content::WebContents* WebstoreInstaller::OpenURL(
webstore_installer.h 18 // WebstoreInstaller handles install for web store search results.
19 class WebstoreInstaller : public extensions::WebstoreStartupInstaller,
24 WebstoreInstaller(const std::string& webstore_item_id,
30 friend class base::RefCountedThreadSafe<WebstoreInstaller>;
32 virtual ~WebstoreInstaller();
44 DISALLOW_COPY_AND_ASSIGN(WebstoreInstaller);
  /external/chromium_org/chrome/browser/extensions/
webstore_installer.cc 154 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::Approval::CreateWithNoInstallPrompt
    [all...]
webstore_installer.h 43 class WebstoreInstaller :public content::NotificationObserver,
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 38 milliseconds