Searched refs:CefURLLoaderThrottleProviderImpl (Results 1 – 3 of 3) sorted by relevance
20 CefURLLoaderThrottleProviderImpl::CefURLLoaderThrottleProviderImpl( in CefURLLoaderThrottleProviderImpl() function in CefURLLoaderThrottleProviderImpl26 CefURLLoaderThrottleProviderImpl::~CefURLLoaderThrottleProviderImpl() { in ~CefURLLoaderThrottleProviderImpl()30 CefURLLoaderThrottleProviderImpl::CefURLLoaderThrottleProviderImpl( in CefURLLoaderThrottleProviderImpl() function in CefURLLoaderThrottleProviderImpl31 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()
16 class CefURLLoaderThrottleProviderImpl19 explicit CefURLLoaderThrottleProviderImpl(22 CefURLLoaderThrottleProviderImpl& operator=(23 const CefURLLoaderThrottleProviderImpl&) = delete;25 ~CefURLLoaderThrottleProviderImpl() override;37 CefURLLoaderThrottleProviderImpl(38 const CefURLLoaderThrottleProviderImpl& other);
487 return std::make_unique<CefURLLoaderThrottleProviderImpl>(provider_type); in CreateURLLoaderThrottleProvider()