Home | History | Annotate | Download | only in base

Lines Matching refs:cookies

52   std::vector<std::string> cookies;
54 cookies.push_back(base::StringPrintf("a%03d=b", i));
57 // Add a bunch of cookies on a single host
59 for (std::vector<std::string>::const_iterator it = cookies.begin();
60 it != cookies.end(); ++it) {
66 for (std::vector<std::string>::const_iterator it = cookies.begin();
67 it != cookies.end(); ++it) {
169 // Create a line of 32 domain cookies such that all cookies stored
207 // cookies each. Creation times must be unique.
259 // A whole lot of recent cookies; gc shouldn't happen.
264 // Some old cookies, but still overflowing max.
269 // Old cookies enough to bring us right down to our purge line.
275 // Old cookies enough to bring below our purge line (which we
281 // Few enough cookies that gc shouldn't happen at all.