Home
last modified time | relevance | path

Searched refs:errorDescription (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DCrossOriginAccessControl.cpp141 …se, StoredCredentials includeCredentials, SecurityOrigin* securityOrigin, String& errorDescription) in passesAccessControlCheck() argument
154errorDescription = "A wildcard '*' cannot be used in the 'Access-Control-Allow-Origin' header when… in passesAccessControlCheck()
156errorDescription = "No 'Access-Control-Allow-Origin' header is present on the requested resource. … in passesAccessControlCheck()
158errorDescription = "The 'Access-Control-Allow-Origin' header contains multiple values '" + accessC… in passesAccessControlCheck()
162errorDescription = "The 'Access-Control-Allow-Origin' header contains the invalid value '" + acces… in passesAccessControlCheck()
164errorDescription = "The 'Access-Control-Allow-Origin' header has a value '" + accessControlOriginS… in passesAccessControlCheck()
172errorDescription = "Credentials flag is 'true', but the 'Access-Control-Allow-Credentials' header … in passesAccessControlCheck()
180 bool passesPreflightStatusCheck(const ResourceResponse& response, String& errorDescription) in passesPreflightStatusCheck() argument
183 errorDescription = "Invalid HTTP status code " + String::number(response.httpStatusCode()); in passesPreflightStatusCheck()
DCrossOriginAccessControl.h56 …ontrolCheck(const ResourceResponse&, StoredCredentials, SecurityOrigin*, String& errorDescription);
57 bool passesPreflightStatusCheck(const ResourceResponse&, String& errorDescription);
DResource.cpp266 bool Resource::passesAccessControlCheck(SecurityOrigin* securityOrigin, String& errorDescription) in passesAccessControlCheck() argument
268 …ookies() ? AllowStoredCredentials : DoNotAllowStoredCredentials, securityOrigin, errorDescription); in passesAccessControlCheck()
DResource.h169 bool passesAccessControlCheck(SecurityOrigin*, String& errorDescription);
/external/chromium_org/third_party/WebKit/Source/core/loader/
DCrossOriginPreflightResultCache.cpp90 …ssOriginPreflightResultCacheItem::parse(const ResourceResponse& response, String& errorDescription) in parse() argument
94 errorDescription = "Cannot parse Access-Control-Allow-Methods response header field."; in parse()
100 errorDescription = "Cannot parse Access-Control-Allow-Headers response header field."; in parse()
115 …lightResultCacheItem::allowsCrossOriginMethod(const String& method, String& errorDescription) const in allowsCrossOriginMethod()
120 errorDescription = "Method " + method + " is not allowed by Access-Control-Allow-Methods."; in allowsCrossOriginMethod()
124 …Item::allowsCrossOriginHeaders(const HTTPHeaderMap& requestHeaders, String& errorDescription) const in allowsCrossOriginHeaders()
129errorDescription = "Request header field " + it->key.string() + " is not allowed by Access-Control… in allowsCrossOriginHeaders()
DCrossOriginPreflightResultCache.h51 bool parse(const ResourceResponse&, String& errorDescription);
52 bool allowsCrossOriginMethod(const String&, String& errorDescription) const;
53 bool allowsCrossOriginHeaders(const HTTPHeaderMap&, String& errorDescription) const;
DDocumentThreadableLoader.h97 …void preflightFailure(unsigned long identifier, const String& url, const String& errorDescription);
104 bool checkCrossOriginAccessRedirectionUrl(const KURL&, String& errorDescription);
DDocumentThreadableLoader.cpp382 …ader::preflightFailure(unsigned long identifier, const String& url, const String& errorDescription) in preflightFailure() argument
384 ResourceError error(errorDomainBlinkInternal, 0, url, errorDescription); in preflightFailure()
480 …dableLoader::checkCrossOriginAccessRedirectionUrl(const KURL& requestUrl, String& errorDescription) in checkCrossOriginAccessRedirectionUrl() argument
483errorDescription = "The request was redirected to a URL ('" + requestUrl.string() + "') which has … in checkCrossOriginAccessRedirectionUrl()
488errorDescription = "The request was redirected to a URL ('" + requestUrl.string() + "') containing… in checkCrossOriginAccessRedirectionUrl()
/external/skia/tests/
DPathCoverageTest.cpp140 SkString errorDescription; in one_d_pe() local
141 errorDescription.printf( in one_d_pe()
147 reporter->reportFailed(errorDescription); in one_d_pe()
/external/chromium_org/chrome/installer/gcapi_mac/
Dgcapi.mm275 errorDescription:nil];