Home
last modified time | relevance | path

Searched refs:GetWithEmptyPath (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/net/
Dtimed_cache.cc20 DCHECK_EQ(url.GetWithEmptyPath(), url); in WasRecentlySeen()
34 DCHECK_EQ(url.GetWithEmptyPath(), url); in SetRecentlySeen()
Dconnect_interceptor.cc36 GURL original_scheme_host(request->original_url().GetWithEmptyPath()); in WitnessURLRequest()
58 GURL referring_scheme_host = GURL(request->referrer()).GetWithEmptyPath(); in WitnessURLRequest()
Dreferrer.cc66 DCHECK(url == url.GetWithEmptyPath()); in SuggestHost()
Dpredictor.cc440 PredictFrameSubresources(url.GetWithEmptyPath(), first_party_for_cookies); in PreconnectUrlAndSubresources()
489 urls.push_back(gurl.GetWithEmptyPath()); in GetPredictedUrlListAtStartup()
1050 DCHECK_EQ(url.GetWithEmptyPath(), url); in PredictFrameSubresources()
1098 DCHECK_EQ(url.GetWithEmptyPath(), url); in PrepareFrameSubresources()
1447 return url.GetWithEmptyPath(); in CanonicalizeUrl()
Dpredictor_unittest.cc648 EXPECT_EQ(Predictor::CanonicalizeUrl(long_url), long_url.GetWithEmptyPath()); in TEST_F()
677 long_https.GetWithEmptyPath()); in TEST_F()
/external/chromium_org/chrome/browser/extensions/
Dextension_url_rewrite_browsertest.cc103 EXPECT_EQ(bookmarks_url, GetLocationBarTextAsURL().GetWithEmptyPath()); in IN_PROC_BROWSER_TEST_F()
105 EXPECT_EQ(bookmarks_url, navigation->GetVirtualURL().GetWithEmptyPath()); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/components/autofill/content/browser/wallet/
Dwallet_signin_helper_unittest.cc140 net::CanonicalCookie::Create(GetPassiveAuthUrl(0).GetWithEmptyPath(), in TEST_F()
162 net::CanonicalCookie::Create(GetPassiveAuthUrl(0).GetWithEmptyPath(), in TEST_F()
Dwallet_client.cc321 source_url_.GetWithEmptyPath().spec()); in GetFullWallet()
367 source_url_.GetWithEmptyPath().spec()); in SaveToWallet()
460 source_url_.GetWithEmptyPath().spec()); in GetWalletItems()
496 source_url_.GetWithEmptyPath().spec()); in DoAcceptLegalDocuments()
Dwallet_signin_helper.cc83 wallet::GetPassiveAuthUrl(0).GetWithEmptyPath(), in GetGoogleCookies()
/external/chromium_org/url/
Dgurl.h186 GURL GetWithEmptyPath() const;
Dgurl_unittest.cc360 TEST(GURLTest, GetWithEmptyPath) { in TEST() argument
374 GURL empty_path = url.GetWithEmptyPath(); in TEST()
Dgurl.cc336 GURL GURL::GetWithEmptyPath() const { in GetWithEmptyPath() function in GURL
/external/chromium_org/components/password_manager/core/browser/
Dpassword_form_manager.cc420 observed_form_.action.GetWithEmptyPath() != in OnRequestDone()
421 preferred_match_->action.GetWithEmptyPath() || in OnRequestDone()
/external/chromium_org/components/autofill/core/common/
Dsave_password_progress_logger.cc179 return url.GetWithEmptyPath().spec(); in ScrubURL()
/external/chromium_org/components/sessions/
Dserialized_navigation_entry.cc529 referrer_.url = referrer_.url.GetWithEmptyPath(); in Sanitize()
/external/chromium_org/chrome/browser/
Dreferrer_policy_browsertest.cc75 referrer = "Referrer is " + url.GetWithEmptyPath().spec(); in GetExpectedTitle()
/external/chromium_org/webkit/common/fileapi/
Dfile_system_util.cc214 std::string url = "filesystem:" + origin_url.GetWithEmptyPath().spec(); in GetFileSystemRootURI()
/external/chromium_org/chrome/browser/extensions/api/identity/
Didentity_api.cc874 if (redirect_url.GetWithEmptyPath() == final_url_prefix_) { in OnAuthFlowURLChange()
/external/chromium_org/chrome/browser/ui/search/
Dinstant_extended_interactive_uitest.cc981 "Referrer is " + instant_url().GetWithEmptyPath().spec(); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/webui/
Dhistory_ui.cc372 url_filter->GetFilteringBehaviorForURL(url.GetWithEmptyPath()); in ToValue()
/external/chromium_org/chrome/browser/autocomplete/
Dhistory_url_provider.cc256 GURL host = url.GetWithEmptyPath(); in ConvertToHostOnly()