Searched refs:canon_path (Results 1 – 2 of 2) sorted by relevance
390 std::string canon_path; in GeneratePathsToCheck() local392 CanonicalizeUrl(url, NULL, &canon_path, &canon_query); in GeneratePathsToCheck()394 const std::string path = canon_path; // const sidesteps GCC bugs below! in GeneratePathsToCheck()
2044 url_canon::RawCanonOutputT<char> canon_path; in Create() local2047 &canon_path, &canon_path_component); in Create()2048 cookie_path = std::string(canon_path.data() + canon_path_component.begin, in Create()