Home | History | Annotate | Download | only in cookies

Lines Matching refs:pairs_

37   const std::string& Name() const { return pairs_[0].first; }
39 const std::string& Value() const { return pairs_[0].second; }
42 const std::string& Path() const { return pairs_[path_index_].second; }
44 const std::string& Domain() const { return pairs_[domain_index_].second; }
46 const std::string& Expires() const { return pairs_[expires_index_].second; }
48 const std::string& MaxAge() const { return pairs_[maxage_index_].second; }
55 size_t NumberOfAttributes() const { return pairs_.size() - 1; }
109 // the key/value pair is set in |pairs_|. Accordingly, |key| has to correspond
127 // |index| refers to a position in |pairs_|.
130 PairList pairs_;