Searched refs:passesPreflightStatusCheck (Results 1 – 3 of 3) sorted by relevance
63 bool passesPreflightStatusCheck(const ResourceResponse&, String& errorDescription);
164 bool passesPreflightStatusCheck(const ResourceResponse& response, String& errorDescription) in passesPreflightStatusCheck() function
329 if (!passesPreflightStatusCheck(response, accessControlErrorDescription)) { in handlePreflightResponse()