Searched refs:initial_page_host_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/download/
H A Ddownload_request_limiter.cc36 initial_page_host_ = active_entry->url().host();
119 if (!initial_page_host_.empty() && !entry->url().host().empty() &&
120 entry->url().host() == initial_page_host_) {
H A Ddownload_request_limiter.h146 std::string initial_page_host_; member in class:DownloadRequestLimiter::TabDownloadState
/external/chromium_org/chrome/browser/download/
H A Ddownload_request_limiter.cc51 initial_page_host_ = active_entry->GetURL().host();
80 // See also the initial_page_host_ logic in Observe() for
193 if (!initial_page_host_.empty() && !entry->GetURL().host().empty() &&
194 entry->GetURL().host() == initial_page_host_)
H A Ddownload_request_limiter.h156 std::string initial_page_host_; member in class:DownloadRequestLimiter::TabDownloadState

Completed in 25 milliseconds