HomeSort by relevance Sort by last modified time
    Searched defs:cookie_name (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/cookies/
canonical_cookie_unittest.cc 179 std::string cookie_name = "A"; local
191 new CanonicalCookie(url, cookie_name, cookie_value, cookie_domain,
199 new CanonicalCookie(url, cookie_name, cookie_value, cookie_domain,
207 other_cookie.reset(new CanonicalCookie(url, cookie_name, "2", cookie_domain,
216 other_cookie.reset(new CanonicalCookie(url, cookie_name, "2", cookie_domain,
223 other_cookie.reset(new CanonicalCookie(url, cookie_name, cookie_name,
239 other_cookie.reset(new CanonicalCookie(url, cookie_name, cookie_value,
248 other_cookie.reset(new CanonicalCookie(url, cookie_name, cookie_value,
255 other_cookie.reset(new CanonicalCookie(url, cookie_name, cookie_value
    [all...]
  /external/chromium_org/chrome/test/ui/
ui_test.cc 568 std::string cookie_name = name; local
569 cookie_name.append(".");
570 cookie_name.append(id);
571 cookie_name.append(".");
572 cookie_name.append(test_complete_cookie);
577 cookie_name.c_str(),
609 const char* cookie_name,
617 EXPECT_TRUE(tab->GetCookieByName(url, cookie_name, &cookie_value));
630 const char* cookie_name,
637 EXPECT_TRUE(tab->GetCookieByName(url, cookie_name, &cookie_value))
    [all...]

Completed in 124 milliseconds