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

/external/chromium_org/chromeos/network/
H A Dnetwork_configuration_handler.cc150 if (profile_delete_entries_.count(profile_path) != 0) {
157 profile_delete_entries_[profile_path] = entry_path;
172 profile_delete_entries_.erase(profile_path);
173 if (!profile_delete_entries_.empty())
200 std::map<std::string, std::string> profile_delete_entries_; member in class:chromeos::NetworkConfigurationHandler::ProfileEntryDeleter

Completed in 56 milliseconds