HomeSort by relevance Sort by last modified time
    Searched refs:TokenValuePair (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/cookies/
parsed_cookie.h 19 typedef std::pair<std::string, std::string> TokenValuePair;
20 typedef std::vector<TokenValuePair> PairList;
parsed_cookie.cc 378 TokenValuePair pair;
  /external/chromium/net/base/
cookie_monster.h 685 typedef std::pair<std::string, std::string> TokenValuePair;
686 typedef std::vector<TokenValuePair> PairList;
    [all...]
cookie_monster.cc     [all...]

Completed in 305 milliseconds