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

  /external/webkit/Source/WebCore/loader/
DocumentThreadableLoader.h 92 void preflightFailure(const String& url, const String& errorDescription);
DocumentThreadableLoader.cpp 210 preflightFailure(response.url(), accessControlErrorDescription);
218 preflightFailure(response.url(), accessControlErrorDescription);
332 void DocumentThreadableLoader::preflightFailure(const String& url, const String& errorDescription)

Completed in 1196 milliseconds