Searched refs:GetWithEmptyPath (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Dtimed_cache.cc20 DCHECK_EQ(url.GetWithEmptyPath(), url);
34 DCHECK_EQ(url.GetWithEmptyPath(), url);
H A Dconnect_interceptor.cc36 GURL original_scheme_host(request->original_url().GetWithEmptyPath());
58 GURL referring_scheme_host = GURL(request->referrer()).GetWithEmptyPath();
H A Dreferrer.cc66 DCHECK(url == url.GetWithEmptyPath());
H A Dpredictor.cc319 PredictFrameSubresources(url.GetWithEmptyPath(), first_party_for_cookies);
368 urls.push_back(gurl.GetWithEmptyPath());
894 DCHECK_EQ(url.GetWithEmptyPath(), url);
960 DCHECK_EQ(url.GetWithEmptyPath(), url);
1307 return url.GetWithEmptyPath();
H A Dpredictor_unittest.cc648 EXPECT_EQ(Predictor::CanonicalizeUrl(long_url), long_url.GetWithEmptyPath());
677 long_https.GetWithEmptyPath());
/external/chromium_org/chrome/browser/extensions/
H A Dextension_url_rewrite_browsertest.cc102 // once loaded. Use |GetWithEmptyPath()| to avoid flakyness.
103 EXPECT_EQ(bookmarks_url, GetLocationBarTextAsURL().GetWithEmptyPath());
105 EXPECT_EQ(bookmarks_url, navigation->GetVirtualURL().GetWithEmptyPath());
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_signin_helper_unittest.cc140 net::CanonicalCookie::Create(GetPassiveAuthUrl(0).GetWithEmptyPath(),
162 net::CanonicalCookie::Create(GetPassiveAuthUrl(0).GetWithEmptyPath(),
H A Dwallet_signin_helper.cc83 wallet::GetPassiveAuthUrl(0).GetWithEmptyPath(),
H A Dwallet_client.cc327 source_url_.GetWithEmptyPath().spec());
373 source_url_.GetWithEmptyPath().spec());
467 source_url_.GetWithEmptyPath().spec());
508 source_url_.GetWithEmptyPath().spec());
/external/chromium_org/components/autofill/core/common/
H A Dsave_password_progress_logger.cc175 return url.GetWithEmptyPath().spec();
/external/chromium_org/url/
H A Dgurl.h186 GURL GetWithEmptyPath() const;
193 // degenerates to GetWithEmptyPath().
H A Dgurl_unittest.cc360 TEST(GURLTest, GetWithEmptyPath) {
374 GURL empty_path = url.GetWithEmptyPath();
H A Dgurl.cc336 GURL GURL::GetWithEmptyPath() const { function in class:GURL
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_form_manager.cc492 observed_form_.action.GetWithEmptyPath() !=
493 preferred_match_->action.GetWithEmptyPath() ||
/external/chromium_org/chrome/browser/
H A Dreferrer_policy_browsertest.cc75 referrer = "Referrer is " + url.GetWithEmptyPath().spec();
/external/chromium_org/storage/common/fileapi/
H A Dfile_system_util.cc214 std::string url = "filesystem:" + origin_url.GetWithEmptyPath().spec();
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.cc257 GURL host = url.GetWithEmptyPath();
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_api.cc946 if (redirect_url.GetWithEmptyPath() == final_url_prefix_) {
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_extended_interactive_uitest.cc980 "Referrer is " + instant_url().GetWithEmptyPath().spec();
/external/chromium_org/chrome/browser/ui/webui/
H A Dhistory_ui.cc383 url_filter->GetFilteringBehaviorForURL(url.GetWithEmptyPath());

Completed in 644 milliseconds