HomeSort by relevance Sort by last modified time
    Searched refs:errorDescription (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
CrossOriginAccessControl.h 53 static bool isLegalRedirectLocation(const KURL&, String& errorDescription);
65 bool passesAccessControlCheck(const ResourceResponse&, StoredCredentials, SecurityOrigin*, String& errorDescription);
66 bool passesPreflightStatusCheck(const ResourceResponse&, String& errorDescription);
CrossOriginAccessControl.cpp 145 bool passesAccessControlCheck(const ResourceResponse& response, StoredCredentials includeCredentials, SecurityOrigin* securityOrigin, String& errorDescription)
151 errorDescription = "Received an invalid response. Origin '" + securityOrigin->toString() + "' is therefore not allowed access.";
162 errorDescription = "A wildcard '*' cannot be used in the 'Access-Control-Allow-Origin' header when the credentials flag is true. Origin '" + securityOrigin->toString() + "' is therefore not allowed access.";
167 errorDescription = "No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin '" + securityOrigin->toString() + "' is therefore not allowed access.";
169 errorDescription = "The 'Access-Control-Allow-Origin' header contains multiple values '" + accessControlOriginString + "', but only one is allowed. Origin '" + securityOrigin->toString() + "' is therefore not allowed access.";
173 errorDescription = "The 'Access-Control-Allow-Origin' header contains the invalid value '" + accessControlOriginString + "'. Origin '" + securityOrigin->toString() + "' is therefore not allowed access.";
175 errorDescription = "The 'Access-Control-Allow-Origin' header has a value '" + accessControlOriginString + "' that is not equal to the supplied origin. Origin '" + securityOrigin->toString() + "' is therefore not allowed access.";
183 errorDescription = "Credentials flag is 'true', but the 'Access-Control-Allow-Credentials' header is '" + accessControlCredentialsString + "'. It must be 'true' to allow credentials.";
191 bool passesPreflightStatusCheck(const ResourceResponse& response, String& errorDescription)
194 errorDescription = "Invalid HTTP status code " + String::number(response.httpStatusCode())
    [all...]
Resource.h 166 bool passesAccessControlCheck(SecurityOrigin*, String& errorDescription);
Resource.cpp 269 bool Resource::passesAccessControlCheck(SecurityOrigin* securityOrigin, String& errorDescription)
271 return WebCore::passesAccessControlCheck(m_response, resourceRequest().allowStoredCredentials() ? AllowStoredCredentials : DoNotAllowStoredCredentials, securityOrigin, errorDescription);
ResourceFetcher.cpp 614 String errorDescription;
615 if (!resource->passesAccessControlCheck(sourceOrigin, errorDescription)) {
618 frame()->document()->addConsoleMessage(JSMessageSource, ErrorMessageLevel, resourceType + " from origin '" + SecurityOrigin::create(url)->toString() + "' has been blocked from loading by Cross-Origin Resource Sharing policy: " + errorDescription);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
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;
CrossOriginPreflightResultCache.cpp 88 bool CrossOriginPreflightResultCacheItem::parse(const ResourceResponse& response, String& errorDescription)
92 errorDescription = "Cannot parse Access-Control-Allow-Methods response header field.";
98 errorDescription = "Cannot parse Access-Control-Allow-Headers response header field.";
113 bool CrossOriginPreflightResultCacheItem::allowsCrossOriginMethod(const String& method, String& errorDescription) const
118 errorDescription = "Method " + method + " is not allowed by Access-Control-Allow-Methods.";
122 bool CrossOriginPreflightResultCacheItem::allowsCrossOriginHeaders(const HTTPHeaderMap& requestHeaders, String& errorDescription) const
127 errorDescription = "Request header field " + it->key.string() + " is not allowed by Access-Control-Allow-Headers.";
DocumentThreadableLoader.h 94 void handlePreflightFailure(const String& url, const String& errorDescription);
DocumentThreadableLoader.cpp 395 void DocumentThreadableLoader::handlePreflightFailure(const String& url, const String& errorDescription)
397 ResourceError error(errorDomainBlinkInternal, 0, url, errorDescription);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 180 milliseconds