OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:store_context_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_cookies_api.h
111
scoped_refptr<net::URLRequestContextGetter>
store_context_
;
member in class:GetCookieFunction
129
scoped_refptr<net::URLRequestContextGetter>
store_context_
;
member in class:GetAllCookiesFunction
154
scoped_refptr<net::URLRequestContextGetter>
store_context_
;
member in class:SetCookieFunction
173
scoped_refptr<net::URLRequestContextGetter>
store_context_
;
member in class:RemoveCookieFunction
extension_cookies_api.cc
198
store_context_
= store_context;
212
store_context_
->GetURLRequestContext()->cookie_store();
259
store_context_
= store_context;
273
store_context_
->GetURLRequestContext()->cookie_store();
356
store_context_
= store_context;
370
store_context_
->GetURLRequestContext()->cookie_store()->
429
store_context_
= store_context;
446
store_context_
->GetURLRequestContext()->cookie_store();
/external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_api.h
108
scoped_refptr<net::URLRequestContextGetter>
store_context_
;
member in class:extensions::CookiesGetFunction
131
scoped_refptr<net::URLRequestContextGetter>
store_context_
;
member in class:extensions::CookiesGetAllFunction
154
scoped_refptr<net::URLRequestContextGetter>
store_context_
;
member in class:extensions::CookiesSetFunction
177
scoped_refptr<net::URLRequestContextGetter>
store_context_
;
member in class:extensions::CookiesRemoveFunction
cookies_api.cc
219
store_context_
= store_context;
223
store_context_
= store_context;
237
store_context_
->GetURLRequestContext()->cookie_store();
293
store_context_
= store_context;
309
store_context_
->GetURLRequestContext()->cookie_store();
357
store_context_
= store_context;
373
store_context_
->GetURLRequestContext()->cookie_store()->
407
store_context_
->GetURLRequestContext()->cookie_store()->
470
store_context_
= store_context;
489
store_context_
->GetURLRequestContext()->cookie_store()
[
all
...]
Completed in 77 milliseconds