HomeSort by relevance Sort by last modified time
    Searched full:blankpairs (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/net/cookies/
parsed_cookie_unittest.cc 186 std::string blankpairs; local
187 blankpairs.resize(ParsedCookie::kMaxPairs - 1, ';');
189 ParsedCookie pc1(blankpairs + "secure");
193 ParsedCookie pc2(blankpairs + ";secure");

Completed in 65 milliseconds