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

  /external/chromium_org/net/cookies/
cookie_store_unittest.h 33 const char kValidCookieLine[] = "A=B; path=/";
461 EXPECT_TRUE(this->SetCookie(cs.get(), url_ip, kValidCookieLine));
594 EXPECT_FALSE(this->SetCookie(cs.get(), GURL(kUrlFtp), kValidCookieLine));
701 EXPECT_TRUE(this->SetCookie(cs.get(), this->url_google_, kValidCookieLine));
706 std::string(kValidCookieLine) + "; max-age=0"));
710 EXPECT_TRUE(this->SetCookie(cs.get(), this->url_google_, kValidCookieLine));
715 std::string(kValidCookieLine) +
724 std::string(kValidCookieLine) + "; expires=Mon, 18-Apr-22 22:50:13 GMT"));
730 std::string(kValidCookieLine) + "; max-age=0"));
737 std::string(kValidCookieLine) + "; expires=Mon, 18-Apr-22 22:50:13 GMT"))
    [all...]
cookie_monster_unittest.cc     [all...]

Completed in 733 milliseconds