HomeSort by relevance Sort by last modified time
    Searched defs:GetEffectiveDomain (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/cookies/
cookie_util.cc 25 std::string GetEffectiveDomain(const std::string& scheme,
63 GetEffectiveDomain(url_scheme, url_host));
67 GetEffectiveDomain(url_scheme, cookie_domain));
  /external/chromium/net/base/
cookie_monster.cc 164 std::string GetEffectiveDomain(const std::string& scheme,
211 GetEffectiveDomain(url_scheme, url_host));
215 GetEffectiveDomain(url_scheme, cookie_domain));
    [all...]

Completed in 394 milliseconds