Home | History | Annotate | Download | only in base

Lines Matching refs:url_path

351   const std::string& url_path = url.path();
353 size_t idx = url_path.find_last_of('/');
360 return url_path.substr(0, idx);
1139 const std::string& url_path) const {
1154 if (url_path.find(path_) != 0)
1157 // Now we know that url_path is >= cookie_path, and that cookie_path
1158 // is a prefix of url_path. If they are the are the same length then
1166 if (path_.length() != url_path.length() &&
1168 url_path[path_.length()] != '/')