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

  /external/chromium_org/chrome/browser/net/
timed_cache.cc 20 DCHECK_EQ(url.GetWithEmptyPath(), url);
34 DCHECK_EQ(url.GetWithEmptyPath(), url);
connect_interceptor.cc 36 GURL original_scheme_host(request->original_url().GetWithEmptyPath());
58 GURL referring_scheme_host = GURL(request->referrer()).GetWithEmptyPath();
referrer.cc 66 DCHECK(url == url.GetWithEmptyPath());
predictor.cc 319 PredictFrameSubresources(url.GetWithEmptyPath(), first_party_for_cookies);
368 urls.push_back(gurl.GetWithEmptyPath());
    [all...]
predictor_unittest.cc 648 EXPECT_EQ(Predictor::CanonicalizeUrl(long_url), long_url.GetWithEmptyPath());
677 long_https.GetWithEmptyPath());
  /external/chromium_org/chrome/browser/extensions/
extension_url_rewrite_browsertest.cc 102 // 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/
wallet_signin_helper_unittest.cc 140 net::CanonicalCookie::Create(GetPassiveAuthUrl(0).GetWithEmptyPath(),
162 net::CanonicalCookie::Create(GetPassiveAuthUrl(0).GetWithEmptyPath(),
wallet_signin_helper.cc 83 wallet::GetPassiveAuthUrl(0).GetWithEmptyPath(),
wallet_client.cc 327 source_url_.GetWithEmptyPath().spec());
373 source_url_.GetWithEmptyPath().spec());
467 source_url_.GetWithEmptyPath().spec());
508 source_url_.GetWithEmptyPath().spec());
  /external/chromium_org/url/
gurl.h 186 GURL GetWithEmptyPath() const;
193 // degenerates to GetWithEmptyPath().
gurl_unittest.cc 360 TEST(GURLTest, GetWithEmptyPath) {
374 GURL empty_path = url.GetWithEmptyPath();
gurl.cc 336 GURL GURL::GetWithEmptyPath() const {
  /external/chromium_org/components/autofill/core/common/
save_password_progress_logger.cc 175 return url.GetWithEmptyPath().spec();
  /external/chromium_org/components/password_manager/core/browser/
password_form_manager.cc 492 observed_form_.action.GetWithEmptyPath() !=
493 preferred_match_->action.GetWithEmptyPath() ||
    [all...]
  /external/chromium_org/chrome/browser/
referrer_policy_browsertest.cc 75 referrer = "Referrer is " + url.GetWithEmptyPath().spec();
  /external/chromium_org/storage/common/fileapi/
file_system_util.cc 214 std::string url = "filesystem:" + origin_url.GetWithEmptyPath().spec();
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 257 GURL host = url.GetWithEmptyPath();
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.cc     [all...]
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_interactive_uitest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.cc 383 url_filter->GetFilteringBehaviorForURL(url.GetWithEmptyPath());
    [all...]

Completed in 562 milliseconds