OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetCookieStore
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/cookies/
cookie_store_unittest.h
217
scoped_refptr<CookieStore>
GetCookieStore
() {
268
scoped_refptr<CookieStore> cs(this->
GetCookieStore
());
275
scoped_refptr<CookieStore> cs(this->
GetCookieStore
());
318
scoped_refptr<CookieStore> cs(this->
GetCookieStore
());
330
scoped_refptr<CookieStore> cs(this->
GetCookieStore
());
361
scoped_refptr<CookieStore> cs(this->
GetCookieStore
());
410
scoped_refptr<CookieStore> cs(this->
GetCookieStore
());
424
scoped_refptr<CookieStore> cs(this->
GetCookieStore
());
435
scoped_refptr<CookieStore> cs(this->
GetCookieStore
());
450
scoped_refptr<CookieStore> cs(this->
GetCookieStore
());
[
all
...]
/external/chromium_org/android_webview/native/
cookie_manager.cc
148
scoped_refptr<net::CookieStore>
GetCookieStore
();
325
scoped_refptr<net::CookieStore> CookieManager::
GetCookieStore
() {
605
return CookieManager::GetInstance()->
GetCookieStore
();
/external/chromium_org/net/url_request/
url_request_job.cc
293
CookieStore* URLRequestJob::
GetCookieStore
() const {
Completed in 273 milliseconds