HomeSort by relevance Sort by last modified time
    Searched defs:cookie_name (Results 1 - 3 of 3) 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/content/browser/net/
sqlite_persistent_cookie_store_unittest.cc 568 net::CanonicalCookie* cookie_name = NULL; local
571 cookie_name = cookies_[0];
574 cookie_name = cookies_[1];
577 EXPECT_EQ("encrypted_value123XYZ", cookie_name->Value());
  /external/chromium_org/chrome/test/ui/
ui_test.cc 569 std::string cookie_name = name; local
570 cookie_name.append(".");
571 cookie_name.append(id);
572 cookie_name.append(".");
573 cookie_name.append(test_complete_cookie);
578 cookie_name.c_str(),
610 const char* cookie_name,
618 EXPECT_TRUE(tab->GetCookieByName(url, cookie_name, &cookie_value));
631 const char* cookie_name,
638 EXPECT_TRUE(tab->GetCookieByName(url, cookie_name, &cookie_value))
    [all...]

Completed in 421 milliseconds