Searched refs:SetURLRequestContext (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/rlz/lib/
H A Dfinancial_ping.h53 static bool SetURLRequestContext(net::URLRequestContextGetter* context);
H A Drlz_lib.h31 // financial pings. rlz_lib::SetURLRequestContext() must be called before
87 bool RLZ_LIB_API SetURLRequestContext(net::URLRequestContextGetter* context);
182 // If RLZ_NETWORK_IMPLEMENTATION_CHROME_NET is set, SetURLRequestContext() needs
223 // If RLZ_NETWORK_IMPLEMENTATION_CHROME_NET is set, SetURLRequestContext() needs
H A Drlz_lib_test.cc423 rlz_lib::SetURLRequestContext(context);
426 rlz_lib::SetURLRequestContext(NULL);
449 rlz_lib::SetURLRequestContext(context.get());
481 rlz_lib::SetURLRequestContext(NULL);
502 rlz_lib::SetURLRequestContext(context.get());
H A Drlz_lib.cc212 bool SetURLRequestContext(net::URLRequestContextGetter* context) { function in namespace:rlz_lib
213 return FinancialPing::SetURLRequestContext(context);
H A Dfinancial_ping.cc189 bool FinancialPing::SetURLRequestContext( function in class:rlz_lib::FinancialPing
325 // Ensure rlz_lib::SetURLRequestContext() has been called before sending
/external/chromium_org/components/autofill/core/browser/
H A Dtest_autofill_driver.cc58 void TestAutofillDriver::SetURLRequestContext( function in class:autofill::TestAutofillDriver
H A Dtest_autofill_driver.h27 // Returns the value passed in to the last call to |SetURLRequestContext()|
51 void SetURLRequestContext(net::URLRequestContextGetter* url_request_context);
H A Dautofill_download_manager_unittest.cc73 driver_.SetURLRequestContext(request_context_.get());
/external/chromium_org/components/signin/core/browser/
H A Dtest_signin_client.h59 void SetURLRequestContext(net::URLRequestContextGetter* request_context);
H A Dtest_signin_client.cc55 void TestSigninClient::SetURLRequestContext( function in class:TestSigninClient
/external/chromium_org/content/browser/
H A Dstorage_partition_impl.h143 CONTENT_EXPORT void SetURLRequestContext(
H A Dstorage_partition_impl_map.cc442 partition->SetURLRequestContext(
448 partition->SetURLRequestContext(
H A Dstorage_partition_impl_unittest.cc803 partition->SetURLRequestContext(browser_context()->GetRequestContext());
824 partition->SetURLRequestContext(browser_context()->GetRequestContext());
H A Dstorage_partition_impl.cc819 void StoragePartitionImpl::SetURLRequestContext( function in class:content::StoragePartitionImpl
/external/chromium_org/chrome/browser/rlz/
H A Drlz.cc316 rlz_lib::SetURLRequestContext(context_getter);
626 rlz_lib::SetURLRequestContext(NULL);
/external/chromium_org/chrome/browser/signin/
H A Dsignin_manager_unittest.cc115 SetURLRequestContext(profile_->GetRequestContext());

Completed in 3966 milliseconds