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

  /external/chromium/chrome/browser/net/
connect_interceptor.cc 22 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();
predictor.cc 153 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();
referrer.cc 66 DCHECK(url == url.GetWithEmptyPath());
predictor_unittest.cc 570 EXPECT_EQ(Predictor::CanonicalizeUrl(long_url), long_url.GetWithEmptyPath());
599 long_https.GetWithEmptyPath());
predictor_api.cc 548 urls.push_back(gurl.GetWithEmptyPath());
  /external/chromium/googleurl/src/
gurl.h 198 GURL_API GURL GetWithEmptyPath() const;
205 // degenerates to GetWithEmptyPath().
gurl_unittest.cc 211 TEST(GURLTest, GetWithEmptyPath) {
223 GURL empty_path = url.GetWithEmptyPath();
gurl.cc 290 GURL GURL::GetWithEmptyPath() const {
  /external/chromium/chrome/browser/password_manager/
password_form_manager.cc 298 bool wait_for_username = observed_form_.action.GetWithEmptyPath() !=
299 preferred_match_->action.GetWithEmptyPath();
  /external/chromium/chrome/browser/printing/
print_dialog_cloud_uitest.cc 78 new net::X509Certificate(request_->url().GetWithEmptyPath().spec(),
  /external/chromium/chrome/browser/automation/
url_request_automation_job.cc 204 new net::X509Certificate(request_->url().GetWithEmptyPath().spec(),
  /external/chromium/chrome/browser/autocomplete/
history_url_provider.cc 93 GURL host = url.GetWithEmptyPath();
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url.cc 644 TemplateURLModel::GenerateSearchURL(this).GetWithEmptyPath(), true);
  /external/chromium/chrome/browser/ui/webui/
bug_report_ui.cc 119 if (tab && tab->GetURL().GetWithEmptyPath() == bug_report_url)

Completed in 750 milliseconds