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

  /external/chromium_org/chrome/browser/download/
download_request_limiter.cc 53 initial_page_host_ = active_entry->GetURL().host();
82 // See also the initial_page_host_ logic in Observe() for
216 if (!initial_page_host_.empty() && !entry->GetURL().host().empty() &&
217 entry->GetURL().host() == initial_page_host_)
download_request_limiter.h 151 std::string initial_page_host_; member in class:DownloadRequestLimiter::TabDownloadState

Completed in 137 milliseconds