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

/external/chromium/chrome/browser/net/
H A Dconnect_interceptor.cc22 GURL request_scheme_host(request->url().GetWithEmptyPath());
31 GURL original_scheme_host(request->original_url().GetWithEmptyPath());
51 GURL referring_scheme_host = GURL(request->referrer()).GetWithEmptyPath();
H A Dpredictor.cc153 DCHECK(referring_url == referring_url.GetWithEmptyPath());
154 DCHECK(target_url == target_url.GetWithEmptyPath());
243 PredictFrameSubresources(url.GetWithEmptyPath());
248 DCHECK(url.GetWithEmptyPath() == url);
259 DCHECK(url.GetWithEmptyPath() == url);
760 return url.GetWithEmptyPath();
H A Dreferrer.cc66 DCHECK(url == url.GetWithEmptyPath());
H A Dpredictor_unittest.cc570 EXPECT_EQ(Predictor::CanonicalizeUrl(long_url), long_url.GetWithEmptyPath());
599 long_https.GetWithEmptyPath());
H A Dpredictor_api.cc548 urls.push_back(gurl.GetWithEmptyPath());
/external/chromium/googleurl/src/
H A Dgurl.h198 GURL_API GURL GetWithEmptyPath() const;
205 // degenerates to GetWithEmptyPath().
H A Dgurl_unittest.cc211 TEST(GURLTest, GetWithEmptyPath) {
223 GURL empty_path = url.GetWithEmptyPath();
H A Dgurl.cc290 GURL GURL::GetWithEmptyPath() const { function in class:GURL
/external/chromium/chrome/browser/password_manager/
H A Dpassword_form_manager.cc298 bool wait_for_username = observed_form_.action.GetWithEmptyPath() !=
299 preferred_match_->action.GetWithEmptyPath();
/external/chromium/chrome/browser/printing/
H A Dprint_dialog_cloud_uitest.cc78 new net::X509Certificate(request_->url().GetWithEmptyPath().spec(),
/external/chromium/chrome/browser/automation/
H A Durl_request_automation_job.cc204 new net::X509Certificate(request_->url().GetWithEmptyPath().spec(),
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_url_provider.cc93 GURL host = url.GetWithEmptyPath();
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url.cc644 TemplateURLModel::GenerateSearchURL(this).GetWithEmptyPath(), true);
/external/chromium/chrome/browser/ui/webui/
H A Dbug_report_ui.cc119 if (tab && tab->GetURL().GetWithEmptyPath() == bug_report_url)

Completed in 146 milliseconds