Searched refs:DomainIs (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/url/
H A Dgurl_unittest.cc562 TEST(GURLTest, DomainIs) {
566 EXPECT_TRUE(url_1.DomainIs(google_domain));
569 EXPECT_TRUE(url_2.DomainIs(google_domain));
572 EXPECT_TRUE(url_3.DomainIs(google_domain));
575 EXPECT_FALSE(url_4.DomainIs("google.com."));
578 EXPECT_TRUE(url_5.DomainIs("google.com."));
581 EXPECT_TRUE(url_6.DomainIs(".com."));
584 EXPECT_FALSE(url_7.DomainIs(google_domain));
587 EXPECT_FALSE(url_8.DomainIs(google_domain));
590 EXPECT_FALSE(url_9.DomainIs(google_domai
[all...]
H A Dgurl.h340 // If function DomainIs has parameter domain_len, which means the parameter
342 bool DomainIs(const char* lower_ascii_domain, int domain_len) const;
344 // If function DomainIs only has parameter lower_ascii_domain, which means
346 bool DomainIs(const char* lower_ascii_domain) const { function in class:GURL
347 return DomainIs(lower_ascii_domain,
H A Dgurl.cc475 bool GURL::DomainIs(const char* lower_ascii_domain, function in class:GURL
483 return inner_url_->DomainIs(lower_ascii_domain, domain_len);
/external/chromium_org/chrome/browser/translate/
H A Dtranslate_service.cc125 url.DomainIs(file_manager::kFileManagerAppId)) &&
/external/chromium_org/chrome/utility/importer/
H A Dbookmarks_file_importer.cc56 if (fixed_url.DomainIs(chrome::kChromeHostURLs[i]))
H A Dbookmark_html_reader_unittest.cc317 return !url.DomainIs("tamurayukari.com");
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_manager_metrics_util.cc82 if (url.DomainIs(kDomainMapping[i].domain_name))
/external/chromium_org/chrome/browser/extensions/updater/
H A Dmanifest_fetch_data.cc91 if (base_url_.DomainIs("google.com")) {
H A Dextension_downloader.cc85 if ((url).DomainIs("google.com")) { \
309 if (update_url.DomainIs("google.com")) {
583 if (fetch_data.base_url().DomainIs("google.com") &&
/external/chromium_org/content/browser/frame_host/
H A Ddebug_urls.cc58 url.DomainIs(kAsanCrashDomain, sizeof(kAsanCrashDomain) - 1) &&
/external/chromium_org/chrome/browser/ui/webui/options/
H A Doptions_ui_browsertest.cc97 return frame->GetLastCommittedURL().DomainIs(
/external/chromium_org/chrome/renderer/translate/
H A Dtranslate_helper.cc133 url.DomainIs(file_manager::kFileManagerAppId))
/external/chromium_org/net/base/
H A Dsdch_manager.cc217 return gurl.DomainIs(restriction.data(), restriction.size());
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_resource_dispatcher_host_delegate.cc644 if (request->url().DomainIs(webstore_url.host().c_str())) {
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc398 (url->DomainIs(chrome::kChromeUIBookmarksHost) ||
399 url->DomainIs(chrome::kChromeUIHistoryHost))) {
/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client.cc924 manifest_url.DomainIs("ssl.gstatic.com") &&
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_unittest.cc720 contents()->GetSiteInstance()->GetSiteURL().DomainIs("google.com"));
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc262 if (!url.DomainIs(kCrashDomain, sizeof(kCrashDomain) - 1))

Completed in 526 milliseconds