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

  /external/chromium_org/chrome/test/chromedriver/
commands.h 37 scoped_refptr<URLRequestContextGetter> context_getter,
44 scoped_refptr<URLRequestContextGetter> context_getter; member in struct:NewSessionParams
  /external/chromium_org/content/browser/geolocation/
fake_access_token_store.cc 37 net::URLRequestContextGetter* context_getter = NULL; local
38 callback_.Run(access_token_set_, context_getter);
  /external/chromium/chrome/browser/net/
cookie_policy_browsertest.cc 23 net::URLRequestContextGetter* context_getter,
27 context_getter_(context_getter),
55 net::URLRequestContextGetter* context_getter = local
60 new GetCookiesTask(url, context_getter, &event, &cookies)));
resolve_proxy_msg_helper.cc 94 net::URLRequestContextGetter* context_getter = local
96 if (!context_getter)
100 *out = context_getter->GetURLRequestContext()->proxy_service();
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_network_proxy_host.h 50 scoped_refptr<net::URLRequestContextGetter> context_getter; member in struct:content::PepperNetworkProxyHost::UIThreadData
  /external/chromium/chrome/browser/automation/
automation_util.cc 31 const scoped_refptr<net::URLRequestContextGetter>& context_getter,
35 context_getter->GetURLRequestContext()->cookie_store()->GetCookies(url);
41 const scoped_refptr<net::URLRequestContextGetter>& context_getter,
45 context_getter->GetURLRequestContext()->cookie_store()->
53 const scoped_refptr<net::URLRequestContextGetter>& context_getter,
57 context_getter->GetURLRequestContext()->cookie_store()->
66 const scoped_refptr<net::URLRequestContextGetter>& context_getter,
70 context_getter->GetURLRequestContext()->cookie_store()->
82 const scoped_refptr<net::URLRequestContextGetter>& context_getter,
84 context_getter->GetURLRequestContext()->cookie_store()-
118 scoped_refptr<net::URLRequestContextGetter> context_getter = local
144 scoped_refptr<net::URLRequestContextGetter> context_getter = local
171 scoped_refptr<net::URLRequestContextGetter> context_getter = local
196 scoped_refptr<net::URLRequestContextGetter> context_getter = local
245 scoped_refptr<net::URLRequestContextGetter> context_getter = local
329 scoped_refptr<net::URLRequestContextGetter> context_getter = local
    [all...]
automation_provider.cc 571 net::URLRequestContextGetter* context_getter = local
573 if (!context_getter) {
580 context_getter = profile->GetRequestContext();
582 DCHECK(context_getter);
586 new SetProxyConfigTask(context_getter, new_proxy_config));
    [all...]
  /external/chromium/chrome/common/net/
url_fetcher_unittest.cc 458 CancelTestURLRequestContextGetter* context_getter = local
460 fetcher_->set_request_context(context_getter);
465 context_getter->WaitForContextCreation();
  /external/chromium_org/chrome/browser/rlz/
rlz.cc 289 net::URLRequestContextGetter* context_getter = local
293 if (context_getter) {
294 rlz_lib::SetURLRequestContext(context_getter);
  /external/chromium_org/content/public/test/
browser_test_utils.cc 163 net::URLRequestContextGetter* context_getter,
167 context_getter->GetURLRequestContext()->cookie_store();
182 net::URLRequestContextGetter* context_getter,
186 context_getter->GetURLRequestContext()->cookie_store();
380 net::URLRequestContextGetter* context_getter = local
386 make_scoped_refptr(context_getter), &event, &cookies));
396 net::URLRequestContextGetter* context_getter = local
402 make_scoped_refptr(context_getter), &event, &result));
  /external/chromium_org/chrome/browser/automation/
automation_util.cc 79 const scoped_refptr<net::URLRequestContextGetter>& context_getter,
82 context_getter->GetURLRequestContext()->cookie_store()->
97 const scoped_refptr<net::URLRequestContextGetter>& context_getter,
100 context_getter->GetURLRequestContext()->cookie_store()->
116 const scoped_refptr<net::URLRequestContextGetter>& context_getter,
119 context_getter->GetURLRequestContext()->cookie_store()->
129 const scoped_refptr<net::URLRequestContextGetter>& context_getter,
133 context_getter->GetURLRequestContext()->cookie_store()->
149 const scoped_refptr<net::URLRequestContextGetter>& context_getter,
151 context_getter->GetURLRequestContext()->cookie_store()-
240 scoped_refptr<net::URLRequestContextGetter> context_getter = local
260 scoped_refptr<net::URLRequestContextGetter> context_getter = local
281 scoped_refptr<net::URLRequestContextGetter> context_getter = local
305 scoped_refptr<net::URLRequestContextGetter> context_getter = local
357 scoped_refptr<net::URLRequestContextGetter> context_getter = local
447 scoped_refptr<net::URLRequestContextGetter> context_getter = local
    [all...]
automation_provider.cc 574 net::URLRequestContextGetter* context_getter = local
576 DCHECK(context_getter);
580 base::Bind(SetProxyConfigCallback, make_scoped_refptr(context_getter),
  /external/chromium_org/sync/tools/
sync_client.cc 268 const scoped_refptr<MyTestURLRequestContextGetter> context_getter = local
271 ParseNotifierOptions(command_line, context_getter);
339 new HttpBridgeFactory(context_getter.get(),
  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.cc 336 net::URLRequestContextGetter* context_getter = NULL; local
338 context_getter = profile()->GetRequestContext();
341 this, id_, manifest_, icon_data_, icon_url, context_getter);
  /external/chromium_org/net/url_request/
url_fetcher_impl_unittest.cc 804 CancelTestURLRequestContextGetter* context_getter = local
806 fetcher_->SetRequestContext(context_getter);
811 context_getter->WaitForContextCreation();
    [all...]

Completed in 467 milliseconds