Searched refs:host_blacklist_ (Results 1 – 2 of 2) sorted by relevance
36 InstantController::HostBlacklist* InstantController::host_blacklist_ = NULL; member in InstantController479 if (!host_blacklist_) in AddToBlacklist()480 host_blacklist_ = new HostBlacklist; in AddToBlacklist()481 host_blacklist_->insert(host); in AddToBlacklist()644 if (host_blacklist_ && host_blacklist_->count(match.destination_url.host())) in ShouldShowPreviewFor()
300 static HostBlacklist* host_blacklist_; variable