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

  /external/webkit/Source/WebCore/loader/
CrossOriginAccessControl.h 43 bool passesAccessControlCheck(const ResourceResponse&, bool includeCredentials, SecurityOrigin*, String& errorDescription);
CrossOriginAccessControl.cpp 96 bool passesAccessControlCheck(const ResourceResponse& response, bool includeCredentials, SecurityOrigin* securityOrigin, String& errorDescription)
105 errorDescription = "Cannot make any requests from " + securityOrigin->toString() + ".";
112 errorDescription = (accessControlOriginString == "*") ? "Cannot use wildcard in Access-Control-Allow-Origin when credentials flag is true."
120 errorDescription = "Credentials flag is true, but Access-Control-Allow-Credentials is not \"true\".";
CrossOriginPreflightResultCache.h 50 bool parse(const ResourceResponse&, String& errorDescription);
51 bool allowsCrossOriginMethod(const String&, String& errorDescription) const;
52 bool allowsCrossOriginHeaders(const HTTPHeaderMap&, String& errorDescription) const;
CrossOriginPreflightResultCache.cpp 92 bool CrossOriginPreflightResultCacheItem::parse(const ResourceResponse& response, String& errorDescription)
96 errorDescription = "Cannot parse Access-Control-Allow-Methods response header field.";
102 errorDescription = "Cannot parse Access-Control-Allow-Headers response header field.";
117 bool CrossOriginPreflightResultCacheItem::allowsCrossOriginMethod(const String& method, String& errorDescription) const
122 errorDescription = "Method " + method + " is not allowed by Access-Control-Allow-Methods.";
126 bool CrossOriginPreflightResultCacheItem::allowsCrossOriginHeaders(const HTTPHeaderMap& requestHeaders, String& errorDescription) const
131 errorDescription = "Request header field " + it->first.string() + " is not allowed by Access-Control-Allow-Headers.";
DocumentThreadableLoader.h 92 void preflightFailure(const String& url, const String& errorDescription);
DocumentThreadableLoader.cpp 332 void DocumentThreadableLoader::preflightFailure(const String& url, const String& errorDescription)
335 m_client->didFail(ResourceError(errorDomainWebKitInternal, 0, url, errorDescription));
  /external/skia/tests/
PathCoverageTest.cpp 97 SkString errorDescription;
98 errorDescription.printf(
104 reporter->reportFailed(errorDescription);
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm 125 NSData *data = [NSPropertyListSerialization dataFromPropertyList:launchProperties format:NSPropertyListBinaryFormat_v1_0 errorDescription:0];
158 data = [NSPropertyListSerialization dataFromPropertyList:hostProperties format:NSPropertyListBinaryFormat_v1_0 errorDescription:nil];
241 NSData *data = [NSPropertyListSerialization dataFromPropertyList:properties.get() format:NSPropertyListBinaryFormat_v1_0 errorDescription:nil];
NetscapePluginInstanceProxy.mm     [all...]
ProxyInstance.mm 318 errorDescription:0];
NetscapePluginHostProxy.mm 877 RetainPtr<NSData*> data = [NSPropertyListSerialization dataFromPropertyList:info format:NSPropertyListBinaryFormat_v1_0 errorDescription:0];
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebBasePluginPackage.mm 166 errorDescription:nil];
  /external/webkit/Source/WebKit/mac/History/
WebHistory.mm 514 errorDescription:nil];

Completed in 764 milliseconds