Home
last modified time | relevance | path

Searched refs:host_blacklist_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/instant/
Dinstant_controller.cc36 InstantController::HostBlacklist* InstantController::host_blacklist_ = NULL; member in InstantController
479 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()
Dinstant_controller.h300 static HostBlacklist* host_blacklist_; variable