/external/chromium_org/net/base/ |
static_cookie_policy_unittest.cc | 15 : url_google_("http://www.google.izzle"), 31 GURL url_google_; member in class:net::StaticCookiePolicyTest 38 EXPECT_EQ(OK, CanGetCookies(url_google_, url_google_)); 39 EXPECT_EQ(OK, CanGetCookies(url_google_, url_google_secure_)); 40 EXPECT_EQ(OK, CanGetCookies(url_google_, url_google_mail_)); 41 EXPECT_EQ(OK, CanGetCookies(url_google_, url_google_analytics_)); 42 EXPECT_EQ(OK, CanGetCookies(url_google_, GURL())); 44 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_)); [all...] |
/external/chromium_org/net/cookies/ |
cookie_store_unittest.h | 72 : url_google_(kUrlGoogle), 246 GURL url_google_; member in class:net::CookieStoreTest 276 EXPECT_TRUE(this->SetCookie(cs.get(), this->url_google_, "A=B")); 277 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_)); 279 cs.get(), this->url_google_, "C=D; domain=.google.izzle")); 281 this->GetCookies(cs.get(), this->url_google_)); 290 cs.get(), this->url_google_, "E=F; domain=.www.google.izzle")); 292 this->GetCookies(cs.get(), this->url_google_)); 297 cs.get(), this->url_google_, "G=H; domain=www.google.izzle")); 299 this->GetCookies(cs.get(), this->url_google_)); [all...] |
cookie_monster_unittest.cc | 433 EXPECT_TRUE(SetCookie(cm.get(), url_google_, cookie)); 434 std::string cookies = this->GetCookies(cm.get(), url_google_); 450 EXPECT_TRUE(SetCookie(cm.get(), url_google_, cookie_general)); 453 std::string cookies_general = this->GetCookies(cm.get(), url_google_); 464 std::string cookies_general = this->GetCookies(cm.get(), url_google_); 487 // Instantiates a CookieMonster, adds multiple cookies (to url_google_) with 529 EXPECT_TRUE(SetCookie(cm, url_google_, cookie)); 539 std::string cookie_str = this->GetCookies(cm, url_google_); 882 GetCookiesAction(&cookie_monster(), url_google_, &get_cookies_callback)); local 899 &cookie_monster(), url_google_, "X=Y", &set_cookies_callback)); local 916 &cookie_monster(), url_google_, "X", &delete_cookie_callback)); local 982 &cookie_monster(), url_google_, &get_cookie_list_callback)); local 1003 &cookie_monster(), url_google_, &get_cookie_list_callback)); local 1054 &cookie_monster(), url_google_, &delete_callback)); local 1114 &cookie_monster(), url_google_, "A=B", &set_cookies_callback))); local 1122 &cookie_monster(), url_google_, &get_cookies_callback_deferred)); local [all...] |