Lines Matching refs:domain
65 // Determine the cookie domain to use for setting the specified cookie.
71 domain_string = pc.Domain();
114 const std::string& domain, const std::string& path,
121 domain_(domain),
144 // Do the best we can with the domain.
148 domain_string = pc.Domain();
252 const std::string& domain,
268 std::string parsed_domain = ParsedCookie::ParseValueString(domain);
269 if (parsed_domain != domain)
336 // Can domain match in two ways; as a domain cookie (where the cookie
337 // domain begins with ".") or as a host cookie (where it doesn't).
346 // Domain cookie must have an initial ".". To match, it must be
361 // A pure suffix of the host (ok since we know the domain already
377 // Don't include cookies for requests that don't apply to the cookie domain.
390 "name: %s value: %s domain: %s path: %s creation: %"