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