Home
last modified time | relevance | path

Searched refs:includeCredentials (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/loader/
DCrossOriginAccessControl.cpp96 bool passesAccessControlCheck(const ResourceResponse& response, bool includeCredentials, SecurityOr… in passesAccessControlCheck() argument
101 if (accessControlOriginString == "*" && !includeCredentials) in passesAccessControlCheck()
117 if (includeCredentials) { in passesAccessControlCheck()
DCrossOriginPreflightResultCache.cpp138 bool CrossOriginPreflightResultCacheItem::allowsRequest(bool includeCredentials, const String& meth… in allowsRequest() argument
143 if (includeCredentials && !m_credentials) in allowsRequest()
170 …ache::canSkipPreflight(const String& origin, const KURL& url, bool includeCredentials, const Strin… in canSkipPreflight() argument
177 if (cacheIt->second->allowsRequest(includeCredentials, method, requestHeaders)) in canSkipPreflight()
DCrossOriginPreflightResultCache.h53 …bool allowsRequest(bool includeCredentials, const String& method, const HTTPHeaderMap& requestHead…
73 …bool canSkipPreflight(const String& origin, const KURL&, bool includeCredentials, const String& me…
DCrossOriginAccessControl.h43 …bool passesAccessControlCheck(const ResourceResponse&, bool includeCredentials, SecurityOrigin*, S…