Lines Matching full:url1
631 bool HaveSameOrigin(const std::string& url1, const std::string& url2) {632 GURL a(url1), b(url2);640 ret = url1.compare(url2) == 0;1163 bool CompareUrlsWithoutFragment(const wchar_t* url1, const wchar_t* url2) {1164 GURL parsed_url1 = GetUrlWithoutFragment(url1);