Searched refs:LaunchTimeAppMap (Results 1 – 3 of 3) sorted by relevance
37 typedef EphemeralAppService::LaunchTimeAppMap LaunchTimeAppMap; typedef in EphemeralAppServiceTest43 const LaunchTimeAppMap& launch_times, in RunTest()53 LaunchTimeAppMap& launch_times, in RunTestCheckLRU()62 LaunchTimeAppMap removed_apps; in RunTestCheckLRU()63 for (LaunchTimeAppMap::iterator it = launch_times.begin(); in RunTestCheckLRU()79 for (LaunchTimeAppMap::const_iterator removed = removed_apps.begin(); in RunTestCheckLRU()81 for (LaunchTimeAppMap::iterator retained = launch_times.begin(); in RunTestCheckLRU()94 LaunchTimeAppMap* launch_times, in GenerateLaunchTimes()110 LaunchTimeAppMap* launch_times, in AddInactiveApps()123 LaunchTimeAppMap* launch_times, in AddRecentlyLaunchedApps()[all …]
61 typedef std::multimap<base::Time, std::string> LaunchTimeAppMap; typedef96 const LaunchTimeAppMap& app_launch_times,
311 LaunchTimeAppMap app_launch_times; in GarbageCollectApps()363 const LaunchTimeAppMap& app_launch_times, in GetAppsToRemove()372 for (LaunchTimeAppMap::const_iterator it = app_launch_times.begin(); in GetAppsToRemove()