Searched defs:PreflightResource (Results 1 – 1 of 1) sorted by relevance
982 struct PreflightResource : Resource { struct983 std::string main_origin;985 void InitPreflight(HandlerType main_handler) { in InitPreflight()1003 bool VerifyRequest(CefRefPtr<CefRequest> request) const override { in VerifyRequest()