HomeSort by relevance Sort by last modified time
    Searched refs:store_context_ (Results 1 - 2 of 2) 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();

Completed in 41 milliseconds