Searched refs:errorDescription (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
D | CrossOriginAccessControl.cpp | 141 …se, StoredCredentials includeCredentials, SecurityOrigin* securityOrigin, String& errorDescription) in passesAccessControlCheck() argument 154 …errorDescription = "A wildcard '*' cannot be used in the 'Access-Control-Allow-Origin' header when… in passesAccessControlCheck() 156 …errorDescription = "No 'Access-Control-Allow-Origin' header is present on the requested resource. … in passesAccessControlCheck() 158 …errorDescription = "The 'Access-Control-Allow-Origin' header contains multiple values '" + accessC… in passesAccessControlCheck() 162 …errorDescription = "The 'Access-Control-Allow-Origin' header contains the invalid value '" + acces… in passesAccessControlCheck() 164 …errorDescription = "The 'Access-Control-Allow-Origin' header has a value '" + accessControlOriginS… in passesAccessControlCheck() 172 …errorDescription = "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()
|
D | CrossOriginAccessControl.h | 56 …ontrolCheck(const ResourceResponse&, StoredCredentials, SecurityOrigin*, String& errorDescription); 57 bool passesPreflightStatusCheck(const ResourceResponse&, String& errorDescription);
|
D | Resource.cpp | 266 bool Resource::passesAccessControlCheck(SecurityOrigin* securityOrigin, String& errorDescription) in passesAccessControlCheck() argument 268 …ookies() ? AllowStoredCredentials : DoNotAllowStoredCredentials, securityOrigin, errorDescription); in passesAccessControlCheck()
|
D | Resource.h | 169 bool passesAccessControlCheck(SecurityOrigin*, String& errorDescription);
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | CrossOriginPreflightResultCache.cpp | 90 …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() 129 …errorDescription = "Request header field " + it->key.string() + " is not allowed by Access-Control… in allowsCrossOriginHeaders()
|
D | CrossOriginPreflightResultCache.h | 51 bool parse(const ResourceResponse&, String& errorDescription); 52 bool allowsCrossOriginMethod(const String&, String& errorDescription) const; 53 bool allowsCrossOriginHeaders(const HTTPHeaderMap&, String& errorDescription) const;
|
D | DocumentThreadableLoader.h | 97 …void preflightFailure(unsigned long identifier, const String& url, const String& errorDescription); 104 bool checkCrossOriginAccessRedirectionUrl(const KURL&, String& errorDescription);
|
D | DocumentThreadableLoader.cpp | 382 …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 483 …errorDescription = "The request was redirected to a URL ('" + requestUrl.string() + "') which has … in checkCrossOriginAccessRedirectionUrl() 488 …errorDescription = "The request was redirected to a URL ('" + requestUrl.string() + "') containing… in checkCrossOriginAccessRedirectionUrl()
|
/external/skia/tests/ |
D | PathCoverageTest.cpp | 140 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/ |
D | gcapi.mm | 275 errorDescription:nil];
|