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

/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_url_filter.h125 std::map<std::string, bool> host_map_; member in class:SupervisedUserURLFilter
H A Dsupervised_user_url_filter.cc279 std::map<std::string, bool>::const_iterator host_it = host_map_.find(host);
280 if (host_it != host_map_.end())
286 host_map_.begin(); host_it != host_map_.end(); ++host_it) {
378 host_map_ = *host_map;

Completed in 59 milliseconds