PlatformAppPathLauncher  117 apps/launcher.cc     : public base::RefCountedThreadSafe<PlatformAppPathLauncher> {
PlatformAppPathLauncher  119 apps/launcher.cc   PlatformAppPathLauncher(Profile* profile,
PlatformAppPathLauncher  140 apps/launcher.cc           base::Bind(&PlatformAppPathLauncher::OnFileValid, this),
PlatformAppPathLauncher  141 apps/launcher.cc           base::Bind(&PlatformAppPathLauncher::OnFileInvalid, this));
PlatformAppPathLauncher  154 apps/launcher.cc   friend class base::RefCountedThreadSafe<PlatformAppPathLauncher>;
PlatformAppPathLauncher  156 apps/launcher.cc   virtual ~PlatformAppPathLauncher() {}
PlatformAppPathLauncher  161 apps/launcher.cc       PlatformAppPathLauncher::GetMimeTypeAndLaunchForDriveFile();
PlatformAppPathLauncher  169 apps/launcher.cc         base::Bind(&PlatformAppPathLauncher::GetMimeTypeAndLaunch, this));
PlatformAppPathLauncher  184 apps/launcher.cc               &PlatformAppPathLauncher::LaunchWithNoLaunchData, this));
PlatformAppPathLauncher  193 apps/launcher.cc             &PlatformAppPathLauncher::LaunchWithMimeType, this, mime_type));
PlatformAppPathLauncher  209 apps/launcher.cc         base::Bind(&PlatformAppPathLauncher::OnGotDriveFile, this));
PlatformAppPathLauncher  269 apps/launcher.cc               &PlatformAppPathLauncher::GrantAccessToFileAndLaunch,
PlatformAppPathLauncher  309 apps/launcher.cc   DISALLOW_COPY_AND_ASSIGN(PlatformAppPathLauncher);
PlatformAppPathLauncher  354 apps/launcher.cc   scoped_refptr<PlatformAppPathLauncher> launcher =
PlatformAppPathLauncher  355 apps/launcher.cc       new PlatformAppPathLauncher(profile, extension, file_path);
PlatformAppPathLauncher  370 apps/launcher.cc   scoped_refptr<PlatformAppPathLauncher> launcher =
PlatformAppPathLauncher  371 apps/launcher.cc       new PlatformAppPathLauncher(profile, extension, file_path);