Home | History | Annotate | Download | only in browser

Lines Matching refs:domain

79     // We want to order by registry controlled domain, so we would get
89 // The canonicalized representation makes the registry controlled domain
92 // string comparison works to order hosts by registry controlled domain
104 // The host may be the registry controlled domain, in which case fail fast.
109 // Start operating to the left of the registry controlled domain, e.g. in
609 std::string domain = it->Domain();
610 if (domain.length() > 1 && domain[0] == '.')
611 domain = domain.substr(1);
615 chrome::kStandardSchemeSeparator + domain + "/";