Searched refs:parseAccessControlAllowList (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/
H A DCrossOriginPreflightResultCache.cpp78 static bool parseAccessControlAllowList(const String& string, HashSet<String, HashType>& set) function in namespace:WebCore
96 if (!parseAccessControlAllowList(response.httpHeaderField(HTTPHeaderName::AccessControlAllowMethods), m_methods)) {
102 if (!parseAccessControlAllowList(response.httpHeaderField(HTTPHeaderName::AccessControlAllowHeaders), m_headers)) {

Completed in 110 milliseconds