HomeSort by relevance Sort by last modified time
    Searched refs:host_blacklist_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/instant/
instant_controller.cc 36 InstantController::HostBlacklist* InstantController::host_blacklist_ = NULL; member in class:InstantController
479 if (!host_blacklist_)
480 host_blacklist_ = new HostBlacklist;
481 host_blacklist_->insert(host);
644 if (host_blacklist_ && host_blacklist_->count(match.destination_url.host()))
instant_controller.h 300 static HostBlacklist* host_blacklist_; member in class:InstantController

Completed in 28 milliseconds