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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentThreadableLoader.h 97 void preflightFailure(unsigned long identifier, const String& url, const String& errorDescription);
DocumentThreadableLoader.cpp 276 preflightFailure(identifier, response.url().string(), accessControlErrorDescription);
281 preflightFailure(identifier, response.url().string(), accessControlErrorDescription);
289 preflightFailure(identifier, response.url().string(), accessControlErrorDescription);
382 void DocumentThreadableLoader::preflightFailure(unsigned long identifier, const String& url, const String& errorDescription)

Completed in 409 milliseconds