Home
last modified time | relevance | path

Searched refs:path_index_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/base/
Dcookie_monster.h704 bool HasPath() const { return path_index_ != 0; } in HasPath()
705 const std::string& Path() const { return pairs_[path_index_].second; } in Path()
766 size_t path_index_; variable
Dcookie_monster.cc1635 path_index_(0), in ParsedCookie()
1917 path_index_ = i; in SetupAttributes()