Searched refs:EphemeralAppLauncher (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/apps/
H A Dephemeral_app_launcher.cc91 bool EphemeralAppLauncher::IsFeatureEnabled() {
97 scoped_refptr<EphemeralAppLauncher> EphemeralAppLauncher::CreateForLauncher(
102 scoped_refptr<EphemeralAppLauncher> installer =
103 new EphemeralAppLauncher(webstore_item_id,
112 scoped_refptr<EphemeralAppLauncher> EphemeralAppLauncher::CreateForWebContents(
116 scoped_refptr<EphemeralAppLauncher> installer =
117 new EphemeralAppLauncher(webstore_item_id, web_contents, callback);
122 void EphemeralAppLauncher
157 EphemeralAppLauncher::EphemeralAppLauncher(const std::string& webstore_item_id, function in class:EphemeralAppLauncher
168 EphemeralAppLauncher::EphemeralAppLauncher(const std::string& webstore_item_id, function in class:EphemeralAppLauncher
[all...]
H A Dephemeral_app_launcher.h31 // EphemeralAppLauncher manages the launching of ephemeral apps. It handles
34 class EphemeralAppLauncher : public extensions::WebstoreStandaloneInstaller, class in inherits:extensions::WebstoreStandaloneInstaller,content::WebContentsObserver,ExtensionEnableFlowDelegate
45 static scoped_refptr<EphemeralAppLauncher> CreateForLauncher(
52 static scoped_refptr<EphemeralAppLauncher> CreateForWebContents(
61 EphemeralAppLauncher(const std::string& webstore_item_id,
65 EphemeralAppLauncher(const std::string& webstore_item_id,
69 virtual ~EphemeralAppLauncher();
81 friend class base::RefCountedThreadSafe<EphemeralAppLauncher>;
154 DISALLOW_COPY_AND_ASSIGN(EphemeralAppLauncher);
H A Dephemeral_app_throttle.cc53 // The EphemeralAppLauncher will handle launching of an existing app or
55 scoped_refptr<EphemeralAppLauncher> installer =
56 EphemeralAppLauncher::CreateForWebContents(
57 app_id, source, EphemeralAppLauncher::LaunchCallback());
H A Dephemeral_app_launcher_browsertest.cc82 class EphemeralAppLauncherForTest : public EphemeralAppLauncher {
87 : EphemeralAppLauncher(id, profile, NULL, callback),
92 : EphemeralAppLauncher(id, profile, NULL, LaunchCallback()),
109 return EphemeralAppLauncher::CreateInstallChecker();
119 return EphemeralAppLauncher::CreateInstallUI();
125 return EphemeralAppLauncher::CreateApproval();
435 // Verifies that the EphemeralAppLauncher handles non-existent extension ids.
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
H A Dwebstore_result.cc167 if (EphemeralAppLauncher::IsFeatureEnabled()) {
217 scoped_refptr<EphemeralAppLauncher> installer =
218 EphemeralAppLauncher::CreateForLauncher(
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
H A Dwebstore_private_api.cc662 scoped_refptr<EphemeralAppLauncher> launcher =
663 EphemeralAppLauncher::CreateForWebContents(
675 // Translate between the EphemeralAppLauncher's error codes and the API
757 EphemeralAppLauncher::IsFeatureEnabled());

Completed in 535 milliseconds