Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/download/
Ddownload_request_limiter.cc53 initial_page_host_ = active_entry->GetURL().host(); in TabDownloadState()
216 if (!initial_page_host_.empty() && !entry->GetURL().host().empty() && in Observe()
217 entry->GetURL().host() == initial_page_host_) in Observe()
Ddownload_request_limiter.h151 std::string initial_page_host_; variable