Home
last modified time | relevance | path

Searched defs:GetRedirectChain (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/frame_host/
Dnavigation_entry_impl.cc297 const std::vector<GURL>& NavigationEntryImpl::GetRedirectChain() const { in GetRedirectChain() function in content::NavigationEntryImpl
/external/chromium_org/content/renderer/
Drender_frame_impl.cc223 void GetRedirectChain(WebDataSource* ds, std::vector<GURL>* result) { in GetRedirectChain() function