HomeSort by relevance Sort by last modified time
    Searched refs:redirect_chain (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/content/public/browser/
navigation_controller.cc 53 redirect_chain = other.redirect_chain;
page_navigator.h 47 std::vector<GURL> redirect_chain; member in struct:content::OpenURLParams
navigation_controller.h 127 std::vector<GURL> redirect_chain; member in struct:content::NavigationController::LoadURLParams
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor_unittest.cc 109 void SetRedirectChain(const std::vector<GURL>& redirect_chain,
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, true)
    [all...]
browser_feature_extractor.cc 108 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()) {
client_side_detection_host_unittest.cc 303 void SetRedirectChain(const std::vector<GURL>& redirect_chain) {
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.push_back(url)
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_navigator.h 73 std::vector<GURL> redirect_chain; member in struct:chrome::NavigateParams
browser_navigator.cc 255 load_url_params.redirect_chain = params->redirect_chain;
475 nav_params->redirect_chain = params.redirect_chain;
  /external/chromium_org/content/browser/frame_host/
navigator_impl.cc 69 entry->set_redirect_chain(pending_entry->redirect_chain());
navigation_entry_impl.h 197 const std::vector<GURL>& redirect_chain() const { function in class:content::NavigationEntryImpl
201 void set_redirect_chain(const std::vector<GURL>& redirect_chain) {
202 redirect_chain_ = redirect_chain;
navigation_controller_impl.cc 705 if (params.redirect_chain.size() > 0)
706 entry->set_redirect_chain(params.redirect_chain);
    [all...]
navigation_controller_impl_unittest.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/
render_view_host_delegate.h 253 // |redirect_chain| contains any redirect URLs (excluding |url|) that happened
257 const std::vector<GURL>& redirect_chain,
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc 257 params->redirects = entry.redirect_chain();
3238 std::vector<GURL> redirect_chain; local
    [all...]
web_contents_impl.h 355 const std::vector<GURL>& redirect_chain,
    [all...]

Completed in 268 milliseconds