Home
last modified time | relevance | path

Searched refs:CefURLLoaderThrottleProviderImpl (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef/renderer/alloy/
Durl_loader_throttle_provider_impl.cc20 CefURLLoaderThrottleProviderImpl::CefURLLoaderThrottleProviderImpl( in CefURLLoaderThrottleProviderImpl() function in CefURLLoaderThrottleProviderImpl
26 CefURLLoaderThrottleProviderImpl::~CefURLLoaderThrottleProviderImpl() { in ~CefURLLoaderThrottleProviderImpl()
30 CefURLLoaderThrottleProviderImpl::CefURLLoaderThrottleProviderImpl( in CefURLLoaderThrottleProviderImpl() function in CefURLLoaderThrottleProviderImpl
31 const CefURLLoaderThrottleProviderImpl& other) in CefURLLoaderThrottleProviderImpl()
37 CefURLLoaderThrottleProviderImpl::Clone() { in Clone()
39 return base::WrapUnique(new CefURLLoaderThrottleProviderImpl(*this)); in Clone()
43 CefURLLoaderThrottleProviderImpl::CreateThrottles( in CreateThrottles()
67 void CefURLLoaderThrottleProviderImpl::SetOnline(bool is_online) {} in SetOnline()
Durl_loader_throttle_provider_impl.h16 class CefURLLoaderThrottleProviderImpl
19 explicit CefURLLoaderThrottleProviderImpl(
22 CefURLLoaderThrottleProviderImpl& operator=(
23 const CefURLLoaderThrottleProviderImpl&) = delete;
25 ~CefURLLoaderThrottleProviderImpl() override;
37 CefURLLoaderThrottleProviderImpl(
38 const CefURLLoaderThrottleProviderImpl& other);
Dalloy_content_renderer_client.cc487 return std::make_unique<CefURLLoaderThrottleProviderImpl>(provider_type); in CreateURLLoaderThrottleProvider()