Searched refs:network_paths (Results 1 – 1 of 1) sorted by relevance
153 const std::set<std::string>& network_paths) { in PurgeIconMap() argument160 if (network_paths.count(cur_iter->first) == 0) { in PurgeIconMap()951 std::set<std::string> network_paths; in PurgeNetworkIconCache() local954 network_paths.insert((*iter)->path()); in PurgeNetworkIconCache()956 PurgeIconMap(ICON_TYPE_TRAY, network_paths); in PurgeNetworkIconCache()957 PurgeIconMap(ICON_TYPE_DEFAULT_VIEW, network_paths); in PurgeNetworkIconCache()958 PurgeIconMap(ICON_TYPE_LIST, network_paths); in PurgeNetworkIconCache()