Home
last modified time | relevance | path

Searched refs:PlatformAppPathLauncher (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/apps/
Dlauncher.cc98 class PlatformAppPathLauncher class
99 : public base::RefCountedThreadSafe<PlatformAppPathLauncher> {
101 PlatformAppPathLauncher(Profile* profile, in PlatformAppPathLauncher() function in apps::__anonf0d433cb0111::PlatformAppPathLauncher
109 PlatformAppPathLauncher(Profile* profile, in PlatformAppPathLauncher() function in apps::__anonf0d433cb0111::PlatformAppPathLauncher
133 base::Bind(&PlatformAppPathLauncher::OnFilesValid, this), in Launch()
134 base::Bind(&PlatformAppPathLauncher::OnFilesInvalid, this)); in Launch()
150 base::Bind(&PlatformAppPathLauncher::MakePathAbsolute, in LaunchWithRelativePath()
156 friend class base::RefCountedThreadSafe<PlatformAppPathLauncher>;
158 virtual ~PlatformAppPathLauncher() {} in ~PlatformAppPathLauncher()
171 base::Bind(&PlatformAppPathLauncher::LaunchWithNoLaunchData, this)); in MakePathAbsolute()
[all …]