Home
last modified time | relevance | path

Searched refs:active_entry (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/android_webview/native/permission/
Dpermission_request_handler.cc25 content::NavigationEntry* active_entry = in GetActiveEntryID() local
27 return active_entry ? active_entry->GetUniqueID() : 0; in GetActiveEntryID()
/external/chromium_org/chrome/browser/infobars/
Dinfobar_service.cc72 content::NavigationEntry* active_entry = in GetActiveEntryID() local
74 return active_entry ? active_entry->GetUniqueID() : 0; in GetActiveEntryID()
/external/chromium_org/content/browser/frame_host/
Dnavigation_controller_impl.cc843 NavigationEntryImpl* active_entry = in RendererDidNavigate() local
845 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()
/external/chromium_org/chrome/browser/download/
Ddownload_request_limiter.cc49 NavigationEntry* active_entry = originating_web_contents ? in TabDownloadState() local
52 if (active_entry) in TabDownloadState()
53 initial_page_host_ = active_entry->GetURL().host(); in TabDownloadState()
/external/chromium_org/net/http/
Dhttp_cache.cc756 ActiveEntry* active_entry = FindActiveEntry(key); in OpenEntry() local
757 if (active_entry) { in OpenEntry()
758 *entry = active_entry; in OpenEntry()