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

  /external/chromium/net/base/
cookie_monster_store_test.h 146 // Fill the store through import with |num_cookies| cookies, |num_old_cookies|
152 int num_cookies,
cookie_monster_store_test.cc 150 int num_cookies,
158 for (int i = 0; i < num_cookies; i++) {
cookie_monster_perftest.cc 255 int num_cookies; member in struct:net::TestCase
290 test_case.num_cookies, test_case.num_old_cookies,
cookie_monster_unittest.cc 1981 int num_cookies; member in struct:net::TestCase
    [all...]
  /external/chromium/googleurl/base/
logging.h 45 // LOG(INFO) << "Found " << num_cookies << " cookies";
49 // LOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
59 // DLOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
  /external/chromium/base/
logging.h 48 // LOG(INFO) << "Found " << num_cookies << " cookies";
52 // LOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
66 // DLOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
    [all...]

Completed in 287 milliseconds