HomeSort by relevance Sort by last modified time
    Searched refs:app_launch_times (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/apps/
ephemeral_app_service.cc 162 LaunchTimeAppMap app_launch_times; local
186 app_launch_times.insert(std::make_pair(last_launch_time, extension->id()));
193 if (!app_launch_times.empty()) {
194 GetAppsToRemove(app_count, app_launch_times, &remove_app_ids);
208 const LaunchTimeAppMap& app_launch_times,
217 for (LaunchTimeAppMap::const_iterator it = app_launch_times.begin();
218 it != app_launch_times.end(); ++it) {
ephemeral_app_service.h 76 const LaunchTimeAppMap& app_launch_times,

Completed in 1741 milliseconds