Home
last modified time | relevance | path

Searched refs:GetRequestContextForExtensions (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Ddata_deleter.cc57 profile->GetRequestContextForExtensions(), in DeleteOrigin()
Dextension_service_unittest.cc4297 ->GetRequestContextForExtensions() in TEST_F()
/external/chromium_org/chrome/browser/ui/app_list/test/
Dfake_profile.cc126 net::URLRequestContextGetter* FakeProfile::GetRequestContextForExtensions() { in GetRequestContextForExtensions() function in FakeProfile
Dfake_profile.h67 GetRequestContextForExtensions() OVERRIDE;
/external/chromium_org/chrome/browser/profiles/
Doff_the_record_profile_impl.h51 GetRequestContextForExtensions() OVERRIDE;
Dprofile.h231 virtual net::URLRequestContextGetter* GetRequestContextForExtensions() = 0;
Dprofile_impl.h116 GetRequestContextForExtensions() OVERRIDE;
Doff_the_record_profile_impl.cc332 OffTheRecordProfileImpl::GetRequestContextForExtensions() { in GetRequestContextForExtensions() function in OffTheRecordProfileImpl
Dprofile_impl.cc1075 net::URLRequestContextGetter* ProfileImpl::GetRequestContextForExtensions() { in GetRequestContextForExtensions() function in ProfileImpl
/external/chromium_org/chrome/test/base/
Dtesting_profile.h284 GetRequestContextForExtensions() OVERRIDE;
Dtesting_profile.cc803 net::URLRequestContextGetter* TestingProfile::GetRequestContextForExtensions() { in GetRequestContextForExtensions() function in TestingProfile
/external/chromium_org/chrome/browser/ui/webui/net_internals/
Dnet_internals_ui.cc517 proxy_->AddRequestContextGetter(profile->GetRequestContextForExtensions()); in RegisterMessages()