Lines Matching defs:Path
143 const std::string& path,
149 // The returned cookies are ordered by longest path, then by earliest
154 // using given url scheme, host / domain and path and options. This does not
156 // The returned cookies are ordered by longest path, then earliest
177 // regardless of path. This includes all http_only and secure cookies,
228 // The returned cookies are ordered by longest path, then earliest
385 // Delete any cookies that are equivalent to |ecc| (same path, domain, etc).
541 const std::string& path,
565 const std::string& path,
575 const std::string& Path() const { return path_; }
599 // match (case insensitive), and path must match (case sensitive).
608 && path_ == ecc.Path());
693 // Construct from a cookie string like "BLAH=1; path=/; domain=.google.com"
705 const std::string& Path() const { return pairs_[path_index_].second; }
716 // "BLAH=hah; path=/; domain=.google.com"