Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/download/
Ddownload_request_limiter.cc36 initial_page_host_ = active_entry->url().host(); in TabDownloadState()
119 if (!initial_page_host_.empty() && !entry->url().host().empty() && in Observe()
120 entry->url().host() == initial_page_host_) { in Observe()
Ddownload_request_limiter.h146 std::string initial_page_host_; variable