Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/apps/
Dephemeral_app_service_unittest.cc37 typedef EphemeralAppService::LaunchTimeAppMap LaunchTimeAppMap; typedef in EphemeralAppServiceTest
43 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 …]
Dephemeral_app_service.h61 typedef std::multimap<base::Time, std::string> LaunchTimeAppMap; typedef
96 const LaunchTimeAppMap& app_launch_times,
Dephemeral_app_service.cc311 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()