OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:url_cd
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/webkit/src/android/webkit/cts/
CookieTest.java
91
String
url_cd
= "http://c.d.com";
local
108
cookie = mCookieManager.getCookie(
url_cd
);
123
cookie = mCookieManager.getCookie(
url_cd
);
/external/chromium_org/net/cookies/
cookie_store_unittest.h
312
GURL
url_cd
("http://c.d.com");
323
this->MatchCookieLines("c=3; d=4", this->GetCookies(cs.get(),
url_cd
));
331
this->MatchCookieLines("c=3; d=4; X=cd", this->GetCookies(cs.get(),
url_cd
));
[
all
...]
/external/chromium/net/base/
cookie_monster_unittest.cc
427
GURL
url_cd
("http://c.d.com");
437
EXPECT_EQ("c=3; d=4", cm->GetCookies(
url_cd
));
444
EXPECT_EQ("c=3; d=4; X=cd", cm->GetCookies(
url_cd
));
[
all
...]
Completed in 458 milliseconds