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

  /external/chromium/chrome/browser/download/
download_request_limiter.cc 36 initial_page_host_ = active_entry->url().host();
119 if (!initial_page_host_.empty() && !entry->url().host().empty() &&
120 entry->url().host() == initial_page_host_) {
download_request_limiter.h 146 std::string initial_page_host_; member in class:DownloadRequestLimiter::TabDownloadState

Completed in 51 milliseconds