Searched defs:EphemeralAppLauncher (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/apps/
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_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...]

Completed in 103 milliseconds