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

  /external/chromium/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/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),
225 GURL url_google_; member in class:net::CookieStoreTest
255 EXPECT_TRUE(this->SetCookie(cs.get(), this->url_google_, "A=B"));
256 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));
258 cs.get(), this->url_google_, "C=D; domain=.google.izzle"));
260 this->GetCookies(cs.get(), this->url_google_));
269 cs.get(), this->url_google_, "E=F; domain=.www.google.izzle"));
271 this->GetCookies(cs.get(), this->url_google_));
276 cs.get(), this->url_google_, "G=H; domain=www.google.izzle"));
278 this->GetCookies(cs.get(), this->url_google_));
    [all...]
cookie_monster_unittest.cc 426 EXPECT_TRUE(SetCookie(cm.get(), url_google_, cookie));
427 std::string cookies = this->GetCookies(cm.get(), url_google_);
443 EXPECT_TRUE(SetCookie(cm.get(), url_google_, cookie_general));
446 std::string cookies_general = this->GetCookies(cm.get(), url_google_);
457 std::string cookies_general = this->GetCookies(cm.get(), url_google_);
480 // Instantiates a CookieMonster, adds multiple cookies (to url_google_) with
522 EXPECT_TRUE(SetCookie(cm, url_google_, cookie));
532 std::string cookie_str = this->GetCookies(cm, url_google_);
875 GetCookiesAction(&cookie_monster(), url_google_, &get_cookies_callback)); local
892 &cookie_monster(), url_google_, "X=Y", &set_cookies_callback)); local
909 &cookie_monster(), url_google_, "X", &delete_cookie_callback)); local
975 &cookie_monster(), url_google_, &get_cookie_list_callback)); local
996 &cookie_monster(), url_google_, &get_cookie_list_callback)); local
1047 &cookie_monster(), url_google_, &delete_callback)); local
1107 &cookie_monster(), url_google_, "A=B", &set_cookies_callback))); local
1115 &cookie_monster(), url_google_, &get_cookies_callback_deferred)); local
    [all...]

Completed in 504 milliseconds