Searched refs:resource_handler (Results 1 – 2 of 2) sorted by relevance
754 CefRefPtr<CefResourceHandler> resource_handler; in ContinueShouldInterceptRequest() local758 resource_handler = state->handler_->GetResourceHandler( in ContinueShouldInterceptRequest()762 if (!resource_handler && state->scheme_factory_) { in ContinueShouldInterceptRequest()764 resource_handler = state->scheme_factory_->Create( in ContinueShouldInterceptRequest()770 if (resource_handler) { in ContinueShouldInterceptRequest()771 resource_response = CreateResourceResponse(request_id, resource_handler); in ContinueShouldInterceptRequest()
18895 + CefRefPtr<CefResourceHandler> resource_handler,18904 + if (!resource_handler && state->scheme_factory_) {18906 + resource_handler = state->scheme_factory_->Create(18912 + if (resource_handler) {18913 + resource_response = CreateResourceResponse(request_id, resource_handler);18936 + CefRefPtr<CefResourceHandler> resource_handler;18940 + resource_handler = state->handler_->GetResourceHandler(18950 + resource_handler, std::move(callback)));18976 CefRefPtr<CefResourceHandler> resource_handler;