Searched refs:GetRedirectChain (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/components/sessions/
H A Dserialized_navigation_entry_unittest.cc254 ASSERT_EQ(3U, new_navigation_entry->GetRedirectChain().size());
255 EXPECT_EQ(kRedirectURL0, new_navigation_entry->GetRedirectChain()[0]);
256 EXPECT_EQ(kRedirectURL1, new_navigation_entry->GetRedirectChain()[1]);
257 EXPECT_EQ(kVirtualURL, new_navigation_entry->GetRedirectChain()[2]);
287 EXPECT_EQ(navigation_entry->GetRedirectChain()[0].spec(),
289 EXPECT_EQ(navigation_entry->GetRedirectChain()[1].spec(),
315 EXPECT_EQ(navigation_entry->GetRedirectChain()[0].spec(),
317 EXPECT_EQ(navigation_entry->GetRedirectChain()[1].spec(),
H A Dserialized_navigation_entry.cc60 navigation.redirect_chain_ = entry.GetRedirectChain();
/external/chromium_org/content/public/browser/
H A Dnavigation_entry.h216 virtual const std::vector<GURL>& GetRedirectChain() const = 0;
/external/chromium_org/content/browser/frame_host/
H A Dnavigator_impl.cc140 params->redirects = entry.GetRedirectChain();
192 entry->SetRedirectChain(pending_entry->GetRedirectChain());
H A Dnavigation_entry_impl.cc297 const std::vector<GURL>& NavigationEntryImpl::GetRedirectChain() const { function in class:content::NavigationEntryImpl
H A Dnavigation_entry_impl.h90 virtual const std::vector<GURL>& GetRedirectChain() const OVERRIDE;
H A Dnavigation_controller_impl_unittest.cc1371 EXPECT_EQ(1U, pending_entry->GetRedirectChain().size());
1372 EXPECT_EQ(GURL("http://foo2"), pending_entry->GetRedirectChain()[0]);
1379 ASSERT_EQ(1U, committed_entry->GetRedirectChain().size());
1380 EXPECT_EQ(GURL("http://foo2"), committed_entry->GetRedirectChain()[0]);
/external/chromium_org/content/browser/web_contents/aura/
H A Doverscroll_navigation_overlay.cc31 const std::vector<GURL>& redirect_chain = entry->GetRedirectChain();
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc223 void GetRedirectChain(WebDataSource* ds, std::vector<GURL>* result) { function in namespace:content::__anon7820
249 GetRedirectChain(ds, &redirects);
3299 GetRedirectChain(ds, &params.redirects);

Completed in 188 milliseconds