Searched refs:EphemeralAppLauncher (Results 1 – 3 of 3) sorted by relevance
44 scoped_refptr<EphemeralAppLauncher>45 EphemeralAppLauncher::CreateForLauncher( in CreateForLauncher()50 scoped_refptr<EphemeralAppLauncher> installer = in CreateForLauncher()51 new EphemeralAppLauncher(webstore_item_id, in CreateForLauncher()60 scoped_refptr<EphemeralAppLauncher>61 EphemeralAppLauncher::CreateForLink( in CreateForLink()64 scoped_refptr<EphemeralAppLauncher> installer = in CreateForLink()65 new EphemeralAppLauncher(webstore_item_id, in CreateForLink()72 void EphemeralAppLauncher::Start() { in Start()86 EphemeralAppLauncher::EphemeralAppLauncher( in EphemeralAppLauncher() function in EphemeralAppLauncher[all …]
28 class EphemeralAppLauncher36 static scoped_refptr<EphemeralAppLauncher> CreateForLauncher(43 static scoped_refptr<EphemeralAppLauncher> CreateForLink(51 friend class base::RefCountedThreadSafe<EphemeralAppLauncher>;53 EphemeralAppLauncher(const std::string& webstore_item_id,57 EphemeralAppLauncher(const std::string& webstore_item_id,61 virtual ~EphemeralAppLauncher();102 DISALLOW_COPY_AND_ASSIGN(EphemeralAppLauncher);
183 scoped_refptr<EphemeralAppLauncher> installer = in StartInstall()184 EphemeralAppLauncher::CreateForLauncher( in StartInstall()