HomeSort by relevance Sort by last modified time
    Searched refs:cookie_store (Results 26 - 50 of 65) sorted by null

12 3

  /external/chromium/chrome/browser/net/
cookie_policy_browsertest.cc 12 #include "net/base/cookie_store.h"
33 context_getter_->GetURLRequestContext()->cookie_store()->
chrome_url_request_context.cc 17 #include "net/base/cookie_store.h"
176 return GetURLRequestContext()->cookie_store();
350 GetURLRequestContext()->cookie_store()->GetCookieMonster()->
358 *result = GetURLRequestContext()->cookie_store();
  /external/chromium_org/net/url_request/
url_request_context_storage.h 61 void set_cookie_store(CookieStore* cookie_store);
url_request_http_job.cc 623 CookieStore* cookie_store = request_->context()->cookie_store();
624 if (cookie_store && !(request_info_.load_flags & LOAD_DO_NOT_SEND_COOKIES)) {
625 net::CookieMonster* cookie_monster = cookie_store->GetCookieMonster();
642 request_->context()->cookie_store()->GetCookiesWithOptionsAsync(
722 request_->context()->cookie_store() &&
741 request_->context()->cookie_store()->SetCookieWithOptionsAsync(
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_cookies_helpers.cc 82 net::CookieStore* cookie_store, const GURL& url) {
83 DCHECK(cookie_store);
84 net::CookieMonster* monster = cookie_store->GetCookieMonster();
  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_unittest.cc 116 scoped_ptr<CookieStore> cookie_store(
118 EXPECT_EQ("0", cookie_store->id);
119 EXPECT_EQ(tab_ids, cookie_store->tab_ids);
  /external/chromium_org/chrome/browser/automation/
automation_util.cc 39 #include "net/cookies/cookie_store.h"
76 context_getter->GetURLRequestContext()->cookie_store()->
94 context_getter->GetURLRequestContext()->cookie_store()->
113 context_getter->GetURLRequestContext()->cookie_store()->
127 context_getter->GetURLRequestContext()->cookie_store()->
145 context_getter->GetURLRequestContext()->cookie_store()->
  /external/chromium_org/content/browser/android/
download_controller_android_impl.cc 29 #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/public/test/
browser_test_utils.cc 29 #include "net/cookies/cookie_store.h"
163 net::CookieStore* cookie_store = local
164 context_getter->GetURLRequestContext()->cookie_store();
165 cookie_store->GetCookiesWithOptionsAsync(
182 net::CookieStore* cookie_store = local
183 context_getter->GetURLRequestContext()->cookie_store();
184 cookie_store->SetCookieWithOptionsAsync(
  /external/chromium/net/websockets/
websocket_job.cc 15 #include "net/base/cookie_store.h"
297 if (socket_->context()->cookie_store()) {
301 socket_->context()->cookie_store()->GetCookiesWithOptions(
424 socket_->context()->cookie_store()) {
430 socket_->context()->cookie_store()->SetCookieWithOptions(
websocket_job_unittest.cc 13 #include "net/base/cookie_store.h"
156 MockURLRequestContext(CookieStore* cookie_store,
158 set_cookie_store(cookie_store);
  /external/chromium_org/content/shell/browser/
shell_message_filter.cc 100 request_context_getter_->GetURLRequestContext()->cookie_store()
  /external/chromium_org/android_webview/browser/net/
aw_url_request_context_getter.cc 25 #include "net/cookies/cookie_store.h"
161 const base::FilePath& partition_path, net::CookieStore* cookie_store)
163 cookie_store_(cookie_store),
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_cookie_helper.cc 65 cookie_store()->GetCookieMonster();
95 cookie_store()->GetCookieMonster();
browsing_data_remover.cc 73 #include "net/cookies/cookie_store.h"
1016 net::CookieStore* cookie_store = rq_context-> local
    [all...]
  /external/chromium_org/net/websockets/
websocket_job.cc 14 #include "net/cookies/cookie_store.h"
373 if (allow && socket_->context()->cookie_store()) {
377 socket_->context()->cookie_store()->GetCookiesWithOptionsAsync(
508 if (socket_->context()->cookie_store()) {
529 socket_->context()->cookie_store()->SetCookieWithOptionsAsync(
websocket_job_test.cc 19 #include "net/cookies/cookie_store.h"
244 explicit MockURLRequestContext(CookieStore* cookie_store)
246 set_cookie_store(cookie_store);
609 scoped_refptr<DelayedCookieMonster> cookie_store = new DelayedCookieMonster(); local
610 context_->set_cookie_store(cookie_store.get());
611 cookie_store->SetCookieWithOptionsAsync(cookieUrl,
616 cookie_store->SetCookieWithOptionsAsync(
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service.cc 308 scoped_refptr<net::CookieStore> cookie_store(
322 url_request_context_->set_cookie_store(cookie_store.get());
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.cc 583 context->cookie_store()->SetCookieWithOptionsAsync(
606 context->cookie_store()->GetCookieMonster();
633 context->cookie_store()->GetCookieMonster();
647 context->cookie_store()->DeleteCookieAsync(url, cookie_name, base::Closure());
    [all...]
  /external/chromium_org/android_webview/native/
cookie_manager.cc 188 net::CookieStore* cookie_store = content::CreatePersistentCookieStore( local
196 cookie_monster_ = cookie_store->GetCookieMonster();
  /external/chromium/net/url_request/
url_request_http_job.cc 20 #include "net/base/cookie_store.h"
578 if (request_->context()->cookie_store()) {
586 request_->context()->cookie_store()->GetCookiesWithOptions(
606 if (request_->context()->cookie_store()) {
621 request_->context()->cookie_store()->SetCookieWithOptions(
    [all...]
  /external/chromium_org/content/browser/
browser_context.cc 20 #include "net/cookies/cookie_store.h"
81 context->cookie_store()->GetCookieMonster()->
storage_partition_impl.cc 50 net::CookieStore* cookie_store = rq_context-> local
51 GetURLRequestContext()->cookie_store();
53 cookie_store->GetCookieMonster()->DeleteAllCreatedBetweenAsync(
58 cookie_store->GetCookieMonster()->DeleteAllCreatedBetweenForHostAsync(
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.h 245 void SetCookieStore(net::CookieStore* cookie_store);
profile_io_data.cc 534 net::CookieStore* cookie_store) {
535 cookie_store_ = cookie_store;
536 set_cookie_store(cookie_store);
    [all...]

Completed in 4165 milliseconds

12 3