Searched refs:initial_page_host_ (Results 1 – 2 of 2) sorted by relevance
53 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()
151 std::string initial_page_host_; variable