Searched refs:active_entry (Results 1 – 5 of 5) sorted by relevance
25 content::NavigationEntry* active_entry = in GetActiveEntryID() local27 return active_entry ? active_entry->GetUniqueID() : 0; in GetActiveEntryID()
72 content::NavigationEntry* active_entry = in GetActiveEntryID() local74 return active_entry ? active_entry->GetUniqueID() : 0; in GetActiveEntryID()
843 NavigationEntryImpl* active_entry = in RendererDidNavigate() local845 active_entry->SetTimestamp(timestamp); in RendererDidNavigate()846 active_entry->SetHttpStatusCode(params.http_status_code); in RendererDidNavigate()847 active_entry->SetPageState(params.page_state); in RendererDidNavigate()848 active_entry->SetRedirectChain(params.redirects); in RendererDidNavigate()860 active_entry->ResetForCommit(); in RendererDidNavigate()866 CHECK(active_entry->site_instance() == rfh->GetSiteInstance()); in RendererDidNavigate()870 active_entry->SetBindings( in RendererDidNavigate()874 details->entry = active_entry; in RendererDidNavigate()
49 NavigationEntry* active_entry = originating_web_contents ? in TabDownloadState() local52 if (active_entry) in TabDownloadState()53 initial_page_host_ = active_entry->GetURL().host(); in TabDownloadState()
756 ActiveEntry* active_entry = FindActiveEntry(key); in OpenEntry() local757 if (active_entry) { in OpenEntry()758 *entry = active_entry; in OpenEntry()