HomeSort by relevance Sort by last modified time
    Searched defs:cookie_store (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/net/socket_stream/
socket_stream_job.h 36 CookieStore* cookie_store);
47 CookieStore* cookie_store);
60 CookieStore* cookie_store() const { function in class:net::SocketStreamJob
61 return socket_.get() ? socket_->cookie_store() : 0;
socket_stream.cc 92 CookieStore* cookie_store)
114 cookie_store_(cookie_store) {
123 cookie_store_ = context_->cookie_store();
1351 CookieStore* SocketStream::cookie_store() const { function in class:net::SocketStream
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_helpers.cc 101 CookieStore* cookie_store = new CookieStore(); local
102 bool rv = CookieStore::Populate(dict, cookie_store);
104 return scoped_ptr<CookieStore>(cookie_store);
108 net::CookieStore* cookie_store, const GURL& url,
110 DCHECK(cookie_store);
111 net::CookieMonster* monster = cookie_store->GetCookieMonster();
cookies_api.cc 239 net::CookieStore* cookie_store = local
240 store_browser_context_->GetURLRequestContext()->cookie_store();
242 cookie_store, url_,
311 net::CookieStore* cookie_store = local
312 store_browser_context_->GetURLRequestContext()->cookie_store();
314 cookie_store, url_,
377 ->cookie_store()
412 ->cookie_store()
493 net::CookieStore* cookie_store = local
494 store_browser_context_->GetURLRequestContext()->cookie_store();
    [all...]
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_browsertest.cc 13 #include "net/cookies/cookie_store.h"
94 net::CookieStore* cookie_store = context_getter-> local
95 GetURLRequestContext()->cookie_store();
96 cookie_store->GetCookiesWithOptionsAsync(
107 net::CookieStore* cookie_store = context_getter-> local
108 GetURLRequestContext()->cookie_store();
109 cookie_store->SetCookieWithOptionsAsync(
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_signin_helper.cc 23 #include "net/cookies/cookie_store.h"
69 net::CookieStore* cookie_store = url_request_context ? local
70 url_request_context->cookie_store() : NULL;
71 net::CookieMonster* cookie_monster = cookie_store ?
72 cookie_store->GetCookieMonster() : NULL;
  /external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.cc 433 scoped_refptr<net::CookieStore> cookie_store = NULL; local
438 cookie_store = content::CreateCookieStore(CookieStoreConfig(
451 if (!cookie_store.get()) {
461 cookie_store = content::CreateCookieStore(cookie_config);
464 main_context->set_cookie_store(cookie_store.get());
647 scoped_refptr<net::CookieStore> cookie_store = NULL; local
649 cookie_store = content::CreateCookieStore(content::CookieStoreConfig());
655 cookie_store = content::CreateCookieStore(content::CookieStoreConfig());
662 if (!cookie_store.get()) {
674 cookie_store = content::CreateCookieStore(cookie_config)
    [all...]
  /external/chromium_org/content/browser/android/
download_controller_android_impl.cc 28 #include "net/cookies/cookie_store.h"
119 net::CookieStore* cookie_store = request->context()->cookie_store(); local
120 if (cookie_store) {
121 net::CookieMonster* cookie_monster = cookie_store->GetCookieMonster();
172 request->context()->cookie_store()->GetCookiesWithOptionsAsync(
  /external/chromium_org/content/browser/media/android/
media_resource_getter_impl.cc 24 #include "net/cookies/cookie_store.h"
190 net::CookieStore* cookie_store = local
191 context_getter_->GetURLRequestContext()->cookie_store();
192 if (!cookie_store) {
197 net::CookieMonster* cookie_monster = cookie_store->GetCookieMonster();
215 net::CookieStore* cookie_store = local
216 context_getter_->GetURLRequestContext()->cookie_store();
217 cookie_store->GetCookiesWithOptionsAsync(
  /external/chromium_org/net/url_request/
url_request_context.h 62 // Creates a URLRequest. |cookie_store| optionally specifies a cookie store
68 CookieStore* cookie_store) const;
157 CookieStore* cookie_store() const { return cookie_store_.get(); } function in class:net::URLRequestContext
158 void set_cookie_store(CookieStore* cookie_store);
url_request.h 28 #include "net/cookies/cookie_store.h"
278 CookieStore* cookie_store);
681 CookieStore* cookie_store() const { return cookie_store_; } function in class:net::URLRequest
712 CookieStore* cookie_store);
    [all...]
url_request_unittest.cc 2000 scoped_refptr<CookieStore> cookie_store = delayed_cm; local
    [all...]
  /external/chromium_org/android_webview/native/
cookie_manager.cc 250 net::CookieStore* cookie_store = content::CreateCookieStore(cookie_config); local
251 cookie_monster_ = cookie_store->GetCookieMonster();
  /external/chromium_org/content/browser/
storage_partition_impl.cc 50 net::CookieStore* cookie_store = rq_context-> local
51 GetURLRequestContext()->cookie_store();
53 cookie_store->DeleteAllCreatedBetweenAsync(
58 cookie_store->DeleteAllCreatedBetweenForHostAsync(
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.cc 79 #include "net/cookies/cookie_store.h"
1097 net::CookieStore* cookie_store = rq_context-> local
    [all...]
  /external/chromium_org/content/public/test/
browser_test_utils.cc 32 #include "net/cookies/cookie_store.h"
165 net::CookieStore* cookie_store = local
166 context_getter->GetURLRequestContext()->cookie_store();
167 cookie_store->GetCookiesWithOptionsAsync(
184 net::CookieStore* cookie_store = local
185 context_getter->GetURLRequestContext()->cookie_store();
186 cookie_store->SetCookieWithOptionsAsync(
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.cc 64 #include "net/cookies/cookie_store.h"
570 net::CookieStore* cookie_store = GetCookieStoreForURL(url); local
572 cookie_store->SetCookieWithOptionsAsync(
594 net::CookieStore* cookie_store = GetCookieStoreForURL(url); local
595 cookie_store->GetAllCookiesForURLAsync(
620 net::CookieStore* cookie_store = GetCookieStoreForURL(url); local
621 cookie_store->GetAllCookiesForURLAsync(
633 net::CookieStore* cookie_store = GetCookieStoreForURL(url);
634 cookie_store->DeleteCookieAsync(url, cookie_name, base::Closure());
1088 net::CookieStore* cookie_store = GetCookieStoreForURL(url); local
    [all...]
  /external/chromium_org/net/websockets/
websocket_job_test.cc 19 #include "net/cookies/cookie_store.h"
45 URLRequestContext* context, CookieStore* cookie_store)
46 : SocketStream(url, delegate, context, cookie_store) {}
259 explicit MockURLRequestContext(CookieStore* cookie_store)
261 set_cookie_store(cookie_store);
727 scoped_refptr<DelayedCookieMonster> cookie_store = new DelayedCookieMonster(); local
728 context_->set_cookie_store(cookie_store.get());
729 cookie_store->SetCookieWithOptionsAsync(cookieUrl,
734 cookie_store->SetCookieWithOptionsAsync(
    [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_manager.cc 160 net::CookieStore* cookie_store = local
161 rq_context->GetURLRequestContext()->cookie_store();
162 cookie_store->GetCookieMonster()->HasCookiesForETLDP1Async(
    [all...]
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.cc 1026 net::CookieStore* cookie_store = local
1347 net::CookieStore* cookie_store = local
    [all...]

Completed in 524 milliseconds