/external/chromium_org/chrome/browser/net/ |
D | timed_cache.cc | 20 DCHECK_EQ(url.GetWithEmptyPath(), url); in WasRecentlySeen() 34 DCHECK_EQ(url.GetWithEmptyPath(), url); in SetRecentlySeen()
|
D | connect_interceptor.cc | 36 GURL original_scheme_host(request->original_url().GetWithEmptyPath()); in WitnessURLRequest() 58 GURL referring_scheme_host = GURL(request->referrer()).GetWithEmptyPath(); in WitnessURLRequest()
|
D | referrer.cc | 66 DCHECK(url == url.GetWithEmptyPath()); in SuggestHost()
|
D | predictor.cc | 440 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()
|
D | predictor_unittest.cc | 648 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/ |
D | extension_url_rewrite_browsertest.cc | 103 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/ |
D | wallet_signin_helper_unittest.cc | 140 net::CanonicalCookie::Create(GetPassiveAuthUrl(0).GetWithEmptyPath(), in TEST_F() 162 net::CanonicalCookie::Create(GetPassiveAuthUrl(0).GetWithEmptyPath(), in TEST_F()
|
D | wallet_client.cc | 321 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()
|
D | wallet_signin_helper.cc | 83 wallet::GetPassiveAuthUrl(0).GetWithEmptyPath(), in GetGoogleCookies()
|
/external/chromium_org/url/ |
D | gurl.h | 186 GURL GetWithEmptyPath() const;
|
D | gurl_unittest.cc | 360 TEST(GURLTest, GetWithEmptyPath) { in TEST() argument 374 GURL empty_path = url.GetWithEmptyPath(); in TEST()
|
D | gurl.cc | 336 GURL GURL::GetWithEmptyPath() const { in GetWithEmptyPath() function in GURL
|
/external/chromium_org/components/password_manager/core/browser/ |
D | password_form_manager.cc | 420 observed_form_.action.GetWithEmptyPath() != in OnRequestDone() 421 preferred_match_->action.GetWithEmptyPath() || in OnRequestDone()
|
/external/chromium_org/components/autofill/core/common/ |
D | save_password_progress_logger.cc | 179 return url.GetWithEmptyPath().spec(); in ScrubURL()
|
/external/chromium_org/components/sessions/ |
D | serialized_navigation_entry.cc | 529 referrer_.url = referrer_.url.GetWithEmptyPath(); in Sanitize()
|
/external/chromium_org/chrome/browser/ |
D | referrer_policy_browsertest.cc | 75 referrer = "Referrer is " + url.GetWithEmptyPath().spec(); in GetExpectedTitle()
|
/external/chromium_org/webkit/common/fileapi/ |
D | file_system_util.cc | 214 std::string url = "filesystem:" + origin_url.GetWithEmptyPath().spec(); in GetFileSystemRootURI()
|
/external/chromium_org/chrome/browser/extensions/api/identity/ |
D | identity_api.cc | 874 if (redirect_url.GetWithEmptyPath() == final_url_prefix_) { in OnAuthFlowURLChange()
|
/external/chromium_org/chrome/browser/ui/search/ |
D | instant_extended_interactive_uitest.cc | 981 "Referrer is " + instant_url().GetWithEmptyPath().spec(); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/chrome/browser/ui/webui/ |
D | history_ui.cc | 372 url_filter->GetFilteringBehaviorForURL(url.GetWithEmptyPath()); in ToValue()
|
/external/chromium_org/chrome/browser/autocomplete/ |
D | history_url_provider.cc | 256 GURL host = url.GetWithEmptyPath(); in ConvertToHostOnly()
|