Searched refs:remove_app_ids (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/apps/
H A Dephemeral_app_service_unittest.cc45 std::set<std::string> remove_app_ids; local
48 &remove_app_ids);
49 EXPECT_EQ(expected_removed_ids, remove_app_ids);
55 std::set<std::string> remove_app_ids; local
58 &remove_app_ids);
59 EXPECT_EQ(expected_removed_count, (int) remove_app_ids.size());
65 if (remove_app_ids.find(it->second) != remove_app_ids.end()) {
H A Dephemeral_app_service.cc312 std::set<std::string> remove_app_ids; local
343 GetAppsToRemove(app_count, app_launch_times, &remove_app_ids);
345 for (std::set<std::string>::const_iterator id = remove_app_ids.begin();
346 id != remove_app_ids.end(); ++id) {
364 std::set<std::string>* remove_app_ids) {
382 remove_app_ids->insert(it->second);
361 GetAppsToRemove( int app_count, const LaunchTimeAppMap& app_launch_times, std::set<std::string>* remove_app_ids) argument
H A Dephemeral_app_service.h97 std::set<std::string>* remove_app_ids);

Completed in 181 milliseconds