Searched refs:redirect_chain (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dnavigation_controller.cc53 redirect_chain = other.redirect_chain;
H A Dpage_navigator.h47 std::vector<GURL> redirect_chain; member in struct:content::OpenURLParams
H A Dnavigation_controller.h127 std::vector<GURL> redirect_chain; member in struct:content::NavigationController::LoadURLParams
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbrowser_feature_extractor_unittest.cc109 void SetRedirectChain(const std::vector<GURL>& redirect_chain, argument
111 browse_info_->url_redirects = redirect_chain;
113 browse_info_->host_redirects = redirect_chain;
120 std::vector<GURL> redirect_chain; local
121 redirect_chain.push_back(url);
122 SetRedirectChain(redirect_chain, true);
363 std::vector<GURL> redirect_chain; local
364 redirect_chain.push_back(GURL("http://somerandomwebsite.com/"));
365 redirect_chain.push_back(GURL("http://www.foo.com/"));
366 SetRedirectChain(redirect_chain, tru
[all...]
H A Dbrowser_feature_extractor.cc108 const std::vector<GURL>& redirect_chain,
133 if (redirect_chain.empty()) {
137 if (redirect_chain.back() != entry->GetURL()) {
144 << " Actual:" << redirect_chain.back();
151 for (size_t i = 0; i < redirect_chain.size() - 1; i++) {
152 std::string printable_redirect = redirect_chain[i].spec();
153 if (redirect_chain[i].SchemeIsSecure()) {
104 AddNavigationFeatures( const std::string& feature_prefix, const NavigationController& controller, int index, const std::vector<GURL>& redirect_chain, ClientPhishingRequest* request) argument
H A Dclient_side_detection_host_unittest.cc303 void SetRedirectChain(const std::vector<GURL>& redirect_chain) { argument
304 csd_host_->browse_info_->url_redirects = redirect_chain;
608 std::vector<GURL> redirect_chain; local
609 redirect_chain.push_back(other_phishing_url);
610 SetRedirectChain(redirect_chain);
690 std::vector<GURL> redirect_chain; local
691 redirect_chain.push_back(url);
692 SetRedirectChain(redirect_chain);
728 std::vector<GURL> redirect_chain; local
729 redirect_chain
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_navigator.h73 std::vector<GURL> redirect_chain; member in struct:chrome::NavigateParams
H A Dbrowser_navigator.cc255 load_url_params.redirect_chain = params->redirect_chain;
475 nav_params->redirect_chain = params.redirect_chain;
/external/chromium_org/content/browser/frame_host/
H A Dnavigator_impl.cc69 entry->set_redirect_chain(pending_entry->redirect_chain());
H A Dnavigation_entry_impl.h197 const std::vector<GURL>& redirect_chain() const { function in class:content::NavigationEntryImpl
201 void set_redirect_chain(const std::vector<GURL>& redirect_chain) { argument
202 redirect_chain_ = redirect_chain;
H A Dnavigation_controller_impl.cc705 if (params.redirect_chain.size() > 0)
706 entry->set_redirect_chain(params.redirect_chain);
H A Dnavigation_controller_impl_unittest.cc1319 EXPECT_EQ(1U, pending_entry->redirect_chain().size());
1334 EXPECT_EQ(0U, committed_entry->redirect_chain().size());
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_delegate.h253 // |redirect_chain| contains any redirect URLs (excluding |url|) that happened
257 const std::vector<GURL>& redirect_chain,
255 RequestTransferURL( const GURL& url, const std::vector<GURL>& redirect_chain, const Referrer& referrer, PageTransition page_transition, WindowOpenDisposition disposition, int64 source_frame_id, const GlobalRequestID& old_request_id, bool is_redirect, bool user_gesture) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc257 params->redirects = entry.redirect_chain();
3236 // TODO(creis): Pass the redirect_chain into this method to support client
3238 std::vector<GURL> redirect_chain; local
3239 RequestTransferURL(url, redirect_chain, referrer, PAGE_TRANSITION_LINK,
3246 const std::vector<GURL>& redirect_chain,
3265 if (redirect_chain.size() > 0)
3266 params.redirect_chain = redirect_chain;
3244 RequestTransferURL( const GURL& url, const std::vector<GURL>& redirect_chain, const Referrer& referrer, PageTransition page_transition, WindowOpenDisposition disposition, int64 source_frame_id, const GlobalRequestID& old_request_id, bool should_replace_current_entry, bool user_gesture) argument
H A Dweb_contents_impl.h355 const std::vector<GURL>& redirect_chain,

Completed in 452 milliseconds