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

/macosx-10.10/WebCore-7600.1.25/loader/
H A DCrossOriginPreflightResultCache.h50 bool parse(const ResourceResponse&, String& errorDescription);
51 bool allowsCrossOriginMethod(const String&, String& errorDescription) const;
52 bool allowsCrossOriginHeaders(const HTTPHeaderMap&, String& errorDescription) const;
H A DCrossOriginAccessControl.cpp135 bool passesAccessControlCheck(const ResourceResponse& response, StoredCredentials includeCredentials, SecurityOrigin* securityOrigin, String& errorDescription) argument
144 errorDescription = "Cannot make any requests from " + securityOrigin->toString() + ".";
151 errorDescription = "Cannot use wildcard in Access-Control-Allow-Origin when credentials flag is true.";
153 errorDescription = "Origin " + securityOrigin->toString() + " is not allowed by Access-Control-Allow-Origin.";
160 errorDescription = "Credentials flag is true, but Access-Control-Allow-Credentials is not \"true\".";
H A DCrossOriginPreflightResultCache.cpp93 bool CrossOriginPreflightResultCacheItem::parse(const ResourceResponse& response, String& errorDescription) argument
97 errorDescription = "Cannot parse Access-Control-Allow-Methods response header field.";
103 errorDescription = "Cannot parse Access-Control-Allow-Headers response header field.";
118 bool CrossOriginPreflightResultCacheItem::allowsCrossOriginMethod(const String& method, String& errorDescription) const
123 errorDescription = "Method " + method + " is not allowed by Access-Control-Allow-Methods.";
127 bool CrossOriginPreflightResultCacheItem::allowsCrossOriginHeaders(const HTTPHeaderMap& requestHeaders, String& errorDescription) const
131 errorDescription = "Request header field " + header.key + " is not allowed by Access-Control-Allow-Headers.";
H A DCrossOriginAccessControl.h52 bool passesAccessControlCheck(const ResourceResponse&, StoredCredentials, SecurityOrigin*, String& errorDescription);
H A DDocumentThreadableLoader.h95 void preflightFailure(unsigned long identifier, const String& url, const String& errorDescription);
H A DDocumentThreadableLoader.cpp349 void DocumentThreadableLoader::preflightFailure(unsigned long identifier, const String& url, const String& errorDescription) argument
351 ResourceError error(errorDomainWebKitInternal, 0, url, errorDescription);
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DProxyServerCFNet.cpp51 String errorDescription(errorDescriptionCF.get());
52 LOG(Network, "Failed to process proxy auto-configuration file with error: %s", errorDescription.utf8().data());
/macosx-10.10/Chess-310.6/Sources/
H A DMBCDocument.mm188 errorDescription:nil]);
197 errorDescription:nil]
825 errorDescription:nil];
843 errorDescription:nil];
H A DMBCInteractivePlayer.mm145 errorDescription:nil];
156 errorDescription:nil]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/ImageKit/ImageBrowser/
H A DImageBrowserController.py311 filenames, format, errorDescription = NSPropertyListSerialization.propertyListFromData_mutabilityOption_format_errorDescription_(
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/ImageKit/ImageBrowser/
H A DImageBrowserController.py311 filenames, format, errorDescription = NSPropertyListSerialization.propertyListFromData_mutabilityOption_format_errorDescription_(
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/ImageKit/ImageBrowser/
H A DImageBrowserController.py311 filenames, format, errorDescription = NSPropertyListSerialization.propertyListFromData_mutabilityOption_format_errorDescription_(
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedResource.cpp381 String errorDescription; local
382 return WebCore::passesAccessControlCheck(m_response, resourceRequest().allowCookies() ? AllowStoredCredentials : DoNotAllowStoredCredentials, securityOrigin, errorDescription);

Completed in 220 milliseconds