HomeSort by relevance Sort by last modified time
    Searched refs:SetURLRequestContext (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/rlz/lib/
financial_ping.h 53 static bool SetURLRequestContext(net::URLRequestContextGetter* context);
rlz_lib.h 31 // 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
rlz_lib_test.cc 423 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());
    [all...]
rlz_lib.cc 212 bool SetURLRequestContext(net::URLRequestContextGetter* context) {
213 return FinancialPing::SetURLRequestContext(context);
financial_ping.cc 189 bool FinancialPing::SetURLRequestContext(
325 // Ensure rlz_lib::SetURLRequestContext() has been called before sending
  /external/chromium_org/components/autofill/core/browser/
test_autofill_driver.cc 58 void TestAutofillDriver::SetURLRequestContext(
test_autofill_driver.h 27 // Returns the value passed in to the last call to |SetURLRequestContext()|
51 void SetURLRequestContext(net::URLRequestContextGetter* url_request_context);
autofill_download_unittest.cc 72 driver_.SetURLRequestContext(request_context_);
  /external/chromium_org/content/browser/
storage_partition_impl.h 142 CONTENT_EXPORT void SetURLRequestContext(
storage_partition_impl_map.cc 445 partition->SetURLRequestContext(
451 partition->SetURLRequestContext(
storage_partition_impl_unittest.cc 810 partition->SetURLRequestContext(browser_context()->GetRequestContext());
831 partition->SetURLRequestContext(browser_context()->GetRequestContext());
    [all...]
storage_partition_impl.cc 770 void StoragePartitionImpl::SetURLRequestContext(
  /external/chromium_org/chrome/browser/rlz/
rlz.cc 316 rlz_lib::SetURLRequestContext(context_getter);
626 rlz_lib::SetURLRequestContext(NULL);

Completed in 3542 milliseconds