/external/webkit/LayoutTests/fast/js/resources/ |
script-line-number.js | 13 // ErrorName: ErrorDescription at FileName:LineNumber:ColumnNumber
|
/external/webkit/Source/WebCore/loader/ |
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.";
|
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;
|
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\".";
|
CrossOriginAccessControl.h | 43 bool passesAccessControlCheck(const ResourceResponse&, bool includeCredentials, SecurityOrigin*, String& errorDescription);
|
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 | 139 SkString errorDescription; 140 errorDescription.printf( 146 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/wpa_supplicant_8/src/wps/ |
wps_upnp_web.c | 678 "<errorDescription>Error</errorDescription>\n" [all...] |
/external/webkit/Source/WebKit/mac/History/ |
WebHistory.mm | 514 errorDescription:nil];
|
/external/webkit/Tools/Scripts/ |
old-run-webkit-tests | [all...] |
/external/webkit/Source/WebCore/ |
ChangeLog-2003-10-25 | [all...] |
/external/webkit/Source/WebKit/mac/ |
ChangeLog-2006-02-09 | [all...] |
/external/webkit/Tools/ |
ChangeLog | [all...] |